- pblArrayAppendData
alias pblArrayAppendData = BLResult function(BLArrayCore* self, const(void)* data, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayAppendF32
alias pblArrayAppendF32 = BLResult function(BLArrayCore* self, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayAppendF64
alias pblArrayAppendF64 = BLResult function(BLArrayCore* self, double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayAppendItem
alias pblArrayAppendItem = BLResult function(BLArrayCore* self, const(void)* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayAppendU16
alias pblArrayAppendU16 = BLResult function(BLArrayCore* self, ushort value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayAppendU32
alias pblArrayAppendU32 = BLResult function(BLArrayCore* self, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayAppendU64
alias pblArrayAppendU64 = BLResult function(BLArrayCore* self, ulong value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayAppendU8
alias pblArrayAppendU8 = BLResult function(BLArrayCore* self, ubyte value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayAssignData
alias pblArrayAssignData = BLResult function(BLArrayCore* self, const(void)* data, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayAssignDeep
alias pblArrayAssignDeep = BLResult function(BLArrayCore* self, const(BLArrayCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayAssignExternalData
alias pblArrayAssignExternalData = BLResult function(BLArrayCore* self, void* data, size_t size, size_t capacity, BLDataAccessFlags dataAccessFlags, BLDestroyExternalDataFunc destroyFunc, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayAssignMove
alias pblArrayAssignMove = BLResult function(BLArrayCore* self, BLArrayCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayAssignWeak
alias pblArrayAssignWeak = BLResult function(BLArrayCore* self, const(BLArrayCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayClear
alias pblArrayClear = BLResult function(BLArrayCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayDestroy
alias pblArrayDestroy = BLResult function(BLArrayCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayEquals
alias pblArrayEquals = bool function(const(BLArrayCore)* a, const(BLArrayCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayGetCapacity
alias pblArrayGetCapacity = size_t function(const(BLArrayCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayGetData
alias pblArrayGetData = const(void)* function(const(BLArrayCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayGetItemSize
alias pblArrayGetItemSize = size_t function(BLArrayCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayGetSize
alias pblArrayGetSize = size_t function(const(BLArrayCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayInit
alias pblArrayInit = BLResult function(BLArrayCore* self, BLObjectType arrayType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayInitMove
alias pblArrayInitMove = BLResult function(BLArrayCore* self, BLArrayCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayInitWeak
alias pblArrayInitWeak = BLResult function(BLArrayCore* self, const(BLArrayCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayInsertData
alias pblArrayInsertData = BLResult function(BLArrayCore* self, size_t index, const(void)* data, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayInsertF32
alias pblArrayInsertF32 = BLResult function(BLArrayCore* self, size_t index, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayInsertF64
alias pblArrayInsertF64 = BLResult function(BLArrayCore* self, size_t index, double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayInsertItem
alias pblArrayInsertItem = BLResult function(BLArrayCore* self, size_t index, const(void)* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayInsertOp
alias pblArrayInsertOp = BLResult function(BLArrayCore* self, size_t index, size_t n, void** dataOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayInsertU16
alias pblArrayInsertU16 = BLResult function(BLArrayCore* self, size_t index, ushort value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayInsertU32
alias pblArrayInsertU32 = BLResult function(BLArrayCore* self, size_t index, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayInsertU64
alias pblArrayInsertU64 = BLResult function(BLArrayCore* self, size_t index, ulong value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayInsertU8
alias pblArrayInsertU8 = BLResult function(BLArrayCore* self, size_t index, ubyte value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayMakeMutable
alias pblArrayMakeMutable = BLResult function(BLArrayCore* self, void** dataOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayModifyOp
alias pblArrayModifyOp = BLResult function(BLArrayCore* self, BLModifyOp op, size_t n, void** dataOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayRemoveIndex
alias pblArrayRemoveIndex = BLResult function(BLArrayCore* self, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayRemoveRange
alias pblArrayRemoveRange = BLResult function(BLArrayCore* self, size_t rStart, size_t rEnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayReplaceData
alias pblArrayReplaceData = BLResult function(BLArrayCore* self, size_t rStart, size_t rEnd, const(void)* data, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayReplaceF32
alias pblArrayReplaceF32 = BLResult function(BLArrayCore* self, size_t index, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayReplaceF64
alias pblArrayReplaceF64 = BLResult function(BLArrayCore* self, size_t index, double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayReplaceItem
alias pblArrayReplaceItem = BLResult function(BLArrayCore* self, size_t index, const(void)* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayReplaceU16
alias pblArrayReplaceU16 = BLResult function(BLArrayCore* self, size_t index, ushort value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayReplaceU32
alias pblArrayReplaceU32 = BLResult function(BLArrayCore* self, size_t index, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayReplaceU64
alias pblArrayReplaceU64 = BLResult function(BLArrayCore* self, size_t index, ulong value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayReplaceU8
alias pblArrayReplaceU8 = BLResult function(BLArrayCore* self, size_t index, ubyte value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayReserve
alias pblArrayReserve = BLResult function(BLArrayCore* self, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayReset
alias pblArrayReset = BLResult function(BLArrayCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayResize
alias pblArrayResize = BLResult function(BLArrayCore* self, size_t n, const(void)* fill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblArrayShrink
alias pblArrayShrink = BLResult function(BLArrayCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetAddBit
alias pblBitSetAddBit = BLResult function(BLBitSetCore* self, uint bitIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetAddRange
alias pblBitSetAddRange = BLResult function(BLBitSetCore* self, uint rangeStartBit, uint rangeEndBit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetAddWords
alias pblBitSetAddWords = BLResult function(BLBitSetCore* self, uint startWord, const(uint)* wordData, uint wordCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetAssignDeep
alias pblBitSetAssignDeep = BLResult function(BLBitSetCore* self, const(BLBitSetCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetAssignMove
alias pblBitSetAssignMove = BLResult function(BLBitSetCore* self, BLBitSetCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetAssignRange
alias pblBitSetAssignRange = BLResult function(BLBitSetCore* self, uint startBit, uint endBit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetAssignWeak
alias pblBitSetAssignWeak = BLResult function(BLBitSetCore* self, const(BLBitSetCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetAssignWords
alias pblBitSetAssignWords = BLResult function(BLBitSetCore* self, uint startWord, const(uint)* wordData, uint wordCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetBuilderAddRange
alias pblBitSetBuilderAddRange = BLResult function(BLBitSetCore* self, BLBitSetBuilderCore* builder, uint startBit, uint endBit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetBuilderCommit
alias pblBitSetBuilderCommit = BLResult function(BLBitSetCore* self, BLBitSetBuilderCore* builder, uint newAreaIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetChop
alias pblBitSetChop = BLResult function(BLBitSetCore* self, uint startBit, uint endBit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetClear
alias pblBitSetClear = BLResult function(BLBitSetCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetClearBit
alias pblBitSetClearBit = BLResult function(BLBitSetCore* self, uint bitIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetClearRange
alias pblBitSetClearRange = BLResult function(BLBitSetCore* self, uint rangeStartBit, uint rangeEndBit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetCompare
alias pblBitSetCompare = int function(const(BLBitSetCore)* a, const(BLBitSetCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetDestroy
alias pblBitSetDestroy = BLResult function(BLBitSetCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetEquals
alias pblBitSetEquals = bool function(const(BLBitSetCore)* a, const(BLBitSetCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetGetCardinality
alias pblBitSetGetCardinality = uint function(const(BLBitSetCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetGetCardinalityInRange
alias pblBitSetGetCardinalityInRange = uint function(const(BLBitSetCore)* self, uint startBit, uint endBit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetGetData
alias pblBitSetGetData = BLResult function(const(BLBitSetCore)* self, BLBitSetData* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetGetRange
alias pblBitSetGetRange = bool function(const(BLBitSetCore)* self, uint* startOut, uint* endOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetGetSegmentCapacity
alias pblBitSetGetSegmentCapacity = uint function(const(BLBitSetCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetGetSegmentCount
alias pblBitSetGetSegmentCount = uint function(const(BLBitSetCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetHasBit
alias pblBitSetHasBit = bool function(const(BLBitSetCore)* self, uint bitIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetHasBitsInRange
alias pblBitSetHasBitsInRange = bool function(const(BLBitSetCore)* self, uint startBit, uint endBit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetInit
alias pblBitSetInit = BLResult function(BLBitSetCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetInitMove
alias pblBitSetInitMove = BLResult function(BLBitSetCore* self, BLBitSetCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetInitRange
alias pblBitSetInitRange = BLResult function(BLBitSetCore* self, uint startBit, uint endBit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetInitWeak
alias pblBitSetInitWeak = BLResult function(BLBitSetCore* self, const(BLBitSetCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetIntersects
alias pblBitSetIntersects = bool function(const(BLBitSetCore)* a, const(BLBitSetCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetIsEmpty
alias pblBitSetIsEmpty = bool function(const(BLBitSetCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetOptimize
alias pblBitSetOptimize = BLResult function(BLBitSetCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetReset
alias pblBitSetReset = BLResult function(BLBitSetCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetShrink
alias pblBitSetShrink = BLResult function(BLBitSetCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblBitSetSubsumes
alias pblBitSetSubsumes = bool function(const(BLBitSetCore)* a, const(BLBitSetCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextAssignMove
alias pblContextAssignMove = BLResult function(BLContextCore* self, BLContextCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextAssignWeak
alias pblContextAssignWeak = BLResult function(BLContextCore* self, const(BLContextCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextBegin
alias pblContextBegin = BLResult function(BLContextCore* self, BLImageCore* image, const(BLContextCreateInfo)* cci)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextBlitImageD
alias pblContextBlitImageD = BLResult function(BLContextCore* self, const(BLPoint)* pt, const(BLImageCore)* img, const(BLRectI)* imgArea)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextBlitImageI
alias pblContextBlitImageI = BLResult function(BLContextCore* self, const(BLPointI)* pt, const(BLImageCore)* img, const(BLRectI)* imgArea)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextBlitScaledImageD
alias pblContextBlitScaledImageD = BLResult function(BLContextCore* self, const(BLRect)* rect, const(BLImageCore)* img, const(BLRectI)* imgArea)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextBlitScaledImageI
alias pblContextBlitScaledImageI = BLResult function(BLContextCore* self, const(BLRectI)* rect, const(BLImageCore)* img, const(BLRectI)* imgArea)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextClearAll
alias pblContextClearAll = BLResult function(BLContextCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextClearRectD
alias pblContextClearRectD = BLResult function(BLContextCore* self, const(BLRect)* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextClearRectI
alias pblContextClearRectI = BLResult function(BLContextCore* self, const(BLRectI)* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextClipToRectD
alias pblContextClipToRectD = BLResult function(BLContextCore* self, const(BLRect)* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextClipToRectI
alias pblContextClipToRectI = BLResult function(BLContextCore* self, const(BLRectI)* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextDestroy
alias pblContextDestroy = BLResult function(BLContextCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextEnd
alias pblContextEnd = BLResult function(BLContextCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextFillAll
alias pblContextFillAll = BLResult function(BLContextCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextFillGeometry
alias pblContextFillGeometry = BLResult function(BLContextCore* self, BLGeometryType geometryType, const(void)* geometryData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextFillGlyphRunD
alias pblContextFillGlyphRunD = BLResult function(BLContextCore* self, const(BLPoint)* pt, const(BLFontCore)* font, const(BLGlyphRun)* glyphRun)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextFillGlyphRunI
alias pblContextFillGlyphRunI = BLResult function(BLContextCore* self, const(BLPointI)* pt, const(BLFontCore)* font, const(BLGlyphRun)* glyphRun)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextFillMaskD
alias pblContextFillMaskD = BLResult function(BLContextCore* self, const(BLPoint)* pt, const(BLImageCore)* mask, const(BLRectI)* maskArea)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextFillMaskI
alias pblContextFillMaskI = BLResult function(BLContextCore* self, const(BLPointI)* pt, const(BLImageCore)* mask, const(BLRectI)* maskArea)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextFillPathD
alias pblContextFillPathD = BLResult function(BLContextCore* self, const(BLPathCore)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextFillRectD
alias pblContextFillRectD = BLResult function(BLContextCore* self, const(BLRect)* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextFillRectI
alias pblContextFillRectI = BLResult function(BLContextCore* self, const(BLRectI)* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextFillTextD
alias pblContextFillTextD = BLResult function(BLContextCore* self, const(BLPoint)* pt, const(BLFontCore)* font, const(void)* text, size_t size, BLTextEncoding encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextFillTextI
alias pblContextFillTextI = BLResult function(BLContextCore* self, const(BLPointI)* pt, const(BLFontCore)* font, const(void)* text, size_t size, BLTextEncoding encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextFlush
alias pblContextFlush = BLResult function(BLContextCore* self, BLContextFlushFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetCompOp
alias pblContextGetCompOp = BLCompOp function(const(BLContextCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetFillAlpha
alias pblContextGetFillAlpha = double function(const(BLContextCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetFillRule
alias pblContextGetFillRule = BLFillRule function(const(BLContextCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetFillStyle
alias pblContextGetFillStyle = BLResult function(const(BLContextCore)* self, BLVarCore* varOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetGlobalAlpha
alias pblContextGetGlobalAlpha = double function(const(BLContextCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetHint
alias pblContextGetHint = uint function(const(BLContextCore)* self, BLContextHint hintType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetHints
alias pblContextGetHints = BLResult function(const(BLContextCore)* self, BLContextHints* hintsOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetMetaMatrix
alias pblContextGetMetaMatrix = BLResult function(const(BLContextCore)* self, BLMatrix2D* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetStrokeAlpha
alias pblContextGetStrokeAlpha = double function(const(BLContextCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetStrokeCap
alias pblContextGetStrokeCap = BLStrokeCap function(const(BLContextCore)* self, BLStrokeCapPosition position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetStrokeDashArray
alias pblContextGetStrokeDashArray = BLResult function(const(BLContextCore)* self, BLArrayCore* dashArrayOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetStrokeDashOffset
alias pblContextGetStrokeDashOffset = double function(const(BLContextCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetStrokeJoin
alias pblContextGetStrokeJoin = BLStrokeJoin function(const(BLContextCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetStrokeMiterLimit
alias pblContextGetStrokeMiterLimit = double function(const(BLContextCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetStrokeOptions
alias pblContextGetStrokeOptions = BLResult function(const(BLContextCore)* self, BLStrokeOptionsCore* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetStrokeStyle
alias pblContextGetStrokeStyle = BLResult function(const(BLContextCore)* self, BLVarCore* varOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetStrokeTransformOrder
alias pblContextGetStrokeTransformOrder = BLStrokeTransformOrder function(const(BLContextCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetStrokeWidth
alias pblContextGetStrokeWidth = double function(const(BLContextCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetTargetImage
alias pblContextGetTargetImage = BLImageCore* function(const(BLContextCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetTargetSize
alias pblContextGetTargetSize = BLResult function(const(BLContextCore)* self, BLSize* targetSizeOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetType
alias pblContextGetType = BLContextType function(const(BLContextCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextGetUserMatrix
alias pblContextGetUserMatrix = BLResult function(const(BLContextCore)* self, BLMatrix2D* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextInit
alias pblContextInit = BLResult function(BLContextCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextInitAs
alias pblContextInitAs = BLResult function(BLContextCore* self, BLImageCore* image, const(BLContextCreateInfo)* cci)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextInitMove
alias pblContextInitMove = BLResult function(BLContextCore* self, BLContextCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextInitWeak
alias pblContextInitWeak = BLResult function(BLContextCore* self, const(BLContextCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextMatrixOp
alias pblContextMatrixOp = BLResult function(BLContextCore* self, BLMatrix2DOp opType, const(void)* opData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextReset
alias pblContextReset = BLResult function(BLContextCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextRestore
alias pblContextRestore = BLResult function(BLContextCore* self, const(BLContextCookie)* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextRestoreClipping
alias pblContextRestoreClipping = BLResult function(BLContextCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSave
alias pblContextSave = BLResult function(BLContextCore* self, BLContextCookie* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetApproximationOptions
alias pblContextSetApproximationOptions = BLResult function(BLContextCore* self, const(BLApproximationOptions)* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetCompOp
alias pblContextSetCompOp = BLResult function(BLContextCore* self, BLCompOp compOp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetFillAlpha
alias pblContextSetFillAlpha = BLResult function(BLContextCore* self, double alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetFillRule
alias pblContextSetFillRule = BLResult function(BLContextCore* self, BLFillRule fillRule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetFillStyle
alias pblContextSetFillStyle = BLResult function(BLContextCore* self, const(BLUnknown)* var)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetFillStyleRgba
alias pblContextSetFillStyleRgba = BLResult function(BLContextCore* self, const(BLRgba)* rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetFillStyleRgba32
alias pblContextSetFillStyleRgba32 = BLResult function(BLContextCore* self, uint rgba32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetFillStyleRgba64
alias pblContextSetFillStyleRgba64 = BLResult function(BLContextCore* self, ulong rgba64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetFlattenMode
alias pblContextSetFlattenMode = BLResult function(BLContextCore* self, BLFlattenMode mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetFlattenTolerance
alias pblContextSetFlattenTolerance = BLResult function(BLContextCore* self, double tolerance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetGlobalAlpha
alias pblContextSetGlobalAlpha = BLResult function(BLContextCore* self, double alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetHint
alias pblContextSetHint = BLResult function(BLContextCore* self, BLContextHint hintType, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetHints
alias pblContextSetHints = BLResult function(BLContextCore* self, const(BLContextHints)* hints)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetStrokeAlpha
alias pblContextSetStrokeAlpha = BLResult function(BLContextCore* self, double alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetStrokeCap
alias pblContextSetStrokeCap = BLResult function(BLContextCore* self, BLStrokeCapPosition position, BLStrokeCap strokeCap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetStrokeCaps
alias pblContextSetStrokeCaps = BLResult function(BLContextCore* self, BLStrokeCap strokeCap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetStrokeDashArray
alias pblContextSetStrokeDashArray = BLResult function(BLContextCore* self, const(BLArrayCore)* dashArray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetStrokeDashOffset
alias pblContextSetStrokeDashOffset = BLResult function(BLContextCore* self, double dashOffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetStrokeJoin
alias pblContextSetStrokeJoin = BLResult function(BLContextCore* self, BLStrokeJoin strokeJoin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetStrokeMiterLimit
alias pblContextSetStrokeMiterLimit = BLResult function(BLContextCore* self, double miterLimit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetStrokeOptions
alias pblContextSetStrokeOptions = BLResult function(BLContextCore* self, const(BLStrokeOptionsCore)* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetStrokeStyle
alias pblContextSetStrokeStyle = BLResult function(BLContextCore* self, const(BLUnknown)* var)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetStrokeStyleRgba
alias pblContextSetStrokeStyleRgba = BLResult function(BLContextCore* self, const(BLRgba)* rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetStrokeStyleRgba32
alias pblContextSetStrokeStyleRgba32 = BLResult function(BLContextCore* self, uint rgba32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetStrokeStyleRgba64
alias pblContextSetStrokeStyleRgba64 = BLResult function(BLContextCore* self, ulong rgba64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetStrokeTransformOrder
alias pblContextSetStrokeTransformOrder = BLResult function(BLContextCore* self, BLStrokeTransformOrder transformOrder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextSetStrokeWidth
alias pblContextSetStrokeWidth = BLResult function(BLContextCore* self, double width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextStrokeGeometry
alias pblContextStrokeGeometry = BLResult function(BLContextCore* self, BLGeometryType geometryType, const(void)* geometryData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextStrokeGlyphRunD
alias pblContextStrokeGlyphRunD = BLResult function(BLContextCore* self, const(BLPoint)* pt, const(BLFontCore)* font, const(BLGlyphRun)* glyphRun)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextStrokeGlyphRunI
alias pblContextStrokeGlyphRunI = BLResult function(BLContextCore* self, const(BLPointI)* pt, const(BLFontCore)* font, const(BLGlyphRun)* glyphRun)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextStrokePathD
alias pblContextStrokePathD = BLResult function(BLContextCore* self, const(BLPathCore)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextStrokeRectD
alias pblContextStrokeRectD = BLResult function(BLContextCore* self, const(BLRect)* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextStrokeRectI
alias pblContextStrokeRectI = BLResult function(BLContextCore* self, const(BLRectI)* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextStrokeTextD
alias pblContextStrokeTextD = BLResult function(BLContextCore* self, const(BLPoint)* pt, const(BLFontCore)* font, const(void)* text, size_t size, BLTextEncoding encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextStrokeTextI
alias pblContextStrokeTextI = BLResult function(BLContextCore* self, const(BLPointI)* pt, const(BLFontCore)* font, const(void)* text, size_t size, BLTextEncoding encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblContextUserToMeta
alias pblContextUserToMeta = BLResult function(BLContextCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblDefaultApproximationOptions
alias pblDefaultApproximationOptions = BLApproximationOptions
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFileClose
alias pblFileClose = BLResult function(BLFileCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFileGetSize
alias pblFileGetSize = BLResult function(BLFileCore* self, ulong* fileSizeOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFileInit
alias pblFileInit = BLResult function(BLFileCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFileOpen
alias pblFileOpen = BLResult function(BLFileCore* self, const(char)* fileName, BLFileOpenFlags openFlags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFileRead
alias pblFileRead = BLResult function(BLFileCore* self, void* buffer, size_t n, size_t* bytesReadOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFileReset
alias pblFileReset = BLResult function(BLFileCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFileSeek
alias pblFileSeek = BLResult function(BLFileCore* self, long offset, BLFileSeekType seekType, long* positionOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFileSystemReadFile
alias pblFileSystemReadFile = BLResult function(const(char)* fileName, BLArrayCore* dst, size_t maxSize, BLFileReadFlags readFlags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFileSystemWriteFile
alias pblFileSystemWriteFile = BLResult function(const(char)* fileName, const(void)* data, size_t size, size_t* bytesWrittenOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFileTruncate
alias pblFileTruncate = BLResult function(BLFileCore* self, long maxSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFileWrite
alias pblFileWrite = BLResult function(BLFileCore* self, const(void)* buffer, size_t n, size_t* bytesWrittenOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontApplyGPos
alias pblFontApplyGPos = BLResult function(const(BLFontCore)* self, BLGlyphBufferCore* gb, const(BLBitSetCore)* lookups)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontApplyGSub
alias pblFontApplyGSub = BLResult function(const(BLFontCore)* self, BLGlyphBufferCore* gb, const(BLBitSetCore)* lookups)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontApplyKerning
alias pblFontApplyKerning = BLResult function(const(BLFontCore)* self, BLGlyphBufferCore* gb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontAssignMove
alias pblFontAssignMove = BLResult function(BLFontCore* self, BLFontCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontAssignWeak
alias pblFontAssignWeak = BLResult function(BLFontCore* self, const(BLFontCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontCreateFromFace
alias pblFontCreateFromFace = BLResult function(BLFontCore* self, const(BLFontFaceCore)* face, float size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontDataAssignMove
alias pblFontDataAssignMove = BLResult function(BLFontDataCore* self, BLFontDataCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontDataAssignWeak
alias pblFontDataAssignWeak = BLResult function(BLFontDataCore* self, const(BLFontDataCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontDataCreateFromData
alias pblFontDataCreateFromData = BLResult function(BLFontDataCore* self, const(void)* data, size_t dataSize, BLDestroyExternalDataFunc destroyFunc, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontDataCreateFromDataArray
alias pblFontDataCreateFromDataArray = BLResult function(BLFontDataCore* self, const(BLArrayCore)* dataArray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontDataCreateFromFile
alias pblFontDataCreateFromFile = BLResult function(BLFontDataCore* self, const(char)* fileName, BLFileReadFlags readFlags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontDataDestroy
alias pblFontDataDestroy = BLResult function(BLFontDataCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontDataEquals
alias pblFontDataEquals = bool function(const(BLFontDataCore)* a, const(BLFontDataCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontDataInit
alias pblFontDataInit = BLResult function(BLFontDataCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontDataInitMove
alias pblFontDataInitMove = BLResult function(BLFontDataCore* self, BLFontDataCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontDataInitWeak
alias pblFontDataInitWeak = BLResult function(BLFontDataCore* self, const(BLFontDataCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontDataListTags
alias pblFontDataListTags = BLResult function(const(BLFontDataCore)* self, uint faceIndex, BLArrayCore* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontDataQueryTables
alias pblFontDataQueryTables = size_t function(const(BLFontDataCore)* self, uint faceIndex, BLFontTable* dst, const(BLTag)* tags, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontDataReset
alias pblFontDataReset = BLResult function(BLFontDataCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontDestroy
alias pblFontDestroy = BLResult function(BLFontCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontEquals
alias pblFontEquals = bool function(const(BLFontCore)* a, const(BLFontCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFaceAssignMove
alias pblFontFaceAssignMove = BLResult function(BLFontFaceCore* self, BLFontFaceCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFaceAssignWeak
alias pblFontFaceAssignWeak = BLResult function(BLFontFaceCore* self, const(BLFontFaceCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFaceCreateFromData
alias pblFontFaceCreateFromData = BLResult function(BLFontFaceCore* self, const(BLFontDataCore)* fontData, uint faceIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFaceCreateFromFile
alias pblFontFaceCreateFromFile = BLResult function(BLFontFaceCore* self, const(char)* fileName, BLFileReadFlags readFlags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFaceDestroy
alias pblFontFaceDestroy = BLResult function(BLFontFaceCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFaceEquals
alias pblFontFaceEquals = bool function(const(BLFontFaceCore)* a, const(BLFontFaceCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFaceGetCharacterCoverage
alias pblFontFaceGetCharacterCoverage = BLResult function(const(BLFontFaceCore)* self, BLBitSetCore* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFaceGetDesignMetrics
alias pblFontFaceGetDesignMetrics = BLResult function(const(BLFontFaceCore)* self, BLFontDesignMetrics* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFaceGetFaceInfo
alias pblFontFaceGetFaceInfo = BLResult function(const(BLFontFaceCore)* self, BLFontFaceInfo* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFaceGetFeatureTags
alias pblFontFaceGetFeatureTags = BLResult function(const(BLFontFaceCore)* self, BLArrayCore* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFaceGetScriptTags
alias pblFontFaceGetScriptTags = BLResult function(const(BLFontFaceCore)* self, BLArrayCore* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFaceGetUnicodeCoverage
alias pblFontFaceGetUnicodeCoverage = BLResult function(const(BLFontFaceCore)* self, BLFontUnicodeCoverage* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFaceInit
alias pblFontFaceInit = BLResult function(BLFontFaceCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFaceInitMove
alias pblFontFaceInitMove = BLResult function(BLFontFaceCore* self, BLFontFaceCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFaceInitWeak
alias pblFontFaceInitWeak = BLResult function(BLFontFaceCore* self, const(BLFontFaceCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFaceReset
alias pblFontFaceReset = BLResult function(BLFontFaceCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFeatureSettingsAssignMove
alias pblFontFeatureSettingsAssignMove = BLResult function(BLFontFeatureSettingsCore* self, BLFontFeatureSettingsCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFeatureSettingsAssignWeak
alias pblFontFeatureSettingsAssignWeak = BLResult function(BLFontFeatureSettingsCore* self, const(BLFontFeatureSettingsCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFeatureSettingsClear
alias pblFontFeatureSettingsClear = BLResult function(BLFontFeatureSettingsCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFeatureSettingsDestroy
alias pblFontFeatureSettingsDestroy = BLResult function(BLFontFeatureSettingsCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFeatureSettingsEquals
alias pblFontFeatureSettingsEquals = bool function(const(BLFontFeatureSettingsCore)* a, const(BLFontFeatureSettingsCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFeatureSettingsGetCapacity
alias pblFontFeatureSettingsGetCapacity = size_t function(const(BLFontFeatureSettingsCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFeatureSettingsGetKey
alias pblFontFeatureSettingsGetKey = uint function(const(BLFontFeatureSettingsCore)* self, BLTag key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFeatureSettingsGetSize
alias pblFontFeatureSettingsGetSize = size_t function(const(BLFontFeatureSettingsCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFeatureSettingsGetView
alias pblFontFeatureSettingsGetView = BLResult function(const(BLFontFeatureSettingsCore)* self, BLFontFeatureSettingsView* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFeatureSettingsHasKey
alias pblFontFeatureSettingsHasKey = bool function(const(BLFontFeatureSettingsCore)* self, BLTag key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFeatureSettingsInit
alias pblFontFeatureSettingsInit = BLResult function(BLFontFeatureSettingsCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFeatureSettingsInitMove
alias pblFontFeatureSettingsInitMove = BLResult function(BLFontFeatureSettingsCore* self, BLFontFeatureSettingsCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFeatureSettingsInitWeak
alias pblFontFeatureSettingsInitWeak = BLResult function(BLFontFeatureSettingsCore* self, const(BLFontFeatureSettingsCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFeatureSettingsRemoveKey
alias pblFontFeatureSettingsRemoveKey = BLResult function(BLFontFeatureSettingsCore* self, BLTag key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFeatureSettingsReset
alias pblFontFeatureSettingsReset = BLResult function(BLFontFeatureSettingsCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFeatureSettingsSetKey
alias pblFontFeatureSettingsSetKey = BLResult function(BLFontFeatureSettingsCore* self, BLTag key, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontFeatureSettingsShrink
alias pblFontFeatureSettingsShrink = BLResult function(BLFontFeatureSettingsCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontGetDesignMetrics
alias pblFontGetDesignMetrics = BLResult function(const(BLFontCore)* self, BLFontDesignMetrics* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontGetFeatureSettings
alias pblFontGetFeatureSettings = BLResult function(const(BLFontCore)* self, BLFontFeatureSettingsCore* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontGetGlyphAdvances
alias pblFontGetGlyphAdvances = BLResult function(const(BLFontCore)* self, const(uint)* glyphData, intptr_t glyphAdvance, BLGlyphPlacement* out_, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontGetGlyphBounds
alias pblFontGetGlyphBounds = BLResult function(const(BLFontCore)* self, const(uint)* glyphData, intptr_t glyphAdvance, BLBoxI* out_, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontGetGlyphOutlines
alias pblFontGetGlyphOutlines = BLResult function(const(BLFontCore)* self, uint glyphId, const(BLMatrix2D)* userMatrix, BLPathCore* out_, BLPathSinkFunc sink, void* closure)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontGetGlyphRunOutlines
alias pblFontGetGlyphRunOutlines = BLResult function(const(BLFontCore)* self, const(BLGlyphRun)* glyphRun, const(BLMatrix2D)* userMatrix, BLPathCore* out_, BLPathSinkFunc sink, void* closure)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontGetMatrix
alias pblFontGetMatrix = BLResult function(const(BLFontCore)* self, BLFontMatrix* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontGetMetrics
alias pblFontGetMetrics = BLResult function(const(BLFontCore)* self, BLFontMetrics* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontGetSize
alias pblFontGetSize = float function(const(BLFontCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontGetTextMetrics
alias pblFontGetTextMetrics = BLResult function(const(BLFontCore)* self, BLGlyphBufferCore* gb, BLTextMetrics* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontInit
alias pblFontInit = BLResult function(BLFontCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontInitMove
alias pblFontInitMove = BLResult function(BLFontCore* self, BLFontCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontInitWeak
alias pblFontInitWeak = BLResult function(BLFontCore* self, const(BLFontCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontManagerAddFace
alias pblFontManagerAddFace = BLResult function(BLFontManagerCore* self, const(BLFontFaceCore)* face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontManagerAssignMove
alias pblFontManagerAssignMove = BLResult function(BLFontManagerCore* self, BLFontManagerCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontManagerAssignWeak
alias pblFontManagerAssignWeak = BLResult function(BLFontManagerCore* self, const(BLFontManagerCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontManagerCreate
alias pblFontManagerCreate = BLResult function(BLFontManagerCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontManagerDestroy
alias pblFontManagerDestroy = BLResult function(BLFontManagerCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontManagerEquals
alias pblFontManagerEquals = bool function(const(BLFontManagerCore)* a, const(BLFontManagerCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontManagerGetFaceCount
alias pblFontManagerGetFaceCount = size_t function(const(BLFontManagerCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontManagerGetFamilyCount
alias pblFontManagerGetFamilyCount = size_t function(const(BLFontManagerCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontManagerHasFace
alias pblFontManagerHasFace = bool function(const(BLFontManagerCore)* self, const(BLFontFaceCore)* face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontManagerInit
alias pblFontManagerInit = BLResult function(BLFontManagerCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontManagerInitMove
alias pblFontManagerInitMove = BLResult function(BLFontManagerCore* self, BLFontManagerCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontManagerInitNew
alias pblFontManagerInitNew = BLResult function(BLFontManagerCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontManagerInitWeak
alias pblFontManagerInitWeak = BLResult function(BLFontManagerCore* self, const(BLFontManagerCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontManagerQueryFace
alias pblFontManagerQueryFace = BLResult function(const(BLFontManagerCore)* self, const(char)* name, size_t nameSize, const(BLFontQueryProperties)* properties, BLFontFaceCore* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontManagerQueryFacesByFamilyName
alias pblFontManagerQueryFacesByFamilyName = BLResult function(const(BLFontManagerCore)* self, const(char)* name, size_t nameSize, BLArrayCore* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontManagerReset
alias pblFontManagerReset = BLResult function(BLFontManagerCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontMapTextToGlyphs
alias pblFontMapTextToGlyphs = BLResult function(const(BLFontCore)* self, BLGlyphBufferCore* gb, BLGlyphMappingState* stateOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontPositionGlyphs
alias pblFontPositionGlyphs = BLResult function(const(BLFontCore)* self, BLGlyphBufferCore* gb, uint positioningFlags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontReset
alias pblFontReset = BLResult function(BLFontCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontResetFeatureSettings
alias pblFontResetFeatureSettings = BLResult function(BLFontCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontSetFeatureSettings
alias pblFontSetFeatureSettings = BLResult function(BLFontCore* self, const(BLFontFeatureSettingsCore)* featureSettings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontSetSize
alias pblFontSetSize = BLResult function(BLFontCore* self, float size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontShape
alias pblFontShape = BLResult function(const(BLFontCore)* self, BLGlyphBufferCore* gb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontVariationSettingsAssignMove
alias pblFontVariationSettingsAssignMove = BLResult function(BLFontVariationSettingsCore* self, BLFontVariationSettingsCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontVariationSettingsAssignWeak
alias pblFontVariationSettingsAssignWeak = BLResult function(BLFontVariationSettingsCore* self, const(BLFontVariationSettingsCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontVariationSettingsClear
alias pblFontVariationSettingsClear = BLResult function(BLFontVariationSettingsCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontVariationSettingsDestroy
alias pblFontVariationSettingsDestroy = BLResult function(BLFontVariationSettingsCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontVariationSettingsEquals
alias pblFontVariationSettingsEquals = bool function(const(BLFontVariationSettingsCore)* a, const(BLFontVariationSettingsCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontVariationSettingsGetCapacity
alias pblFontVariationSettingsGetCapacity = size_t function(const(BLFontVariationSettingsCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontVariationSettingsGetKey
alias pblFontVariationSettingsGetKey = float function(const(BLFontVariationSettingsCore)* self, BLTag key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontVariationSettingsGetSize
alias pblFontVariationSettingsGetSize = size_t function(const(BLFontVariationSettingsCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontVariationSettingsGetView
alias pblFontVariationSettingsGetView = BLResult function(const(BLFontVariationSettingsCore)* self, BLFontVariationSettingsView* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontVariationSettingsHasKey
alias pblFontVariationSettingsHasKey = bool function(const(BLFontVariationSettingsCore)* self, BLTag key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontVariationSettingsInit
alias pblFontVariationSettingsInit = BLResult function(BLFontVariationSettingsCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontVariationSettingsInitMove
alias pblFontVariationSettingsInitMove = BLResult function(BLFontVariationSettingsCore* self, BLFontVariationSettingsCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontVariationSettingsInitWeak
alias pblFontVariationSettingsInitWeak = BLResult function(BLFontVariationSettingsCore* self, const(BLFontVariationSettingsCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontVariationSettingsRemoveKey
alias pblFontVariationSettingsRemoveKey = BLResult function(BLFontVariationSettingsCore* self, BLTag key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontVariationSettingsReset
alias pblFontVariationSettingsReset = BLResult function(BLFontVariationSettingsCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontVariationSettingsSetKey
alias pblFontVariationSettingsSetKey = BLResult function(BLFontVariationSettingsCore* self, BLTag key, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFontVariationSettingsShrink
alias pblFontVariationSettingsShrink = BLResult function(BLFontVariationSettingsCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFormatInfo
alias pblFormatInfo = const(BLFormatInfo)[BL_FORMAT_RESERVED_COUNT]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFormatInfoQuery
alias pblFormatInfoQuery = BLResult function(BLFormatInfo* self, BLFormat format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblFormatInfoSanitize
alias pblFormatInfoSanitize = BLResult function(BLFormatInfo* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGlyphBufferClear
alias pblGlyphBufferClear = BLResult function(BLGlyphBufferCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGlyphBufferDestroy
alias pblGlyphBufferDestroy = BLResult function(BLGlyphBufferCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGlyphBufferGetContent
alias pblGlyphBufferGetContent = const(uint)* function(const(BLGlyphBufferCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGlyphBufferGetFlags
alias pblGlyphBufferGetFlags = uint function(const(BLGlyphBufferCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGlyphBufferGetGlyphRun
alias pblGlyphBufferGetGlyphRun = const(BLGlyphRun)* function(const(BLGlyphBufferCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGlyphBufferGetInfoData
alias pblGlyphBufferGetInfoData = const(BLGlyphInfo)* function(const(BLGlyphBufferCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGlyphBufferGetPlacementData
alias pblGlyphBufferGetPlacementData = const(BLGlyphPlacement)* function(const(BLGlyphBufferCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGlyphBufferGetSize
alias pblGlyphBufferGetSize = size_t function(const(BLGlyphBufferCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGlyphBufferInit
alias pblGlyphBufferInit = BLResult function(BLGlyphBufferCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGlyphBufferInitMove
alias pblGlyphBufferInitMove = BLResult function(BLGlyphBufferCore* self, BLGlyphBufferCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGlyphBufferReset
alias pblGlyphBufferReset = BLResult function(BLGlyphBufferCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGlyphBufferSetGlyphs
alias pblGlyphBufferSetGlyphs = BLResult function(BLGlyphBufferCore* self, const(uint)* glyphData, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGlyphBufferSetGlyphsFromStruct
alias pblGlyphBufferSetGlyphsFromStruct = BLResult function(BLGlyphBufferCore* self, const(void)* glyphData, size_t size, size_t glyphIdSize, intptr_t glyphIdAdvance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGlyphBufferSetText
alias pblGlyphBufferSetText = BLResult function(BLGlyphBufferCore* self, const(void)* textData, size_t size, BLTextEncoding encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientAddStopRgba32
alias pblGradientAddStopRgba32 = BLResult function(BLGradientCore* self, double offset, uint argb32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientAddStopRgba64
alias pblGradientAddStopRgba64 = BLResult function(BLGradientCore* self, double offset, ulong argb64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientApplyMatrixOp
alias pblGradientApplyMatrixOp = BLResult function(BLGradientCore* self, BLMatrix2DOp opType, const(void)* opData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientAssignMove
alias pblGradientAssignMove = BLResult function(BLGradientCore* self, BLGradientCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientAssignStops
alias pblGradientAssignStops = BLResult function(BLGradientCore* self, const(BLGradientStop)* stops, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientAssignWeak
alias pblGradientAssignWeak = BLResult function(BLGradientCore* self, const(BLGradientCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientCreate
alias pblGradientCreate = BLResult function(BLGradientCore* self, BLGradientType type, const(void)* values, BLExtendMode extendMode, const(BLGradientStop)* stops, size_t n, const(BLMatrix2D)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientDestroy
alias pblGradientDestroy = BLResult function(BLGradientCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientEquals
alias pblGradientEquals = bool function(const(BLGradientCore)* a, const(BLGradientCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientGetCapacity
alias pblGradientGetCapacity = size_t function(const(BLGradientCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientGetExtendMode
alias pblGradientGetExtendMode = BLExtendMode function(const(BLGradientCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientGetSize
alias pblGradientGetSize = size_t function(const(BLGradientCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientGetStops
alias pblGradientGetStops = const(BLGradientStop)* function(const(BLGradientCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientGetType
alias pblGradientGetType = BLGradientType function(const(BLGradientCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientGetValue
alias pblGradientGetValue = double function(const(BLGradientCore)* self, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientIndexOfStop
alias pblGradientIndexOfStop = size_t function(const(BLGradientCore)* self, double offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientInit
alias pblGradientInit = BLResult function(BLGradientCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientInitAs
alias pblGradientInitAs = BLResult function(BLGradientCore* self, BLGradientType type, const(void)* values, BLExtendMode extendMode, const(BLGradientStop)* stops, size_t n, const(BLMatrix2D)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientInitMove
alias pblGradientInitMove = BLResult function(BLGradientCore* self, BLGradientCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientInitWeak
alias pblGradientInitWeak = BLResult function(BLGradientCore* self, const(BLGradientCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientRemoveStop
alias pblGradientRemoveStop = BLResult function(BLGradientCore* self, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientRemoveStopByOffset
alias pblGradientRemoveStopByOffset = BLResult function(BLGradientCore* self, double offset, uint all)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientRemoveStopsByIndex
alias pblGradientRemoveStopsByIndex = BLResult function(BLGradientCore* self, size_t rStart, size_t rEnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientRemoveStopsByOffset
alias pblGradientRemoveStopsByOffset = BLResult function(BLGradientCore* self, double offsetMin, double offsetMax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientReplaceStopRgba32
alias pblGradientReplaceStopRgba32 = BLResult function(BLGradientCore* self, size_t index, double offset, uint rgba32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientReplaceStopRgba64
alias pblGradientReplaceStopRgba64 = BLResult function(BLGradientCore* self, size_t index, double offset, ulong rgba64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientReserve
alias pblGradientReserve = BLResult function(BLGradientCore* self, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientReset
alias pblGradientReset = BLResult function(BLGradientCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientResetStops
alias pblGradientResetStops = BLResult function(BLGradientCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientSetExtendMode
alias pblGradientSetExtendMode = BLResult function(BLGradientCore* self, BLExtendMode extendMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientSetType
alias pblGradientSetType = BLResult function(BLGradientCore* self, BLGradientType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientSetValue
alias pblGradientSetValue = BLResult function(BLGradientCore* self, size_t index, double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientSetValues
alias pblGradientSetValues = BLResult function(BLGradientCore* self, size_t index, const(double)* values, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblGradientShrink
alias pblGradientShrink = BLResult function(BLGradientCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageAssignDeep
alias pblImageAssignDeep = BLResult function(BLImageCore* self, const(BLImageCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageAssignMove
alias pblImageAssignMove = BLResult function(BLImageCore* self, BLImageCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageAssignWeak
alias pblImageAssignWeak = BLResult function(BLImageCore* self, const(BLImageCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecAddToBuiltIn
alias pblImageCodecAddToBuiltIn = BLResult function(const(BLImageCodecCore)* codec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecArrayAssignBuiltInCodecs
alias pblImageCodecArrayAssignBuiltInCodecs = BLResult function(BLArrayCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecArrayInitBuiltInCodecs
alias pblImageCodecArrayInitBuiltInCodecs = BLResult function(BLArrayCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecAssignMove
alias pblImageCodecAssignMove = BLResult function(BLImageCodecCore* self, BLImageCodecCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecAssignWeak
alias pblImageCodecAssignWeak = BLResult function(BLImageCodecCore* self, const(BLImageCodecCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecCreateDecoder
alias pblImageCodecCreateDecoder = BLResult function(const(BLImageCodecCore)* self, BLImageDecoderCore* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecCreateEncoder
alias pblImageCodecCreateEncoder = BLResult function(const(BLImageCodecCore)* self, BLImageEncoderCore* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecDestroy
alias pblImageCodecDestroy = BLResult function(BLImageCodecCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecFindByData
alias pblImageCodecFindByData = BLResult function(BLImageCodecCore* self, const(void)* data, size_t size, const(BLArrayCore)* codecs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecFindByExtension
alias pblImageCodecFindByExtension = BLResult function(BLImageCodecCore* self, const(char)* name, size_t size, const(BLArrayCore)* codecs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecFindByName
alias pblImageCodecFindByName = BLResult function(BLImageCodecCore* self, const(char)* name, size_t size, const(BLArrayCore)* codecs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecInit
alias pblImageCodecInit = BLResult function(BLImageCodecCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecInitByName
alias pblImageCodecInitByName = BLResult function(BLImageCodecCore* self, const(char)* name, size_t size, const(BLArrayCore)* codecs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecInitMove
alias pblImageCodecInitMove = BLResult function(BLImageCodecCore* self, BLImageCodecCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecInitWeak
alias pblImageCodecInitWeak = BLResult function(BLImageCodecCore* self, const(BLImageCodecCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecInspectData
alias pblImageCodecInspectData = uint function(const(BLImageCodecCore)* self, const(void)* data, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecRemoveFromBuiltIn
alias pblImageCodecRemoveFromBuiltIn = BLResult function(const(BLImageCodecCore)* codec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCodecReset
alias pblImageCodecReset = BLResult function(BLImageCodecCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageConvert
alias pblImageConvert = BLResult function(BLImageCore* self, BLFormat format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCreate
alias pblImageCreate = BLResult function(BLImageCore* self, int w, int h, BLFormat format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageCreateFromData
alias pblImageCreateFromData = BLResult function(BLImageCore* self, int w, int h, BLFormat format, void* pixelData, intptr_t stride, BLDestroyExternalDataFunc destroyFunc, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageDecoderAssignMove
alias pblImageDecoderAssignMove = BLResult function(BLImageDecoderCore* self, BLImageDecoderCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageDecoderAssignWeak
alias pblImageDecoderAssignWeak = BLResult function(BLImageDecoderCore* self, const(BLImageDecoderCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageDecoderDestroy
alias pblImageDecoderDestroy = BLResult function(BLImageDecoderCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageDecoderInit
alias pblImageDecoderInit = BLResult function(BLImageDecoderCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageDecoderInitMove
alias pblImageDecoderInitMove = BLResult function(BLImageDecoderCore* self, BLImageDecoderCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageDecoderInitWeak
alias pblImageDecoderInitWeak = BLResult function(BLImageDecoderCore* self, const(BLImageDecoderCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageDecoderReadFrame
alias pblImageDecoderReadFrame = BLResult function(BLImageDecoderCore* self, BLImageCore* imageOut, const(ubyte)* data, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageDecoderReadInfo
alias pblImageDecoderReadInfo = BLResult function(BLImageDecoderCore* self, BLImageInfo* infoOut, const(ubyte)* data, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageDecoderReset
alias pblImageDecoderReset = BLResult function(BLImageDecoderCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageDecoderRestart
alias pblImageDecoderRestart = BLResult function(BLImageDecoderCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageDestroy
alias pblImageDestroy = BLResult function(BLImageCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageEncoderAssignMove
alias pblImageEncoderAssignMove = BLResult function(BLImageEncoderCore* self, BLImageEncoderCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageEncoderAssignWeak
alias pblImageEncoderAssignWeak = BLResult function(BLImageEncoderCore* self, const(BLImageEncoderCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageEncoderDestroy
alias pblImageEncoderDestroy = BLResult function(BLImageEncoderCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageEncoderInit
alias pblImageEncoderInit = BLResult function(BLImageEncoderCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageEncoderInitMove
alias pblImageEncoderInitMove = BLResult function(BLImageEncoderCore* self, BLImageEncoderCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageEncoderInitWeak
alias pblImageEncoderInitWeak = BLResult function(BLImageEncoderCore* self, const(BLImageEncoderCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageEncoderReset
alias pblImageEncoderReset = BLResult function(BLImageEncoderCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageEncoderRestart
alias pblImageEncoderRestart = BLResult function(BLImageEncoderCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageEncoderWriteFrame
alias pblImageEncoderWriteFrame = BLResult function(BLImageEncoderCore* self, BLArrayCore* dst, const(BLImageCore)* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageEquals
alias pblImageEquals = bool function(const(BLImageCore)* a, const(BLImageCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageGetData
alias pblImageGetData = BLResult function(const(BLImageCore)* self, BLImageData* dataOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageInit
alias pblImageInit = BLResult function(BLImageCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageInitAs
alias pblImageInitAs = BLResult function(BLImageCore* self, int w, int h, BLFormat format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageInitAsFromData
alias pblImageInitAsFromData = BLResult function(BLImageCore* self, int w, int h, BLFormat format, void* pixelData, intptr_t stride, BLDestroyExternalDataFunc destroyFunc, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageInitMove
alias pblImageInitMove = BLResult function(BLImageCore* self, BLImageCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageInitWeak
alias pblImageInitWeak = BLResult function(BLImageCore* self, const(BLImageCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageMakeMutable
alias pblImageMakeMutable = BLResult function(BLImageCore* self, BLImageData* dataOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageReadFromData
alias pblImageReadFromData = BLResult function(BLImageCore* self, const(void)* data, size_t size, const(BLArrayCore)* codecs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageReadFromFile
alias pblImageReadFromFile = BLResult function(BLImageCore* self, const(char)* fileName, const(BLArrayCore)* codecs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageReset
alias pblImageReset = BLResult function(BLImageCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageScale
alias pblImageScale = BLResult function(BLImageCore* dst, const(BLImageCore)* src, const(BLSizeI)* size, uint filter, const(BLImageScaleOptions)* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageWriteToData
alias pblImageWriteToData = BLResult function(const(BLImageCore)* self, BLArrayCore* dst, const(BLImageCodecCore)* codec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblImageWriteToFile
alias pblImageWriteToFile = BLResult function(const(BLImageCore)* self, const(char)* fileName, const(BLImageCodecCore)* codec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblMatrix2DApplyOp
alias pblMatrix2DApplyOp = BLResult function(BLMatrix2D* self, BLMatrix2DOp opType, const(void)* opData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblMatrix2DGetType
alias pblMatrix2DGetType = BLMatrix2DType function(const(BLMatrix2D)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblMatrix2DInvert
alias pblMatrix2DInvert = BLResult function(BLMatrix2D* dst, const(BLMatrix2D)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblMatrix2DMapPointDArray
alias pblMatrix2DMapPointDArray = BLResult function(const(BLMatrix2D)* self, BLPoint* dst, const(BLPoint)* src, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblMatrix2DMapPointDArrayFuncs
alias pblMatrix2DMapPointDArrayFuncs = BLMapPointDArrayFunc[BL_MATRIX2D_TYPE_MAX_VALUE + 1]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblMatrix2DSetIdentity
alias pblMatrix2DSetIdentity = BLResult function(BLMatrix2D* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblMatrix2DSetRotation
alias pblMatrix2DSetRotation = BLResult function(BLMatrix2D* self, double angle, double cx, double cy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblMatrix2DSetScaling
alias pblMatrix2DSetScaling = BLResult function(BLMatrix2D* self, double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblMatrix2DSetSkewing
alias pblMatrix2DSetSkewing = BLResult function(BLMatrix2D* self, double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblMatrix2DSetTranslation
alias pblMatrix2DSetTranslation = BLResult function(BLMatrix2D* self, double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectAssignMove
alias pblObjectAssignMove = BLResult function(BLUnknown* self, BLUnknown* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectAssignWeak
alias pblObjectAssignWeak = BLResult function(BLUnknown* self, const(BLUnknown)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectDetailAllocImpl
alias pblObjectDetailAllocImpl = void* function(BLObjectDetail* d, uint info, size_t implSize, size_t* implSizeOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectDetailAllocImplExternal
alias pblObjectDetailAllocImplExternal = void* function(BLObjectDetail* d, uint info, size_t implSize, BLObjectExternalInfo** externalInfoOut, void** externalOptDataOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectDetailFreeImpl
alias pblObjectDetailFreeImpl = BLResult function(void* impl, uint info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectGetProperty
alias pblObjectGetProperty = BLResult function(const(BLUnknown)* self, const(char)* name, size_t nameSize, BLVarCore* valueOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectGetPropertyBool
alias pblObjectGetPropertyBool = BLResult function(const(BLUnknown)* self, const(char)* name, size_t nameSize, bool* valueOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectGetPropertyDouble
alias pblObjectGetPropertyDouble = BLResult function(const(BLUnknown)* self, const(char)* name, size_t nameSize, double* valueOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectGetPropertyInt32
alias pblObjectGetPropertyInt32 = BLResult function(const(BLUnknown)* self, const(char)* name, size_t nameSize, int* valueOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectGetPropertyInt64
alias pblObjectGetPropertyInt64 = BLResult function(const(BLUnknown)* self, const(char)* name, size_t nameSize, long* valueOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectGetPropertyUInt32
alias pblObjectGetPropertyUInt32 = BLResult function(const(BLUnknown)* self, const(char)* name, size_t nameSize, uint* valueOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectGetPropertyUInt64
alias pblObjectGetPropertyUInt64 = BLResult function(const(BLUnknown)* self, const(char)* name, size_t nameSize, ulong* valueOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectInitMove
alias pblObjectInitMove = BLResult function(BLUnknown* self, BLUnknown* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectInitWeak
alias pblObjectInitWeak = BLResult function(BLUnknown* self, const(BLUnknown)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectReset
alias pblObjectReset = BLResult function(BLUnknown* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectSetProperty
alias pblObjectSetProperty = BLResult function(BLUnknown* self, const(char)* name, size_t nameSize, const(BLUnknown)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectSetPropertyBool
alias pblObjectSetPropertyBool = BLResult function(BLUnknown* self, const(char)* name, size_t nameSize, bool value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectSetPropertyDouble
alias pblObjectSetPropertyDouble = BLResult function(BLUnknown* self, const(char)* name, size_t nameSize, double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectSetPropertyInt32
alias pblObjectSetPropertyInt32 = BLResult function(BLUnknown* self, const(char)* name, size_t nameSize, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectSetPropertyInt64
alias pblObjectSetPropertyInt64 = BLResult function(BLUnknown* self, const(char)* name, size_t nameSize, long value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectSetPropertyUInt32
alias pblObjectSetPropertyUInt32 = BLResult function(BLUnknown* self, const(char)* name, size_t nameSize, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblObjectSetPropertyUInt64
alias pblObjectSetPropertyUInt64 = BLResult function(BLUnknown* self, const(char)* name, size_t nameSize, ulong value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathAddBoxD
alias pblPathAddBoxD = BLResult function(BLPathCore* self, const(BLBox)* box, BLGeometryDirection dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathAddBoxI
alias pblPathAddBoxI = BLResult function(BLPathCore* self, const(BLBoxI)* box, BLGeometryDirection dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathAddGeometry
alias pblPathAddGeometry = BLResult function(BLPathCore* self, BLGeometryType geometryType, const(void)* geometryData, const(BLMatrix2D)* m, BLGeometryDirection dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathAddPath
alias pblPathAddPath = BLResult function(BLPathCore* self, const(BLPathCore)* other, const(BLRange)* range)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathAddRectD
alias pblPathAddRectD = BLResult function(BLPathCore* self, const(BLRect)* rect, BLGeometryDirection dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathAddRectI
alias pblPathAddRectI = BLResult function(BLPathCore* self, const(BLRectI)* rect, BLGeometryDirection dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathAddReversedPath
alias pblPathAddReversedPath = BLResult function(BLPathCore* self, const(BLPathCore)* other, const(BLRange)* range, BLPathReverseMode reverseMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathAddStrokedPath
alias pblPathAddStrokedPath = BLResult function(BLPathCore* self, const(BLPathCore)* other, const(BLRange)* range, const(BLStrokeOptionsCore)* options, const(BLApproximationOptions)* approx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathAddTransformedPath
alias pblPathAddTransformedPath = BLResult function(BLPathCore* self, const(BLPathCore)* other, const(BLRange)* range, const(BLMatrix2D)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathAddTranslatedPath
alias pblPathAddTranslatedPath = BLResult function(BLPathCore* self, const(BLPathCore)* other, const(BLRange)* range, const(BLPoint)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathArcQuadrantTo
alias pblPathArcQuadrantTo = BLResult function(BLPathCore* self, double x1, double y1, double x2, double y2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathArcTo
alias pblPathArcTo = BLResult function(BLPathCore* self, double x, double y, double rx, double ry, double start, double sweep, bool forceMoveTo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathAssignDeep
alias pblPathAssignDeep = BLResult function(BLPathCore* self, const(BLPathCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathAssignMove
alias pblPathAssignMove = BLResult function(BLPathCore* self, BLPathCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathAssignWeak
alias pblPathAssignWeak = BLResult function(BLPathCore* self, const(BLPathCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathClear
alias pblPathClear = BLResult function(BLPathCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathClose
alias pblPathClose = BLResult function(BLPathCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathCubicTo
alias pblPathCubicTo = BLResult function(BLPathCore* self, double x1, double y1, double x2, double y2, double x3, double y3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathDestroy
alias pblPathDestroy = BLResult function(BLPathCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathEllipticArcTo
alias pblPathEllipticArcTo = BLResult function(BLPathCore* self, double rx, double ry, double xAxisRotation, bool largeArcFlag, bool sweepFlag, double x1, double y1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathEquals
alias pblPathEquals = bool function(const(BLPathCore)* a, const(BLPathCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathFitTo
alias pblPathFitTo = BLResult function(BLPathCore* self, const(BLRange)* range, const(BLRect)* rect, uint fitFlags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathGetBoundingBox
alias pblPathGetBoundingBox = BLResult function(const(BLPathCore)* self, BLBox* boxOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathGetCapacity
alias pblPathGetCapacity = size_t function(const(BLPathCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathGetClosestVertex
alias pblPathGetClosestVertex = BLResult function(const(BLPathCore)* self, const(BLPoint)* p, double maxDistance, size_t* indexOut, double* distanceOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathGetCommandData
alias pblPathGetCommandData = const(ubyte)* function(const(BLPathCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathGetControlBox
alias pblPathGetControlBox = BLResult function(const(BLPathCore)* self, BLBox* boxOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathGetFigureRange
alias pblPathGetFigureRange = BLResult function(const(BLPathCore)* self, size_t index, BLRange* rangeOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathGetInfoFlags
alias pblPathGetInfoFlags = BLResult function(const(BLPathCore)* self, uint* flagsOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathGetLastVertex
alias pblPathGetLastVertex = BLResult function(const(BLPathCore)* self, BLPoint* vtxOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathGetSize
alias pblPathGetSize = size_t function(const(BLPathCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathGetVertexData
alias pblPathGetVertexData = const(BLPoint)* function(const(BLPathCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathHitTest
alias pblPathHitTest = BLHitTest function(const(BLPathCore)* self, const(BLPoint)* p, BLFillRule fillRule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathInit
alias pblPathInit = BLResult function(BLPathCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathInitMove
alias pblPathInitMove = BLResult function(BLPathCore* self, BLPathCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathInitWeak
alias pblPathInitWeak = BLResult function(BLPathCore* self, const(BLPathCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathLineTo
alias pblPathLineTo = BLResult function(BLPathCore* self, double x1, double y1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathModifyOp
alias pblPathModifyOp = BLResult function(BLPathCore* self, BLModifyOp op, size_t n, ubyte** cmdDataOut, BLPoint** vtxDataOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathMoveTo
alias pblPathMoveTo = BLResult function(BLPathCore* self, double x0, double y0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathPolyTo
alias pblPathPolyTo = BLResult function(BLPathCore* self, const(BLPoint)* poly, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathQuadTo
alias pblPathQuadTo = BLResult function(BLPathCore* self, double x1, double y1, double x2, double y2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathRemoveRange
alias pblPathRemoveRange = BLResult function(BLPathCore* self, const(BLRange)* range)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathReserve
alias pblPathReserve = BLResult function(BLPathCore* self, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathReset
alias pblPathReset = BLResult function(BLPathCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathSetVertexAt
alias pblPathSetVertexAt = BLResult function(BLPathCore* self, size_t index, uint cmd, double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathShrink
alias pblPathShrink = BLResult function(BLPathCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathSmoothCubicTo
alias pblPathSmoothCubicTo = BLResult function(BLPathCore* self, double x2, double y2, double x3, double y3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathSmoothQuadTo
alias pblPathSmoothQuadTo = BLResult function(BLPathCore* self, double x2, double y2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathTransform
alias pblPathTransform = BLResult function(BLPathCore* self, const(BLRange)* range, const(BLMatrix2D)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPathTranslate
alias pblPathTranslate = BLResult function(BLPathCore* self, const(BLRange)* range, const(BLPoint)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternApplyMatrixOp
alias pblPatternApplyMatrixOp = BLResult function(BLPatternCore* self, BLMatrix2DOp opType, const(void)* opData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternAssignDeep
alias pblPatternAssignDeep = BLResult function(BLPatternCore* self, const(BLPatternCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternAssignMove
alias pblPatternAssignMove = BLResult function(BLPatternCore* self, BLPatternCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternAssignWeak
alias pblPatternAssignWeak = BLResult function(BLPatternCore* self, const(BLPatternCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternCreate
alias pblPatternCreate = BLResult function(BLPatternCore* self, const(BLImageCore)* image, const(BLRectI)* area, BLExtendMode extendMode, const(BLMatrix2D)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternDestroy
alias pblPatternDestroy = BLResult function(BLPatternCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternEquals
alias pblPatternEquals = bool function(const(BLPatternCore)* a, const(BLPatternCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternGetArea
alias pblPatternGetArea = BLResult function(const(BLPatternCore)* self, BLRectI* areaOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternGetExtendMode
alias pblPatternGetExtendMode = BLExtendMode function(const(BLPatternCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternGetImage
alias pblPatternGetImage = BLResult function(const(BLPatternCore)* self, BLImageCore* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternGetMatrix
alias pblPatternGetMatrix = BLResult function(const(BLPatternCore)* self, BLMatrix2D* matrixOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternGetMatrixType
alias pblPatternGetMatrixType = BLMatrix2DType function(const(BLPatternCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternInit
alias pblPatternInit = BLResult function(BLPatternCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternInitAs
alias pblPatternInitAs = BLResult function(BLPatternCore* self, const(BLImageCore)* image, const(BLRectI)* area, BLExtendMode extendMode, const(BLMatrix2D)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternInitMove
alias pblPatternInitMove = BLResult function(BLPatternCore* self, BLPatternCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternInitWeak
alias pblPatternInitWeak = BLResult function(BLPatternCore* self, const(BLPatternCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternReset
alias pblPatternReset = BLResult function(BLPatternCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternResetImage
alias pblPatternResetImage = BLResult function(BLPatternCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternSetArea
alias pblPatternSetArea = BLResult function(BLPatternCore* self, const(BLRectI)* area)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternSetExtendMode
alias pblPatternSetExtendMode = BLResult function(BLPatternCore* self, BLExtendMode extendMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPatternSetImage
alias pblPatternSetImage = BLResult function(BLPatternCore* self, const(BLImageCore)* image, const(BLRectI)* area)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPixelConverterAssign
alias pblPixelConverterAssign = BLResult function(BLPixelConverterCore* self, const(BLPixelConverterCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPixelConverterConvert
alias pblPixelConverterConvert = BLResult function(const(BLPixelConverterCore)* self, void* dstData, intptr_t dstStride, const(void)* srcData, intptr_t srcStride, uint w, uint h, const(BLPixelConverterOptions)* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPixelConverterCreate
alias pblPixelConverterCreate = BLResult function(BLPixelConverterCore* self, const(BLFormatInfo)* dstInfo, const(BLFormatInfo)* srcInfo, BLPixelConverterCreateFlags createFlags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPixelConverterDestroy
alias pblPixelConverterDestroy = BLResult function(BLPixelConverterCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPixelConverterInit
alias pblPixelConverterInit = BLResult function(BLPixelConverterCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPixelConverterInitWeak
alias pblPixelConverterInitWeak = BLResult function(BLPixelConverterCore* self, const(BLPixelConverterCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblPixelConverterReset
alias pblPixelConverterReset = BLResult function(BLPixelConverterCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblRandomNextDouble
alias pblRandomNextDouble = double function(BLRandom* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblRandomNextUInt32
alias pblRandomNextUInt32 = uint function(BLRandom* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblRandomNextUInt64
alias pblRandomNextUInt64 = ulong function(BLRandom* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblRandomReset
alias pblRandomReset = BLResult function(BLRandom* self, ulong seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblResultFromPosixError
alias pblResultFromPosixError = BLResult function(int e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblResultFromWinError
alias pblResultFromWinError = BLResult function(uint e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblRuntimeAssertionFailure
alias pblRuntimeAssertionFailure = void function(const(char)* file, int line, const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblRuntimeCleanup
alias pblRuntimeCleanup = BLResult function(BLRuntimeCleanupFlags cleanupFlags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblRuntimeInit
alias pblRuntimeInit = BLResult function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblRuntimeMessageFmt
alias pblRuntimeMessageFmt = BLResult function(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblRuntimeMessageOut
alias pblRuntimeMessageOut = BLResult function(const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblRuntimeMessageVFmt
alias pblRuntimeMessageVFmt = BLResult function(const(char)* fmt, va_list ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblRuntimeQueryInfo
alias pblRuntimeQueryInfo = BLResult function(BLRuntimeInfoType infoType, void* infoOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblRuntimeShutdown
alias pblRuntimeShutdown = BLResult function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringApplyOpChar
alias pblStringApplyOpChar = BLResult function(BLStringCore* self, BLModifyOp op, char c, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringApplyOpData
alias pblStringApplyOpData = BLResult function(BLStringCore* self, BLModifyOp op, const(char)* str, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringApplyOpFormat
alias pblStringApplyOpFormat = BLResult function(BLStringCore* self, BLModifyOp op, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringApplyOpFormatV
alias pblStringApplyOpFormatV = BLResult function(BLStringCore* self, BLModifyOp op, const(char)* fmt, va_list ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringApplyOpString
alias pblStringApplyOpString = BLResult function(BLStringCore* self, BLModifyOp op, const(BLStringCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringAssignData
alias pblStringAssignData = BLResult function(BLStringCore* self, const(char)* str, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringAssignDeep
alias pblStringAssignDeep = BLResult function(BLStringCore* self, const(BLStringCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringAssignMove
alias pblStringAssignMove = BLResult function(BLStringCore* self, BLStringCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringAssignWeak
alias pblStringAssignWeak = BLResult function(BLStringCore* self, const(BLStringCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringClear
alias pblStringClear = BLResult function(BLStringCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringCompare
alias pblStringCompare = int function(const(BLStringCore)* a, const(BLStringCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringCompareData
alias pblStringCompareData = int function(const(BLStringCore)* self, const(char)* str, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringDestroy
alias pblStringDestroy = BLResult function(BLStringCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringEquals
alias pblStringEquals = bool function(const(BLStringCore)* a, const(BLStringCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringEqualsData
alias pblStringEqualsData = bool function(const(BLStringCore)* self, const(char)* str, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringGetCapacity
alias pblStringGetCapacity = size_t function(const(BLStringCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringGetData
alias pblStringGetData = const(char)* function(const(BLStringCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringGetSize
alias pblStringGetSize = size_t function(const(BLStringCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringInit
alias pblStringInit = BLResult function(BLStringCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringInitMove
alias pblStringInitMove = BLResult function(BLStringCore* self, BLStringCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringInitWeak
alias pblStringInitWeak = BLResult function(BLStringCore* self, const(BLStringCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringInitWithData
alias pblStringInitWithData = BLResult function(BLStringCore* self, const(char)* str, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringInsertChar
alias pblStringInsertChar = BLResult function(BLStringCore* self, size_t index, char c, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringInsertData
alias pblStringInsertData = BLResult function(BLStringCore* self, size_t index, const(char)* str, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringInsertOp
alias pblStringInsertOp = BLResult function(BLStringCore* self, size_t index, size_t n, char** dataOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringInsertString
alias pblStringInsertString = BLResult function(BLStringCore* self, size_t index, const(BLStringCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringMakeMutable
alias pblStringMakeMutable = BLResult function(BLStringCore* self, char** dataOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringModifyOp
alias pblStringModifyOp = BLResult function(BLStringCore* self, BLModifyOp op, size_t n, char** dataOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringRemoveIndex
alias pblStringRemoveIndex = BLResult function(BLStringCore* self, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringRemoveRange
alias pblStringRemoveRange = BLResult function(BLStringCore* self, size_t rStart, size_t rEnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringReserve
alias pblStringReserve = BLResult function(BLStringCore* self, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringReset
alias pblStringReset = BLResult function(BLStringCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringResize
alias pblStringResize = BLResult function(BLStringCore* self, size_t n, char fill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStringShrink
alias pblStringShrink = BLResult function(BLStringCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStrokeOptionsAssignMove
alias pblStrokeOptionsAssignMove = BLResult function(BLStrokeOptionsCore* self, BLStrokeOptionsCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStrokeOptionsAssignWeak
alias pblStrokeOptionsAssignWeak = BLResult function(BLStrokeOptionsCore* self, const(BLStrokeOptionsCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStrokeOptionsDestroy
alias pblStrokeOptionsDestroy = BLResult function(BLStrokeOptionsCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStrokeOptionsInit
alias pblStrokeOptionsInit = BLResult function(BLStrokeOptionsCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStrokeOptionsInitMove
alias pblStrokeOptionsInitMove = BLResult function(BLStrokeOptionsCore* self, BLStrokeOptionsCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStrokeOptionsInitWeak
alias pblStrokeOptionsInitWeak = BLResult function(BLStrokeOptionsCore* self, const(BLStrokeOptionsCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblStrokeOptionsReset
alias pblStrokeOptionsReset = BLResult function(BLStrokeOptionsCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarAssignBool
alias pblVarAssignBool = BLResult function(BLUnknown* self, bool value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarAssignDouble
alias pblVarAssignDouble = BLResult function(BLUnknown* self, double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarAssignInt32
alias pblVarAssignInt32 = BLResult function(BLUnknown* self, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarAssignInt64
alias pblVarAssignInt64 = BLResult function(BLUnknown* self, long value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarAssignMove
alias pblVarAssignMove = BLResult function(BLUnknown* self, BLUnknown* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarAssignNull
alias pblVarAssignNull = BLResult function(BLUnknown* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarAssignRgba
alias pblVarAssignRgba = BLResult function(BLUnknown* self, const(BLRgba)* rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarAssignRgba32
alias pblVarAssignRgba32 = BLResult function(BLUnknown* self, uint rgba32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarAssignRgba64
alias pblVarAssignRgba64 = BLResult function(BLUnknown* self, ulong rgba64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarAssignUInt32
alias pblVarAssignUInt32 = BLResult function(BLUnknown* self, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarAssignUInt64
alias pblVarAssignUInt64 = BLResult function(BLUnknown* self, ulong value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarAssignWeak
alias pblVarAssignWeak = BLResult function(BLUnknown* self, const(BLUnknown)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarDestroy
alias pblVarDestroy = BLResult function(BLUnknown* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarEquals
alias pblVarEquals = bool function(const(BLUnknown)* a, const(BLUnknown)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarEqualsBool
alias pblVarEqualsBool = bool function(const(BLUnknown)* self, bool value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarEqualsDouble
alias pblVarEqualsDouble = bool function(const(BLUnknown)* self, double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarEqualsInt64
alias pblVarEqualsInt64 = bool function(const(BLUnknown)* self, long value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarEqualsNull
alias pblVarEqualsNull = bool function(const(BLUnknown)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarEqualsUInt64
alias pblVarEqualsUInt64 = bool function(const(BLUnknown)* self, ulong value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarGetType
alias pblVarGetType = BLObjectType function(const(BLUnknown)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarInitBool
alias pblVarInitBool = BLResult function(BLUnknown* self, bool value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarInitDouble
alias pblVarInitDouble = BLResult function(BLUnknown* self, double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarInitInt32
alias pblVarInitInt32 = BLResult function(BLUnknown* self, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarInitInt64
alias pblVarInitInt64 = BLResult function(BLUnknown* self, long value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarInitMove
alias pblVarInitMove = BLResult function(BLUnknown* self, BLUnknown* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarInitNull
alias pblVarInitNull = BLResult function(BLUnknown* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarInitRgba
alias pblVarInitRgba = BLResult function(BLUnknown* self, const(BLRgba)* rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarInitRgba32
alias pblVarInitRgba32 = BLResult function(BLUnknown* self, uint rgba32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarInitRgba64
alias pblVarInitRgba64 = BLResult function(BLUnknown* self, ulong rgba64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarInitType
alias pblVarInitType = BLResult function(BLUnknown* self, BLObjectType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarInitUInt32
alias pblVarInitUInt32 = BLResult function(BLUnknown* self, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarInitUInt64
alias pblVarInitUInt64 = BLResult function(BLUnknown* self, ulong value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarInitWeak
alias pblVarInitWeak = BLResult function(BLUnknown* self, const(BLUnknown)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarReset
alias pblVarReset = BLResult function(BLUnknown* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarStrictEquals
alias pblVarStrictEquals = bool function(const(BLUnknown)* a, const(BLUnknown)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarToBool
alias pblVarToBool = BLResult function(const(BLUnknown)* self, bool* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarToDouble
alias pblVarToDouble = BLResult function(const(BLUnknown)* self, double* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarToInt32
alias pblVarToInt32 = BLResult function(const(BLUnknown)* self, int* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarToInt64
alias pblVarToInt64 = BLResult function(const(BLUnknown)* self, long* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarToRgba
alias pblVarToRgba = BLResult function(const(BLUnknown)* self, BLRgba* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarToRgba32
alias pblVarToRgba32 = BLResult function(const(BLUnknown)* self, uint* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarToRgba64
alias pblVarToRgba64 = BLResult function(const(BLUnknown)* self, ulong* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarToUInt32
alias pblVarToUInt32 = BLResult function(const(BLUnknown)* self, uint* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pblVarToUInt64
alias pblVarToUInt64 = BLResult function(const(BLUnknown)* self, ulong* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- blArrayAppendData
pblArrayAppendData blArrayAppendData;
Undocumented in source.
- blArrayAppendF32
pblArrayAppendF32 blArrayAppendF32;
Undocumented in source.
- blArrayAppendF64
pblArrayAppendF64 blArrayAppendF64;
Undocumented in source.
- blArrayAppendItem
pblArrayAppendItem blArrayAppendItem;
Undocumented in source.
- blArrayAppendU16
pblArrayAppendU16 blArrayAppendU16;
Undocumented in source.
- blArrayAppendU32
pblArrayAppendU32 blArrayAppendU32;
Undocumented in source.
- blArrayAppendU64
pblArrayAppendU64 blArrayAppendU64;
Undocumented in source.
- blArrayAppendU8
pblArrayAppendU8 blArrayAppendU8;
Undocumented in source.
- blArrayAssignData
pblArrayAssignData blArrayAssignData;
Undocumented in source.
- blArrayAssignDeep
pblArrayAssignDeep blArrayAssignDeep;
Undocumented in source.
- blArrayAssignExternalData
pblArrayAssignExternalData blArrayAssignExternalData;
Undocumented in source.
- blArrayAssignMove
pblArrayAssignMove blArrayAssignMove;
Undocumented in source.
- blArrayAssignWeak
pblArrayAssignWeak blArrayAssignWeak;
Undocumented in source.
- blArrayClear
pblArrayClear blArrayClear;
Undocumented in source.
- blArrayDestroy
pblArrayDestroy blArrayDestroy;
Undocumented in source.
- blArrayEquals
pblArrayEquals blArrayEquals;
Undocumented in source.
- blArrayGetCapacity
pblArrayGetCapacity blArrayGetCapacity;
Undocumented in source.
- blArrayGetData
pblArrayGetData blArrayGetData;
Undocumented in source.
- blArrayGetItemSize
pblArrayGetItemSize blArrayGetItemSize;
Undocumented in source.
- blArrayGetSize
pblArrayGetSize blArrayGetSize;
Undocumented in source.
- blArrayInit
pblArrayInit blArrayInit;
Undocumented in source.
- blArrayInitMove
pblArrayInitMove blArrayInitMove;
Undocumented in source.
- blArrayInitWeak
pblArrayInitWeak blArrayInitWeak;
Undocumented in source.
- blArrayInsertData
pblArrayInsertData blArrayInsertData;
Undocumented in source.
- blArrayInsertF32
pblArrayInsertF32 blArrayInsertF32;
Undocumented in source.
- blArrayInsertF64
pblArrayInsertF64 blArrayInsertF64;
Undocumented in source.
- blArrayInsertItem
pblArrayInsertItem blArrayInsertItem;
Undocumented in source.
- blArrayInsertOp
pblArrayInsertOp blArrayInsertOp;
Undocumented in source.
- blArrayInsertU16
pblArrayInsertU16 blArrayInsertU16;
Undocumented in source.
- blArrayInsertU32
pblArrayInsertU32 blArrayInsertU32;
Undocumented in source.
- blArrayInsertU64
pblArrayInsertU64 blArrayInsertU64;
Undocumented in source.
- blArrayInsertU8
pblArrayInsertU8 blArrayInsertU8;
Undocumented in source.
- blArrayMakeMutable
pblArrayMakeMutable blArrayMakeMutable;
Undocumented in source.
- blArrayModifyOp
pblArrayModifyOp blArrayModifyOp;
Undocumented in source.
- blArrayRemoveIndex
pblArrayRemoveIndex blArrayRemoveIndex;
Undocumented in source.
- blArrayRemoveRange
pblArrayRemoveRange blArrayRemoveRange;
Undocumented in source.
- blArrayReplaceData
pblArrayReplaceData blArrayReplaceData;
Undocumented in source.
- blArrayReplaceF32
pblArrayReplaceF32 blArrayReplaceF32;
Undocumented in source.
- blArrayReplaceF64
pblArrayReplaceF64 blArrayReplaceF64;
Undocumented in source.
- blArrayReplaceItem
pblArrayReplaceItem blArrayReplaceItem;
Undocumented in source.
- blArrayReplaceU16
pblArrayReplaceU16 blArrayReplaceU16;
Undocumented in source.
- blArrayReplaceU32
pblArrayReplaceU32 blArrayReplaceU32;
Undocumented in source.
- blArrayReplaceU64
pblArrayReplaceU64 blArrayReplaceU64;
Undocumented in source.
- blArrayReplaceU8
pblArrayReplaceU8 blArrayReplaceU8;
Undocumented in source.
- blArrayReserve
pblArrayReserve blArrayReserve;
Undocumented in source.
- blArrayReset
pblArrayReset blArrayReset;
Undocumented in source.
- blArrayResize
pblArrayResize blArrayResize;
Undocumented in source.
- blArrayShrink
pblArrayShrink blArrayShrink;
Undocumented in source.
- blBitSetAddBit
pblBitSetAddBit blBitSetAddBit;
Undocumented in source.
- blBitSetAddRange
pblBitSetAddRange blBitSetAddRange;
Undocumented in source.
- blBitSetAddWords
pblBitSetAddWords blBitSetAddWords;
Undocumented in source.
- blBitSetAssignDeep
pblBitSetAssignDeep blBitSetAssignDeep;
Undocumented in source.
- blBitSetAssignMove
pblBitSetAssignMove blBitSetAssignMove;
Undocumented in source.
- blBitSetAssignRange
pblBitSetAssignRange blBitSetAssignRange;
Undocumented in source.
- blBitSetAssignWeak
pblBitSetAssignWeak blBitSetAssignWeak;
Undocumented in source.
- blBitSetAssignWords
pblBitSetAssignWords blBitSetAssignWords;
Undocumented in source.
- blBitSetBuilderAddRange
pblBitSetBuilderAddRange blBitSetBuilderAddRange;
Undocumented in source.
- blBitSetBuilderCommit
pblBitSetBuilderCommit blBitSetBuilderCommit;
Undocumented in source.
- blBitSetChop
pblBitSetChop blBitSetChop;
Undocumented in source.
- blBitSetClear
pblBitSetClear blBitSetClear;
Undocumented in source.
- blBitSetClearBit
pblBitSetClearBit blBitSetClearBit;
Undocumented in source.
- blBitSetClearRange
pblBitSetClearRange blBitSetClearRange;
Undocumented in source.
- blBitSetCompare
pblBitSetCompare blBitSetCompare;
Undocumented in source.
- blBitSetDestroy
pblBitSetDestroy blBitSetDestroy;
Undocumented in source.
- blBitSetEquals
pblBitSetEquals blBitSetEquals;
Undocumented in source.
- blBitSetGetCardinality
pblBitSetGetCardinality blBitSetGetCardinality;
Undocumented in source.
- blBitSetGetCardinalityInRange
pblBitSetGetCardinalityInRange blBitSetGetCardinalityInRange;
Undocumented in source.
- blBitSetGetData
pblBitSetGetData blBitSetGetData;
Undocumented in source.
- blBitSetGetRange
pblBitSetGetRange blBitSetGetRange;
Undocumented in source.
- blBitSetGetSegmentCapacity
pblBitSetGetSegmentCapacity blBitSetGetSegmentCapacity;
Undocumented in source.
- blBitSetGetSegmentCount
pblBitSetGetSegmentCount blBitSetGetSegmentCount;
Undocumented in source.
- blBitSetHasBit
pblBitSetHasBit blBitSetHasBit;
Undocumented in source.
- blBitSetHasBitsInRange
pblBitSetHasBitsInRange blBitSetHasBitsInRange;
Undocumented in source.
- blBitSetInit
pblBitSetInit blBitSetInit;
Undocumented in source.
- blBitSetInitMove
pblBitSetInitMove blBitSetInitMove;
Undocumented in source.
- blBitSetInitRange
pblBitSetInitRange blBitSetInitRange;
Undocumented in source.
- blBitSetInitWeak
pblBitSetInitWeak blBitSetInitWeak;
Undocumented in source.
- blBitSetIntersects
pblBitSetIntersects blBitSetIntersects;
Undocumented in source.
- blBitSetIsEmpty
pblBitSetIsEmpty blBitSetIsEmpty;
Undocumented in source.
- blBitSetOptimize
pblBitSetOptimize blBitSetOptimize;
Undocumented in source.
- blBitSetReset
pblBitSetReset blBitSetReset;
Undocumented in source.
- blBitSetShrink
pblBitSetShrink blBitSetShrink;
Undocumented in source.
- blBitSetSubsumes
pblBitSetSubsumes blBitSetSubsumes;
Undocumented in source.
- blContextAssignMove
pblContextAssignMove blContextAssignMove;
Undocumented in source.
- blContextAssignWeak
pblContextAssignWeak blContextAssignWeak;
Undocumented in source.
- blContextBegin
pblContextBegin blContextBegin;
Undocumented in source.
- blContextBlitImageD
pblContextBlitImageD blContextBlitImageD;
Undocumented in source.
- blContextBlitImageI
pblContextBlitImageI blContextBlitImageI;
Undocumented in source.
- blContextBlitScaledImageD
pblContextBlitScaledImageD blContextBlitScaledImageD;
Undocumented in source.
- blContextBlitScaledImageI
pblContextBlitScaledImageI blContextBlitScaledImageI;
Undocumented in source.
- blContextClearAll
pblContextClearAll blContextClearAll;
Undocumented in source.
- blContextClearRectD
pblContextClearRectD blContextClearRectD;
Undocumented in source.
- blContextClearRectI
pblContextClearRectI blContextClearRectI;
Undocumented in source.
- blContextClipToRectD
pblContextClipToRectD blContextClipToRectD;
Undocumented in source.
- blContextClipToRectI
pblContextClipToRectI blContextClipToRectI;
Undocumented in source.
- blContextDestroy
pblContextDestroy blContextDestroy;
Undocumented in source.
- blContextEnd
pblContextEnd blContextEnd;
Undocumented in source.
- blContextFillAll
pblContextFillAll blContextFillAll;
Undocumented in source.
- blContextFillGeometry
pblContextFillGeometry blContextFillGeometry;
Undocumented in source.
- blContextFillGlyphRunD
pblContextFillGlyphRunD blContextFillGlyphRunD;
Undocumented in source.
- blContextFillGlyphRunI
pblContextFillGlyphRunI blContextFillGlyphRunI;
Undocumented in source.
- blContextFillMaskD
pblContextFillMaskD blContextFillMaskD;
Undocumented in source.
- blContextFillMaskI
pblContextFillMaskI blContextFillMaskI;
Undocumented in source.
- blContextFillPathD
pblContextFillPathD blContextFillPathD;
Undocumented in source.
- blContextFillRectD
pblContextFillRectD blContextFillRectD;
Undocumented in source.
- blContextFillRectI
pblContextFillRectI blContextFillRectI;
Undocumented in source.
- blContextFillTextD
pblContextFillTextD blContextFillTextD;
Undocumented in source.
- blContextFillTextI
pblContextFillTextI blContextFillTextI;
Undocumented in source.
- blContextFlush
pblContextFlush blContextFlush;
Undocumented in source.
- blContextGetCompOp
pblContextGetCompOp blContextGetCompOp;
Undocumented in source.
- blContextGetFillAlpha
pblContextGetFillAlpha blContextGetFillAlpha;
Undocumented in source.
- blContextGetFillRule
pblContextGetFillRule blContextGetFillRule;
Undocumented in source.
- blContextGetFillStyle
pblContextGetFillStyle blContextGetFillStyle;
Undocumented in source.
- blContextGetGlobalAlpha
pblContextGetGlobalAlpha blContextGetGlobalAlpha;
Undocumented in source.
- blContextGetHint
pblContextGetHint blContextGetHint;
Undocumented in source.
- blContextGetHints
pblContextGetHints blContextGetHints;
Undocumented in source.
- blContextGetMetaMatrix
pblContextGetMetaMatrix blContextGetMetaMatrix;
Undocumented in source.
- blContextGetStrokeAlpha
pblContextGetStrokeAlpha blContextGetStrokeAlpha;
Undocumented in source.
- blContextGetStrokeCap
pblContextGetStrokeCap blContextGetStrokeCap;
Undocumented in source.
- blContextGetStrokeDashArray
pblContextGetStrokeDashArray blContextGetStrokeDashArray;
Undocumented in source.
- blContextGetStrokeDashOffset
pblContextGetStrokeDashOffset blContextGetStrokeDashOffset;
Undocumented in source.
- blContextGetStrokeJoin
pblContextGetStrokeJoin blContextGetStrokeJoin;
Undocumented in source.
- blContextGetStrokeMiterLimit
pblContextGetStrokeMiterLimit blContextGetStrokeMiterLimit;
Undocumented in source.
- blContextGetStrokeOptions
pblContextGetStrokeOptions blContextGetStrokeOptions;
Undocumented in source.
- blContextGetStrokeStyle
pblContextGetStrokeStyle blContextGetStrokeStyle;
Undocumented in source.
- blContextGetStrokeTransformOrder
pblContextGetStrokeTransformOrder blContextGetStrokeTransformOrder;
Undocumented in source.
- blContextGetStrokeWidth
pblContextGetStrokeWidth blContextGetStrokeWidth;
Undocumented in source.
- blContextGetTargetImage
pblContextGetTargetImage blContextGetTargetImage;
Undocumented in source.
- blContextGetTargetSize
pblContextGetTargetSize blContextGetTargetSize;
Undocumented in source.
- blContextGetType
pblContextGetType blContextGetType;
Undocumented in source.
- blContextGetUserMatrix
pblContextGetUserMatrix blContextGetUserMatrix;
Undocumented in source.
- blContextInit
pblContextInit blContextInit;
Undocumented in source.
- blContextInitAs
pblContextInitAs blContextInitAs;
Undocumented in source.
- blContextInitMove
pblContextInitMove blContextInitMove;
Undocumented in source.
- blContextInitWeak
pblContextInitWeak blContextInitWeak;
Undocumented in source.
- blContextMatrixOp
pblContextMatrixOp blContextMatrixOp;
Undocumented in source.
- blContextReset
pblContextReset blContextReset;
Undocumented in source.
- blContextRestore
pblContextRestore blContextRestore;
Undocumented in source.
- blContextRestoreClipping
pblContextRestoreClipping blContextRestoreClipping;
Undocumented in source.
- blContextSave
pblContextSave blContextSave;
Undocumented in source.
- blContextSetApproximationOptions
pblContextSetApproximationOptions blContextSetApproximationOptions;
Undocumented in source.
- blContextSetCompOp
pblContextSetCompOp blContextSetCompOp;
Undocumented in source.
- blContextSetFillAlpha
pblContextSetFillAlpha blContextSetFillAlpha;
Undocumented in source.
- blContextSetFillRule
pblContextSetFillRule blContextSetFillRule;
Undocumented in source.
- blContextSetFillStyle
pblContextSetFillStyle blContextSetFillStyle;
Undocumented in source.
- blContextSetFillStyleRgba
pblContextSetFillStyleRgba blContextSetFillStyleRgba;
Undocumented in source.
- blContextSetFillStyleRgba32
pblContextSetFillStyleRgba32 blContextSetFillStyleRgba32;
Undocumented in source.
- blContextSetFillStyleRgba64
pblContextSetFillStyleRgba64 blContextSetFillStyleRgba64;
Undocumented in source.
- blContextSetFlattenMode
pblContextSetFlattenMode blContextSetFlattenMode;
Undocumented in source.
- blContextSetFlattenTolerance
pblContextSetFlattenTolerance blContextSetFlattenTolerance;
Undocumented in source.
- blContextSetGlobalAlpha
pblContextSetGlobalAlpha blContextSetGlobalAlpha;
Undocumented in source.
- blContextSetHint
pblContextSetHint blContextSetHint;
Undocumented in source.
- blContextSetHints
pblContextSetHints blContextSetHints;
Undocumented in source.
- blContextSetStrokeAlpha
pblContextSetStrokeAlpha blContextSetStrokeAlpha;
Undocumented in source.
- blContextSetStrokeCap
pblContextSetStrokeCap blContextSetStrokeCap;
Undocumented in source.
- blContextSetStrokeCaps
pblContextSetStrokeCaps blContextSetStrokeCaps;
Undocumented in source.
- blContextSetStrokeDashArray
pblContextSetStrokeDashArray blContextSetStrokeDashArray;
Undocumented in source.
- blContextSetStrokeDashOffset
pblContextSetStrokeDashOffset blContextSetStrokeDashOffset;
Undocumented in source.
- blContextSetStrokeJoin
pblContextSetStrokeJoin blContextSetStrokeJoin;
Undocumented in source.
- blContextSetStrokeMiterLimit
pblContextSetStrokeMiterLimit blContextSetStrokeMiterLimit;
Undocumented in source.
- blContextSetStrokeOptions
pblContextSetStrokeOptions blContextSetStrokeOptions;
Undocumented in source.
- blContextSetStrokeStyle
pblContextSetStrokeStyle blContextSetStrokeStyle;
Undocumented in source.
- blContextSetStrokeStyleRgba
pblContextSetStrokeStyleRgba blContextSetStrokeStyleRgba;
Undocumented in source.
- blContextSetStrokeStyleRgba32
pblContextSetStrokeStyleRgba32 blContextSetStrokeStyleRgba32;
Undocumented in source.
- blContextSetStrokeStyleRgba64
pblContextSetStrokeStyleRgba64 blContextSetStrokeStyleRgba64;
Undocumented in source.
- blContextSetStrokeTransformOrder
pblContextSetStrokeTransformOrder blContextSetStrokeTransformOrder;
Undocumented in source.
- blContextSetStrokeWidth
pblContextSetStrokeWidth blContextSetStrokeWidth;
Undocumented in source.
- blContextStrokeGeometry
pblContextStrokeGeometry blContextStrokeGeometry;
Undocumented in source.
- blContextStrokeGlyphRunD
pblContextStrokeGlyphRunD blContextStrokeGlyphRunD;
Undocumented in source.
- blContextStrokeGlyphRunI
pblContextStrokeGlyphRunI blContextStrokeGlyphRunI;
Undocumented in source.
- blContextStrokePathD
pblContextStrokePathD blContextStrokePathD;
Undocumented in source.
- blContextStrokeRectD
pblContextStrokeRectD blContextStrokeRectD;
Undocumented in source.
- blContextStrokeRectI
pblContextStrokeRectI blContextStrokeRectI;
Undocumented in source.
- blContextStrokeTextD
pblContextStrokeTextD blContextStrokeTextD;
Undocumented in source.
- blContextStrokeTextI
pblContextStrokeTextI blContextStrokeTextI;
Undocumented in source.
- blContextUserToMeta
pblContextUserToMeta blContextUserToMeta;
Undocumented in source.
- blDefaultApproximationOptions
pblDefaultApproximationOptions blDefaultApproximationOptions;
Undocumented in source.
- blFileClose
pblFileClose blFileClose;
Undocumented in source.
- blFileGetSize
pblFileGetSize blFileGetSize;
Undocumented in source.
- blFileInit
pblFileInit blFileInit;
Undocumented in source.
- blFileOpen
pblFileOpen blFileOpen;
Undocumented in source.
- blFileRead
pblFileRead blFileRead;
Undocumented in source.
- blFileReset
pblFileReset blFileReset;
Undocumented in source.
- blFileSeek
pblFileSeek blFileSeek;
Undocumented in source.
- blFileSystemReadFile
pblFileSystemReadFile blFileSystemReadFile;
Undocumented in source.
- blFileSystemWriteFile
pblFileSystemWriteFile blFileSystemWriteFile;
Undocumented in source.
- blFileTruncate
pblFileTruncate blFileTruncate;
Undocumented in source.
- blFileWrite
pblFileWrite blFileWrite;
Undocumented in source.
- blFontApplyGPos
pblFontApplyGPos blFontApplyGPos;
Undocumented in source.
- blFontApplyGSub
pblFontApplyGSub blFontApplyGSub;
Undocumented in source.
- blFontApplyKerning
pblFontApplyKerning blFontApplyKerning;
Undocumented in source.
- blFontAssignMove
pblFontAssignMove blFontAssignMove;
Undocumented in source.
- blFontAssignWeak
pblFontAssignWeak blFontAssignWeak;
Undocumented in source.
- blFontCreateFromFace
pblFontCreateFromFace blFontCreateFromFace;
Undocumented in source.
- blFontDataAssignMove
pblFontDataAssignMove blFontDataAssignMove;
Undocumented in source.
- blFontDataAssignWeak
pblFontDataAssignWeak blFontDataAssignWeak;
Undocumented in source.
- blFontDataCreateFromData
pblFontDataCreateFromData blFontDataCreateFromData;
Undocumented in source.
- blFontDataCreateFromDataArray
pblFontDataCreateFromDataArray blFontDataCreateFromDataArray;
Undocumented in source.
- blFontDataCreateFromFile
pblFontDataCreateFromFile blFontDataCreateFromFile;
Undocumented in source.
- blFontDataDestroy
pblFontDataDestroy blFontDataDestroy;
Undocumented in source.
- blFontDataEquals
pblFontDataEquals blFontDataEquals;
Undocumented in source.
- blFontDataInit
pblFontDataInit blFontDataInit;
Undocumented in source.
- blFontDataInitMove
pblFontDataInitMove blFontDataInitMove;
Undocumented in source.
- blFontDataInitWeak
pblFontDataInitWeak blFontDataInitWeak;
Undocumented in source.
- blFontDataListTags
pblFontDataListTags blFontDataListTags;
Undocumented in source.
- blFontDataQueryTables
pblFontDataQueryTables blFontDataQueryTables;
Undocumented in source.
- blFontDataReset
pblFontDataReset blFontDataReset;
Undocumented in source.
- blFontDestroy
pblFontDestroy blFontDestroy;
Undocumented in source.
- blFontEquals
pblFontEquals blFontEquals;
Undocumented in source.
- blFontFaceAssignMove
pblFontFaceAssignMove blFontFaceAssignMove;
Undocumented in source.
- blFontFaceAssignWeak
pblFontFaceAssignWeak blFontFaceAssignWeak;
Undocumented in source.
- blFontFaceCreateFromData
pblFontFaceCreateFromData blFontFaceCreateFromData;
Undocumented in source.
- blFontFaceCreateFromFile
pblFontFaceCreateFromFile blFontFaceCreateFromFile;
Undocumented in source.
- blFontFaceDestroy
pblFontFaceDestroy blFontFaceDestroy;
Undocumented in source.
- blFontFaceEquals
pblFontFaceEquals blFontFaceEquals;
Undocumented in source.
- blFontFaceGetCharacterCoverage
pblFontFaceGetCharacterCoverage blFontFaceGetCharacterCoverage;
Undocumented in source.
- blFontFaceGetDesignMetrics
pblFontFaceGetDesignMetrics blFontFaceGetDesignMetrics;
Undocumented in source.
- blFontFaceGetFaceInfo
pblFontFaceGetFaceInfo blFontFaceGetFaceInfo;
Undocumented in source.
- blFontFaceGetFeatureTags
pblFontFaceGetFeatureTags blFontFaceGetFeatureTags;
Undocumented in source.
- blFontFaceGetScriptTags
pblFontFaceGetScriptTags blFontFaceGetScriptTags;
Undocumented in source.
- blFontFaceGetUnicodeCoverage
pblFontFaceGetUnicodeCoverage blFontFaceGetUnicodeCoverage;
Undocumented in source.
- blFontFaceInit
pblFontFaceInit blFontFaceInit;
Undocumented in source.
- blFontFaceInitMove
pblFontFaceInitMove blFontFaceInitMove;
Undocumented in source.
- blFontFaceInitWeak
pblFontFaceInitWeak blFontFaceInitWeak;
Undocumented in source.
- blFontFaceReset
pblFontFaceReset blFontFaceReset;
Undocumented in source.
- blFontFeatureSettingsAssignMove
pblFontFeatureSettingsAssignMove blFontFeatureSettingsAssignMove;
Undocumented in source.
- blFontFeatureSettingsAssignWeak
pblFontFeatureSettingsAssignWeak blFontFeatureSettingsAssignWeak;
Undocumented in source.
- blFontFeatureSettingsClear
pblFontFeatureSettingsClear blFontFeatureSettingsClear;
Undocumented in source.
- blFontFeatureSettingsDestroy
pblFontFeatureSettingsDestroy blFontFeatureSettingsDestroy;
Undocumented in source.
- blFontFeatureSettingsEquals
pblFontFeatureSettingsEquals blFontFeatureSettingsEquals;
Undocumented in source.
- blFontFeatureSettingsGetCapacity
pblFontFeatureSettingsGetCapacity blFontFeatureSettingsGetCapacity;
Undocumented in source.
- blFontFeatureSettingsGetKey
pblFontFeatureSettingsGetKey blFontFeatureSettingsGetKey;
Undocumented in source.
- blFontFeatureSettingsGetSize
pblFontFeatureSettingsGetSize blFontFeatureSettingsGetSize;
Undocumented in source.
- blFontFeatureSettingsGetView
pblFontFeatureSettingsGetView blFontFeatureSettingsGetView;
Undocumented in source.
- blFontFeatureSettingsHasKey
pblFontFeatureSettingsHasKey blFontFeatureSettingsHasKey;
Undocumented in source.
- blFontFeatureSettingsInit
pblFontFeatureSettingsInit blFontFeatureSettingsInit;
Undocumented in source.
- blFontFeatureSettingsInitMove
pblFontFeatureSettingsInitMove blFontFeatureSettingsInitMove;
Undocumented in source.
- blFontFeatureSettingsInitWeak
pblFontFeatureSettingsInitWeak blFontFeatureSettingsInitWeak;
Undocumented in source.
- blFontFeatureSettingsRemoveKey
pblFontFeatureSettingsRemoveKey blFontFeatureSettingsRemoveKey;
Undocumented in source.
- blFontFeatureSettingsReset
pblFontFeatureSettingsReset blFontFeatureSettingsReset;
Undocumented in source.
- blFontFeatureSettingsSetKey
pblFontFeatureSettingsSetKey blFontFeatureSettingsSetKey;
Undocumented in source.
- blFontFeatureSettingsShrink
pblFontFeatureSettingsShrink blFontFeatureSettingsShrink;
Undocumented in source.
- blFontGetDesignMetrics
pblFontGetDesignMetrics blFontGetDesignMetrics;
Undocumented in source.
- blFontGetFeatureSettings
pblFontGetFeatureSettings blFontGetFeatureSettings;
Undocumented in source.
- blFontGetGlyphAdvances
pblFontGetGlyphAdvances blFontGetGlyphAdvances;
Undocumented in source.
- blFontGetGlyphBounds
pblFontGetGlyphBounds blFontGetGlyphBounds;
Undocumented in source.
- blFontGetGlyphOutlines
pblFontGetGlyphOutlines blFontGetGlyphOutlines;
Undocumented in source.
- blFontGetGlyphRunOutlines
pblFontGetGlyphRunOutlines blFontGetGlyphRunOutlines;
Undocumented in source.
- blFontGetMatrix
pblFontGetMatrix blFontGetMatrix;
Undocumented in source.
- blFontGetMetrics
pblFontGetMetrics blFontGetMetrics;
Undocumented in source.
- blFontGetSize
pblFontGetSize blFontGetSize;
Undocumented in source.
- blFontGetTextMetrics
pblFontGetTextMetrics blFontGetTextMetrics;
Undocumented in source.
- blFontInit
pblFontInit blFontInit;
Undocumented in source.
- blFontInitMove
pblFontInitMove blFontInitMove;
Undocumented in source.
- blFontInitWeak
pblFontInitWeak blFontInitWeak;
Undocumented in source.
- blFontManagerAddFace
pblFontManagerAddFace blFontManagerAddFace;
Undocumented in source.
- blFontManagerAssignMove
pblFontManagerAssignMove blFontManagerAssignMove;
Undocumented in source.
- blFontManagerAssignWeak
pblFontManagerAssignWeak blFontManagerAssignWeak;
Undocumented in source.
- blFontManagerCreate
pblFontManagerCreate blFontManagerCreate;
Undocumented in source.
- blFontManagerDestroy
pblFontManagerDestroy blFontManagerDestroy;
Undocumented in source.
- blFontManagerEquals
pblFontManagerEquals blFontManagerEquals;
Undocumented in source.
- blFontManagerGetFaceCount
pblFontManagerGetFaceCount blFontManagerGetFaceCount;
Undocumented in source.
- blFontManagerGetFamilyCount
pblFontManagerGetFamilyCount blFontManagerGetFamilyCount;
Undocumented in source.
- blFontManagerHasFace
pblFontManagerHasFace blFontManagerHasFace;
Undocumented in source.
- blFontManagerInit
pblFontManagerInit blFontManagerInit;
Undocumented in source.
- blFontManagerInitMove
pblFontManagerInitMove blFontManagerInitMove;
Undocumented in source.
- blFontManagerInitNew
pblFontManagerInitNew blFontManagerInitNew;
Undocumented in source.
- blFontManagerInitWeak
pblFontManagerInitWeak blFontManagerInitWeak;
Undocumented in source.
- blFontManagerQueryFace
pblFontManagerQueryFace blFontManagerQueryFace;
Undocumented in source.
- blFontManagerQueryFacesByFamilyName
pblFontManagerQueryFacesByFamilyName blFontManagerQueryFacesByFamilyName;
Undocumented in source.
- blFontManagerReset
pblFontManagerReset blFontManagerReset;
Undocumented in source.
- blFontMapTextToGlyphs
pblFontMapTextToGlyphs blFontMapTextToGlyphs;
Undocumented in source.
- blFontPositionGlyphs
pblFontPositionGlyphs blFontPositionGlyphs;
Undocumented in source.
- blFontReset
pblFontReset blFontReset;
Undocumented in source.
- blFontResetFeatureSettings
pblFontResetFeatureSettings blFontResetFeatureSettings;
Undocumented in source.
- blFontSetFeatureSettings
pblFontSetFeatureSettings blFontSetFeatureSettings;
Undocumented in source.
- blFontSetSize
pblFontSetSize blFontSetSize;
Undocumented in source.
- blFontShape
pblFontShape blFontShape;
Undocumented in source.
- blFontVariationSettingsAssignMove
pblFontVariationSettingsAssignMove blFontVariationSettingsAssignMove;
Undocumented in source.
- blFontVariationSettingsAssignWeak
pblFontVariationSettingsAssignWeak blFontVariationSettingsAssignWeak;
Undocumented in source.
- blFontVariationSettingsClear
pblFontVariationSettingsClear blFontVariationSettingsClear;
Undocumented in source.
- blFontVariationSettingsDestroy
pblFontVariationSettingsDestroy blFontVariationSettingsDestroy;
Undocumented in source.
- blFontVariationSettingsEquals
pblFontVariationSettingsEquals blFontVariationSettingsEquals;
Undocumented in source.
- blFontVariationSettingsGetCapacity
pblFontVariationSettingsGetCapacity blFontVariationSettingsGetCapacity;
Undocumented in source.
- blFontVariationSettingsGetKey
pblFontVariationSettingsGetKey blFontVariationSettingsGetKey;
Undocumented in source.
- blFontVariationSettingsGetSize
pblFontVariationSettingsGetSize blFontVariationSettingsGetSize;
Undocumented in source.
- blFontVariationSettingsGetView
pblFontVariationSettingsGetView blFontVariationSettingsGetView;
Undocumented in source.
- blFontVariationSettingsHasKey
pblFontVariationSettingsHasKey blFontVariationSettingsHasKey;
Undocumented in source.
- blFontVariationSettingsInit
pblFontVariationSettingsInit blFontVariationSettingsInit;
Undocumented in source.
- blFontVariationSettingsInitMove
pblFontVariationSettingsInitMove blFontVariationSettingsInitMove;
Undocumented in source.
- blFontVariationSettingsInitWeak
pblFontVariationSettingsInitWeak blFontVariationSettingsInitWeak;
Undocumented in source.
- blFontVariationSettingsRemoveKey
pblFontVariationSettingsRemoveKey blFontVariationSettingsRemoveKey;
Undocumented in source.
- blFontVariationSettingsReset
pblFontVariationSettingsReset blFontVariationSettingsReset;
Undocumented in source.
- blFontVariationSettingsSetKey
pblFontVariationSettingsSetKey blFontVariationSettingsSetKey;
Undocumented in source.
- blFontVariationSettingsShrink
pblFontVariationSettingsShrink blFontVariationSettingsShrink;
Undocumented in source.
- blFormatInfo
pblFormatInfo blFormatInfo;
Undocumented in source.
- blFormatInfoQuery
pblFormatInfoQuery blFormatInfoQuery;
Undocumented in source.
- blFormatInfoSanitize
pblFormatInfoSanitize blFormatInfoSanitize;
Undocumented in source.
- blGlyphBufferClear
pblGlyphBufferClear blGlyphBufferClear;
Undocumented in source.
- blGlyphBufferDestroy
pblGlyphBufferDestroy blGlyphBufferDestroy;
Undocumented in source.
- blGlyphBufferGetContent
pblGlyphBufferGetContent blGlyphBufferGetContent;
Undocumented in source.
- blGlyphBufferGetFlags
pblGlyphBufferGetFlags blGlyphBufferGetFlags;
Undocumented in source.
- blGlyphBufferGetGlyphRun
pblGlyphBufferGetGlyphRun blGlyphBufferGetGlyphRun;
Undocumented in source.
- blGlyphBufferGetInfoData
pblGlyphBufferGetInfoData blGlyphBufferGetInfoData;
Undocumented in source.
- blGlyphBufferGetPlacementData
pblGlyphBufferGetPlacementData blGlyphBufferGetPlacementData;
Undocumented in source.
- blGlyphBufferGetSize
pblGlyphBufferGetSize blGlyphBufferGetSize;
Undocumented in source.
- blGlyphBufferInit
pblGlyphBufferInit blGlyphBufferInit;
Undocumented in source.
- blGlyphBufferInitMove
pblGlyphBufferInitMove blGlyphBufferInitMove;
Undocumented in source.
- blGlyphBufferReset
pblGlyphBufferReset blGlyphBufferReset;
Undocumented in source.
- blGlyphBufferSetGlyphs
pblGlyphBufferSetGlyphs blGlyphBufferSetGlyphs;
Undocumented in source.
- blGlyphBufferSetGlyphsFromStruct
pblGlyphBufferSetGlyphsFromStruct blGlyphBufferSetGlyphsFromStruct;
Undocumented in source.
- blGlyphBufferSetText
pblGlyphBufferSetText blGlyphBufferSetText;
Undocumented in source.
- blGradientAddStopRgba32
pblGradientAddStopRgba32 blGradientAddStopRgba32;
Undocumented in source.
- blGradientAddStopRgba64
pblGradientAddStopRgba64 blGradientAddStopRgba64;
Undocumented in source.
- blGradientApplyMatrixOp
pblGradientApplyMatrixOp blGradientApplyMatrixOp;
Undocumented in source.
- blGradientAssignMove
pblGradientAssignMove blGradientAssignMove;
Undocumented in source.
- blGradientAssignStops
pblGradientAssignStops blGradientAssignStops;
Undocumented in source.
- blGradientAssignWeak
pblGradientAssignWeak blGradientAssignWeak;
Undocumented in source.
- blGradientCreate
pblGradientCreate blGradientCreate;
Undocumented in source.
- blGradientDestroy
pblGradientDestroy blGradientDestroy;
Undocumented in source.
- blGradientEquals
pblGradientEquals blGradientEquals;
Undocumented in source.
- blGradientGetCapacity
pblGradientGetCapacity blGradientGetCapacity;
Undocumented in source.
- blGradientGetExtendMode
pblGradientGetExtendMode blGradientGetExtendMode;
Undocumented in source.
- blGradientGetSize
pblGradientGetSize blGradientGetSize;
Undocumented in source.
- blGradientGetStops
pblGradientGetStops blGradientGetStops;
Undocumented in source.
- blGradientGetType
pblGradientGetType blGradientGetType;
Undocumented in source.
- blGradientGetValue
pblGradientGetValue blGradientGetValue;
Undocumented in source.
- blGradientIndexOfStop
pblGradientIndexOfStop blGradientIndexOfStop;
Undocumented in source.
- blGradientInit
pblGradientInit blGradientInit;
Undocumented in source.
- blGradientInitAs
pblGradientInitAs blGradientInitAs;
Undocumented in source.
- blGradientInitMove
pblGradientInitMove blGradientInitMove;
Undocumented in source.
- blGradientInitWeak
pblGradientInitWeak blGradientInitWeak;
Undocumented in source.
- blGradientRemoveStop
pblGradientRemoveStop blGradientRemoveStop;
Undocumented in source.
- blGradientRemoveStopByOffset
pblGradientRemoveStopByOffset blGradientRemoveStopByOffset;
Undocumented in source.
- blGradientRemoveStopsByIndex
pblGradientRemoveStopsByIndex blGradientRemoveStopsByIndex;
Undocumented in source.
- blGradientRemoveStopsByOffset
pblGradientRemoveStopsByOffset blGradientRemoveStopsByOffset;
Undocumented in source.
- blGradientReplaceStopRgba32
pblGradientReplaceStopRgba32 blGradientReplaceStopRgba32;
Undocumented in source.
- blGradientReplaceStopRgba64
pblGradientReplaceStopRgba64 blGradientReplaceStopRgba64;
Undocumented in source.
- blGradientReserve
pblGradientReserve blGradientReserve;
Undocumented in source.
- blGradientReset
pblGradientReset blGradientReset;
Undocumented in source.
- blGradientResetStops
pblGradientResetStops blGradientResetStops;
Undocumented in source.
- blGradientSetExtendMode
pblGradientSetExtendMode blGradientSetExtendMode;
Undocumented in source.
- blGradientSetType
pblGradientSetType blGradientSetType;
Undocumented in source.
- blGradientSetValue
pblGradientSetValue blGradientSetValue;
Undocumented in source.
- blGradientSetValues
pblGradientSetValues blGradientSetValues;
Undocumented in source.
- blGradientShrink
pblGradientShrink blGradientShrink;
Undocumented in source.
- blImageAssignDeep
pblImageAssignDeep blImageAssignDeep;
Undocumented in source.
- blImageAssignMove
pblImageAssignMove blImageAssignMove;
Undocumented in source.
- blImageAssignWeak
pblImageAssignWeak blImageAssignWeak;
Undocumented in source.
- blImageCodecAddToBuiltIn
pblImageCodecAddToBuiltIn blImageCodecAddToBuiltIn;
Undocumented in source.
- blImageCodecArrayAssignBuiltInCodecs
pblImageCodecArrayAssignBuiltInCodecs blImageCodecArrayAssignBuiltInCodecs;
Undocumented in source.
- blImageCodecArrayInitBuiltInCodecs
pblImageCodecArrayInitBuiltInCodecs blImageCodecArrayInitBuiltInCodecs;
Undocumented in source.
- blImageCodecAssignMove
pblImageCodecAssignMove blImageCodecAssignMove;
Undocumented in source.
- blImageCodecAssignWeak
pblImageCodecAssignWeak blImageCodecAssignWeak;
Undocumented in source.
- blImageCodecCreateDecoder
pblImageCodecCreateDecoder blImageCodecCreateDecoder;
Undocumented in source.
- blImageCodecCreateEncoder
pblImageCodecCreateEncoder blImageCodecCreateEncoder;
Undocumented in source.
- blImageCodecDestroy
pblImageCodecDestroy blImageCodecDestroy;
Undocumented in source.
- blImageCodecFindByData
pblImageCodecFindByData blImageCodecFindByData;
Undocumented in source.
- blImageCodecFindByExtension
pblImageCodecFindByExtension blImageCodecFindByExtension;
Undocumented in source.
- blImageCodecFindByName
pblImageCodecFindByName blImageCodecFindByName;
Undocumented in source.
- blImageCodecInit
pblImageCodecInit blImageCodecInit;
Undocumented in source.
- blImageCodecInitByName
pblImageCodecInitByName blImageCodecInitByName;
Undocumented in source.
- blImageCodecInitMove
pblImageCodecInitMove blImageCodecInitMove;
Undocumented in source.
- blImageCodecInitWeak
pblImageCodecInitWeak blImageCodecInitWeak;
Undocumented in source.
- blImageCodecInspectData
pblImageCodecInspectData blImageCodecInspectData;
Undocumented in source.
- blImageCodecRemoveFromBuiltIn
pblImageCodecRemoveFromBuiltIn blImageCodecRemoveFromBuiltIn;
Undocumented in source.
- blImageCodecReset
pblImageCodecReset blImageCodecReset;
Undocumented in source.
- blImageConvert
pblImageConvert blImageConvert;
Undocumented in source.
- blImageCreate
pblImageCreate blImageCreate;
Undocumented in source.
- blImageCreateFromData
pblImageCreateFromData blImageCreateFromData;
Undocumented in source.
- blImageDecoderAssignMove
pblImageDecoderAssignMove blImageDecoderAssignMove;
Undocumented in source.
- blImageDecoderAssignWeak
pblImageDecoderAssignWeak blImageDecoderAssignWeak;
Undocumented in source.
- blImageDecoderDestroy
pblImageDecoderDestroy blImageDecoderDestroy;
Undocumented in source.
- blImageDecoderInit
pblImageDecoderInit blImageDecoderInit;
Undocumented in source.
- blImageDecoderInitMove
pblImageDecoderInitMove blImageDecoderInitMove;
Undocumented in source.
- blImageDecoderInitWeak
pblImageDecoderInitWeak blImageDecoderInitWeak;
Undocumented in source.
- blImageDecoderReadFrame
pblImageDecoderReadFrame blImageDecoderReadFrame;
Undocumented in source.
- blImageDecoderReadInfo
pblImageDecoderReadInfo blImageDecoderReadInfo;
Undocumented in source.
- blImageDecoderReset
pblImageDecoderReset blImageDecoderReset;
Undocumented in source.
- blImageDecoderRestart
pblImageDecoderRestart blImageDecoderRestart;
Undocumented in source.
- blImageDestroy
pblImageDestroy blImageDestroy;
Undocumented in source.
- blImageEncoderAssignMove
pblImageEncoderAssignMove blImageEncoderAssignMove;
Undocumented in source.
- blImageEncoderAssignWeak
pblImageEncoderAssignWeak blImageEncoderAssignWeak;
Undocumented in source.
- blImageEncoderDestroy
pblImageEncoderDestroy blImageEncoderDestroy;
Undocumented in source.
- blImageEncoderInit
pblImageEncoderInit blImageEncoderInit;
Undocumented in source.
- blImageEncoderInitMove
pblImageEncoderInitMove blImageEncoderInitMove;
Undocumented in source.
- blImageEncoderInitWeak
pblImageEncoderInitWeak blImageEncoderInitWeak;
Undocumented in source.
- blImageEncoderReset
pblImageEncoderReset blImageEncoderReset;
Undocumented in source.
- blImageEncoderRestart
pblImageEncoderRestart blImageEncoderRestart;
Undocumented in source.
- blImageEncoderWriteFrame
pblImageEncoderWriteFrame blImageEncoderWriteFrame;
Undocumented in source.
- blImageEquals
pblImageEquals blImageEquals;
Undocumented in source.
- blImageGetData
pblImageGetData blImageGetData;
Undocumented in source.
- blImageInit
pblImageInit blImageInit;
Undocumented in source.
- blImageInitAs
pblImageInitAs blImageInitAs;
Undocumented in source.
- blImageInitAsFromData
pblImageInitAsFromData blImageInitAsFromData;
Undocumented in source.
- blImageInitMove
pblImageInitMove blImageInitMove;
Undocumented in source.
- blImageInitWeak
pblImageInitWeak blImageInitWeak;
Undocumented in source.
- blImageMakeMutable
pblImageMakeMutable blImageMakeMutable;
Undocumented in source.
- blImageReadFromData
pblImageReadFromData blImageReadFromData;
Undocumented in source.
- blImageReadFromFile
pblImageReadFromFile blImageReadFromFile;
Undocumented in source.
- blImageReset
pblImageReset blImageReset;
Undocumented in source.
- blImageScale
pblImageScale blImageScale;
Undocumented in source.
- blImageWriteToData
pblImageWriteToData blImageWriteToData;
Undocumented in source.
- blImageWriteToFile
pblImageWriteToFile blImageWriteToFile;
Undocumented in source.
- blMatrix2DApplyOp
pblMatrix2DApplyOp blMatrix2DApplyOp;
Undocumented in source.
- blMatrix2DGetType
pblMatrix2DGetType blMatrix2DGetType;
Undocumented in source.
- blMatrix2DInvert
pblMatrix2DInvert blMatrix2DInvert;
Undocumented in source.
- blMatrix2DMapPointDArray
pblMatrix2DMapPointDArray blMatrix2DMapPointDArray;
Undocumented in source.
- blMatrix2DMapPointDArrayFuncs
pblMatrix2DMapPointDArrayFuncs blMatrix2DMapPointDArrayFuncs;
Undocumented in source.
- blMatrix2DSetIdentity
pblMatrix2DSetIdentity blMatrix2DSetIdentity;
Undocumented in source.
- blMatrix2DSetRotation
pblMatrix2DSetRotation blMatrix2DSetRotation;
Undocumented in source.
- blMatrix2DSetScaling
pblMatrix2DSetScaling blMatrix2DSetScaling;
Undocumented in source.
- blMatrix2DSetSkewing
pblMatrix2DSetSkewing blMatrix2DSetSkewing;
Undocumented in source.
- blMatrix2DSetTranslation
pblMatrix2DSetTranslation blMatrix2DSetTranslation;
Undocumented in source.
- blObjectAssignMove
pblObjectAssignMove blObjectAssignMove;
Undocumented in source.
- blObjectAssignWeak
pblObjectAssignWeak blObjectAssignWeak;
Undocumented in source.
- blObjectDetailAllocImpl
pblObjectDetailAllocImpl blObjectDetailAllocImpl;
Undocumented in source.
- blObjectDetailAllocImplExternal
pblObjectDetailAllocImplExternal blObjectDetailAllocImplExternal;
Undocumented in source.
- blObjectDetailFreeImpl
pblObjectDetailFreeImpl blObjectDetailFreeImpl;
Undocumented in source.
- blObjectGetProperty
pblObjectGetProperty blObjectGetProperty;
Undocumented in source.
- blObjectGetPropertyBool
pblObjectGetPropertyBool blObjectGetPropertyBool;
Undocumented in source.
- blObjectGetPropertyDouble
pblObjectGetPropertyDouble blObjectGetPropertyDouble;
Undocumented in source.
- blObjectGetPropertyInt32
pblObjectGetPropertyInt32 blObjectGetPropertyInt32;
Undocumented in source.
- blObjectGetPropertyInt64
pblObjectGetPropertyInt64 blObjectGetPropertyInt64;
Undocumented in source.
- blObjectGetPropertyUInt32
pblObjectGetPropertyUInt32 blObjectGetPropertyUInt32;
Undocumented in source.
- blObjectGetPropertyUInt64
pblObjectGetPropertyUInt64 blObjectGetPropertyUInt64;
Undocumented in source.
- blObjectInitMove
pblObjectInitMove blObjectInitMove;
Undocumented in source.
- blObjectInitWeak
pblObjectInitWeak blObjectInitWeak;
Undocumented in source.
- blObjectReset
pblObjectReset blObjectReset;
Undocumented in source.
- blObjectSetProperty
pblObjectSetProperty blObjectSetProperty;
Undocumented in source.
- blObjectSetPropertyBool
pblObjectSetPropertyBool blObjectSetPropertyBool;
Undocumented in source.
- blObjectSetPropertyDouble
pblObjectSetPropertyDouble blObjectSetPropertyDouble;
Undocumented in source.
- blObjectSetPropertyInt32
pblObjectSetPropertyInt32 blObjectSetPropertyInt32;
Undocumented in source.
- blObjectSetPropertyInt64
pblObjectSetPropertyInt64 blObjectSetPropertyInt64;
Undocumented in source.
- blObjectSetPropertyUInt32
pblObjectSetPropertyUInt32 blObjectSetPropertyUInt32;
Undocumented in source.
- blObjectSetPropertyUInt64
pblObjectSetPropertyUInt64 blObjectSetPropertyUInt64;
Undocumented in source.
- blPathAddBoxD
pblPathAddBoxD blPathAddBoxD;
Undocumented in source.
- blPathAddBoxI
pblPathAddBoxI blPathAddBoxI;
Undocumented in source.
- blPathAddGeometry
pblPathAddGeometry blPathAddGeometry;
Undocumented in source.
- blPathAddPath
pblPathAddPath blPathAddPath;
Undocumented in source.
- blPathAddRectD
pblPathAddRectD blPathAddRectD;
Undocumented in source.
- blPathAddRectI
pblPathAddRectI blPathAddRectI;
Undocumented in source.
- blPathAddReversedPath
pblPathAddReversedPath blPathAddReversedPath;
Undocumented in source.
- blPathAddStrokedPath
pblPathAddStrokedPath blPathAddStrokedPath;
Undocumented in source.
- blPathAddTransformedPath
pblPathAddTransformedPath blPathAddTransformedPath;
Undocumented in source.
- blPathAddTranslatedPath
pblPathAddTranslatedPath blPathAddTranslatedPath;
Undocumented in source.
- blPathArcQuadrantTo
pblPathArcQuadrantTo blPathArcQuadrantTo;
Undocumented in source.
- blPathArcTo
pblPathArcTo blPathArcTo;
Undocumented in source.
- blPathAssignDeep
pblPathAssignDeep blPathAssignDeep;
Undocumented in source.
- blPathAssignMove
pblPathAssignMove blPathAssignMove;
Undocumented in source.
- blPathAssignWeak
pblPathAssignWeak blPathAssignWeak;
Undocumented in source.
- blPathClear
pblPathClear blPathClear;
Undocumented in source.
- blPathClose
pblPathClose blPathClose;
Undocumented in source.
- blPathCubicTo
pblPathCubicTo blPathCubicTo;
Undocumented in source.
- blPathDestroy
pblPathDestroy blPathDestroy;
Undocumented in source.
- blPathEllipticArcTo
pblPathEllipticArcTo blPathEllipticArcTo;
Undocumented in source.
- blPathEquals
pblPathEquals blPathEquals;
Undocumented in source.
- blPathFitTo
pblPathFitTo blPathFitTo;
Undocumented in source.
- blPathGetBoundingBox
pblPathGetBoundingBox blPathGetBoundingBox;
Undocumented in source.
- blPathGetCapacity
pblPathGetCapacity blPathGetCapacity;
Undocumented in source.
- blPathGetClosestVertex
pblPathGetClosestVertex blPathGetClosestVertex;
Undocumented in source.
- blPathGetCommandData
pblPathGetCommandData blPathGetCommandData;
Undocumented in source.
- blPathGetControlBox
pblPathGetControlBox blPathGetControlBox;
Undocumented in source.
- blPathGetFigureRange
pblPathGetFigureRange blPathGetFigureRange;
Undocumented in source.
- blPathGetInfoFlags
pblPathGetInfoFlags blPathGetInfoFlags;
Undocumented in source.
- blPathGetLastVertex
pblPathGetLastVertex blPathGetLastVertex;
Undocumented in source.
- blPathGetSize
pblPathGetSize blPathGetSize;
Undocumented in source.
- blPathGetVertexData
pblPathGetVertexData blPathGetVertexData;
Undocumented in source.
- blPathHitTest
pblPathHitTest blPathHitTest;
Undocumented in source.
- blPathInit
pblPathInit blPathInit;
Undocumented in source.
- blPathInitMove
pblPathInitMove blPathInitMove;
Undocumented in source.
- blPathInitWeak
pblPathInitWeak blPathInitWeak;
Undocumented in source.
- blPathLineTo
pblPathLineTo blPathLineTo;
Undocumented in source.
- blPathModifyOp
pblPathModifyOp blPathModifyOp;
Undocumented in source.
- blPathMoveTo
pblPathMoveTo blPathMoveTo;
Undocumented in source.
- blPathPolyTo
pblPathPolyTo blPathPolyTo;
Undocumented in source.
- blPathQuadTo
pblPathQuadTo blPathQuadTo;
Undocumented in source.
- blPathRemoveRange
pblPathRemoveRange blPathRemoveRange;
Undocumented in source.
- blPathReserve
pblPathReserve blPathReserve;
Undocumented in source.
- blPathReset
pblPathReset blPathReset;
Undocumented in source.
- blPathSetVertexAt
pblPathSetVertexAt blPathSetVertexAt;
Undocumented in source.
- blPathShrink
pblPathShrink blPathShrink;
Undocumented in source.
- blPathSmoothCubicTo
pblPathSmoothCubicTo blPathSmoothCubicTo;
Undocumented in source.
- blPathSmoothQuadTo
pblPathSmoothQuadTo blPathSmoothQuadTo;
Undocumented in source.
- blPathTransform
pblPathTransform blPathTransform;
Undocumented in source.
- blPathTranslate
pblPathTranslate blPathTranslate;
Undocumented in source.
- blPatternApplyMatrixOp
pblPatternApplyMatrixOp blPatternApplyMatrixOp;
Undocumented in source.
- blPatternAssignDeep
pblPatternAssignDeep blPatternAssignDeep;
Undocumented in source.
- blPatternAssignMove
pblPatternAssignMove blPatternAssignMove;
Undocumented in source.
- blPatternAssignWeak
pblPatternAssignWeak blPatternAssignWeak;
Undocumented in source.
- blPatternCreate
pblPatternCreate blPatternCreate;
Undocumented in source.
- blPatternDestroy
pblPatternDestroy blPatternDestroy;
Undocumented in source.
- blPatternEquals
pblPatternEquals blPatternEquals;
Undocumented in source.
- blPatternGetArea
pblPatternGetArea blPatternGetArea;
Undocumented in source.
- blPatternGetExtendMode
pblPatternGetExtendMode blPatternGetExtendMode;
Undocumented in source.
- blPatternGetImage
pblPatternGetImage blPatternGetImage;
Undocumented in source.
- blPatternGetMatrix
pblPatternGetMatrix blPatternGetMatrix;
Undocumented in source.
- blPatternGetMatrixType
pblPatternGetMatrixType blPatternGetMatrixType;
Undocumented in source.
- blPatternInit
pblPatternInit blPatternInit;
Undocumented in source.
- blPatternInitAs
pblPatternInitAs blPatternInitAs;
Undocumented in source.
- blPatternInitMove
pblPatternInitMove blPatternInitMove;
Undocumented in source.
- blPatternInitWeak
pblPatternInitWeak blPatternInitWeak;
Undocumented in source.
- blPatternReset
pblPatternReset blPatternReset;
Undocumented in source.
- blPatternResetImage
pblPatternResetImage blPatternResetImage;
Undocumented in source.
- blPatternSetArea
pblPatternSetArea blPatternSetArea;
Undocumented in source.
- blPatternSetExtendMode
pblPatternSetExtendMode blPatternSetExtendMode;
Undocumented in source.
- blPatternSetImage
pblPatternSetImage blPatternSetImage;
Undocumented in source.
- blPixelConverterAssign
pblPixelConverterAssign blPixelConverterAssign;
Undocumented in source.
- blPixelConverterConvert
pblPixelConverterConvert blPixelConverterConvert;
Undocumented in source.
- blPixelConverterCreate
pblPixelConverterCreate blPixelConverterCreate;
Undocumented in source.
- blPixelConverterDestroy
pblPixelConverterDestroy blPixelConverterDestroy;
Undocumented in source.
- blPixelConverterInit
pblPixelConverterInit blPixelConverterInit;
Undocumented in source.
- blPixelConverterInitWeak
pblPixelConverterInitWeak blPixelConverterInitWeak;
Undocumented in source.
- blPixelConverterReset
pblPixelConverterReset blPixelConverterReset;
Undocumented in source.
- blRandomNextDouble
pblRandomNextDouble blRandomNextDouble;
Undocumented in source.
- blRandomNextUInt32
pblRandomNextUInt32 blRandomNextUInt32;
Undocumented in source.
- blRandomNextUInt64
pblRandomNextUInt64 blRandomNextUInt64;
Undocumented in source.
- blRandomReset
pblRandomReset blRandomReset;
Undocumented in source.
- blResultFromPosixError
pblResultFromPosixError blResultFromPosixError;
Undocumented in source.
- blResultFromWinError
pblResultFromWinError blResultFromWinError;
Undocumented in source.
- blRuntimeAssertionFailure
pblRuntimeAssertionFailure blRuntimeAssertionFailure;
Undocumented in source.
- blRuntimeCleanup
pblRuntimeCleanup blRuntimeCleanup;
Undocumented in source.
- blRuntimeInit
pblRuntimeInit blRuntimeInit;
Undocumented in source.
- blRuntimeMessageFmt
pblRuntimeMessageFmt blRuntimeMessageFmt;
Undocumented in source.
- blRuntimeMessageOut
pblRuntimeMessageOut blRuntimeMessageOut;
Undocumented in source.
- blRuntimeMessageVFmt
pblRuntimeMessageVFmt blRuntimeMessageVFmt;
Undocumented in source.
- blRuntimeQueryInfo
pblRuntimeQueryInfo blRuntimeQueryInfo;
Undocumented in source.
- blRuntimeShutdown
pblRuntimeShutdown blRuntimeShutdown;
Undocumented in source.
- blStringApplyOpChar
pblStringApplyOpChar blStringApplyOpChar;
Undocumented in source.
- blStringApplyOpData
pblStringApplyOpData blStringApplyOpData;
Undocumented in source.
- blStringApplyOpFormat
pblStringApplyOpFormat blStringApplyOpFormat;
Undocumented in source.
- blStringApplyOpFormatV
pblStringApplyOpFormatV blStringApplyOpFormatV;
Undocumented in source.
- blStringApplyOpString
pblStringApplyOpString blStringApplyOpString;
Undocumented in source.
- blStringAssignData
pblStringAssignData blStringAssignData;
Undocumented in source.
- blStringAssignDeep
pblStringAssignDeep blStringAssignDeep;
Undocumented in source.
- blStringAssignMove
pblStringAssignMove blStringAssignMove;
Undocumented in source.
- blStringAssignWeak
pblStringAssignWeak blStringAssignWeak;
Undocumented in source.
- blStringClear
pblStringClear blStringClear;
Undocumented in source.
- blStringCompare
pblStringCompare blStringCompare;
Undocumented in source.
- blStringCompareData
pblStringCompareData blStringCompareData;
Undocumented in source.
- blStringDestroy
pblStringDestroy blStringDestroy;
Undocumented in source.
- blStringEquals
pblStringEquals blStringEquals;
Undocumented in source.
- blStringEqualsData
pblStringEqualsData blStringEqualsData;
Undocumented in source.
- blStringGetCapacity
pblStringGetCapacity blStringGetCapacity;
Undocumented in source.
- blStringGetData
pblStringGetData blStringGetData;
Undocumented in source.
- blStringGetSize
pblStringGetSize blStringGetSize;
Undocumented in source.
- blStringInit
pblStringInit blStringInit;
Undocumented in source.
- blStringInitMove
pblStringInitMove blStringInitMove;
Undocumented in source.
- blStringInitWeak
pblStringInitWeak blStringInitWeak;
Undocumented in source.
- blStringInitWithData
pblStringInitWithData blStringInitWithData;
Undocumented in source.
- blStringInsertChar
pblStringInsertChar blStringInsertChar;
Undocumented in source.
- blStringInsertData
pblStringInsertData blStringInsertData;
Undocumented in source.
- blStringInsertOp
pblStringInsertOp blStringInsertOp;
Undocumented in source.
- blStringInsertString
pblStringInsertString blStringInsertString;
Undocumented in source.
- blStringMakeMutable
pblStringMakeMutable blStringMakeMutable;
Undocumented in source.
- blStringModifyOp
pblStringModifyOp blStringModifyOp;
Undocumented in source.
- blStringRemoveIndex
pblStringRemoveIndex blStringRemoveIndex;
Undocumented in source.
- blStringRemoveRange
pblStringRemoveRange blStringRemoveRange;
Undocumented in source.
- blStringReserve
pblStringReserve blStringReserve;
Undocumented in source.
- blStringReset
pblStringReset blStringReset;
Undocumented in source.
- blStringResize
pblStringResize blStringResize;
Undocumented in source.
- blStringShrink
pblStringShrink blStringShrink;
Undocumented in source.
- blStrokeOptionsAssignMove
pblStrokeOptionsAssignMove blStrokeOptionsAssignMove;
Undocumented in source.
- blStrokeOptionsAssignWeak
pblStrokeOptionsAssignWeak blStrokeOptionsAssignWeak;
Undocumented in source.
- blStrokeOptionsDestroy
pblStrokeOptionsDestroy blStrokeOptionsDestroy;
Undocumented in source.
- blStrokeOptionsInit
pblStrokeOptionsInit blStrokeOptionsInit;
Undocumented in source.
- blStrokeOptionsInitMove
pblStrokeOptionsInitMove blStrokeOptionsInitMove;
Undocumented in source.
- blStrokeOptionsInitWeak
pblStrokeOptionsInitWeak blStrokeOptionsInitWeak;
Undocumented in source.
- blStrokeOptionsReset
pblStrokeOptionsReset blStrokeOptionsReset;
Undocumented in source.
- blVarAssignBool
pblVarAssignBool blVarAssignBool;
Undocumented in source.
- blVarAssignDouble
pblVarAssignDouble blVarAssignDouble;
Undocumented in source.
- blVarAssignInt32
pblVarAssignInt32 blVarAssignInt32;
Undocumented in source.
- blVarAssignInt64
pblVarAssignInt64 blVarAssignInt64;
Undocumented in source.
- blVarAssignMove
pblVarAssignMove blVarAssignMove;
Undocumented in source.
- blVarAssignNull
pblVarAssignNull blVarAssignNull;
Undocumented in source.
- blVarAssignRgba
pblVarAssignRgba blVarAssignRgba;
Undocumented in source.
- blVarAssignRgba32
pblVarAssignRgba32 blVarAssignRgba32;
Undocumented in source.
- blVarAssignRgba64
pblVarAssignRgba64 blVarAssignRgba64;
Undocumented in source.
- blVarAssignUInt32
pblVarAssignUInt32 blVarAssignUInt32;
Undocumented in source.
- blVarAssignUInt64
pblVarAssignUInt64 blVarAssignUInt64;
Undocumented in source.
- blVarAssignWeak
pblVarAssignWeak blVarAssignWeak;
Undocumented in source.
- blVarDestroy
pblVarDestroy blVarDestroy;
Undocumented in source.
- blVarEquals
pblVarEquals blVarEquals;
Undocumented in source.
- blVarEqualsBool
pblVarEqualsBool blVarEqualsBool;
Undocumented in source.
- blVarEqualsDouble
pblVarEqualsDouble blVarEqualsDouble;
Undocumented in source.
- blVarEqualsInt64
pblVarEqualsInt64 blVarEqualsInt64;
Undocumented in source.
- blVarEqualsNull
pblVarEqualsNull blVarEqualsNull;
Undocumented in source.
- blVarEqualsUInt64
pblVarEqualsUInt64 blVarEqualsUInt64;
Undocumented in source.
- blVarGetType
pblVarGetType blVarGetType;
Undocumented in source.
- blVarInitBool
pblVarInitBool blVarInitBool;
Undocumented in source.
- blVarInitDouble
pblVarInitDouble blVarInitDouble;
Undocumented in source.
- blVarInitInt32
pblVarInitInt32 blVarInitInt32;
Undocumented in source.
- blVarInitInt64
pblVarInitInt64 blVarInitInt64;
Undocumented in source.
- blVarInitMove
pblVarInitMove blVarInitMove;
Undocumented in source.
- blVarInitNull
pblVarInitNull blVarInitNull;
Undocumented in source.
- blVarInitRgba
pblVarInitRgba blVarInitRgba;
Undocumented in source.
- blVarInitRgba32
pblVarInitRgba32 blVarInitRgba32;
Undocumented in source.
- blVarInitRgba64
pblVarInitRgba64 blVarInitRgba64;
Undocumented in source.
- blVarInitType
pblVarInitType blVarInitType;
Undocumented in source.
- blVarInitUInt32
pblVarInitUInt32 blVarInitUInt32;
Undocumented in source.
- blVarInitUInt64
pblVarInitUInt64 blVarInitUInt64;
Undocumented in source.
- blVarInitWeak
pblVarInitWeak blVarInitWeak;
Undocumented in source.
- blVarReset
pblVarReset blVarReset;
Undocumented in source.
- blVarStrictEquals
pblVarStrictEquals blVarStrictEquals;
Undocumented in source.
- blVarToBool
pblVarToBool blVarToBool;
Undocumented in source.
- blVarToDouble
pblVarToDouble blVarToDouble;
Undocumented in source.
- blVarToInt32
pblVarToInt32 blVarToInt32;
Undocumented in source.
- blVarToInt64
pblVarToInt64 blVarToInt64;
Undocumented in source.
- blVarToRgba
pblVarToRgba blVarToRgba;
Undocumented in source.
- blVarToRgba32
pblVarToRgba32 blVarToRgba32;
Undocumented in source.
- blVarToRgba64
pblVarToRgba64 blVarToRgba64;
Undocumented in source.
- blVarToUInt32
pblVarToUInt32 blVarToUInt32;
Undocumented in source.
- blVarToUInt64
pblVarToUInt64 blVarToUInt64;
Undocumented in source.