bindbc.blend2d.binddynamic

Undocumented in source.

Members

Aliases

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.
pblArrayAppendView
alias pblArrayAppendView = BLResult function(BLArrayCore* self, const(void)* items, 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.
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.
pblArrayAssignView
alias pblArrayAssignView = BLResult function(BLArrayCore* self, const(void)* items, 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.
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.
pblArrayCreateFromData
alias pblArrayCreateFromData = BLResult function(BLArrayCore* self, void* data, size_t size, size_t capacity, uint dataAccessFlags, BLDestroyImplFunc destroyFunc, void* destroyData)
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.
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, uint arrayTypeId)
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.
pblArrayInsertView
alias pblArrayInsertView = BLResult function(BLArrayCore* self, size_t index, const(void)* items, 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.
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, uint 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.
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.
pblArrayReplaceView
alias pblArrayReplaceView = BLResult function(BLArrayCore* self, size_t rStart, size_t rEnd, const(void)* items, 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.
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.
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)* options)
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, uint 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.
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, uint 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, uint 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, uint flags)
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, BLStyleCore* styleOut)
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.
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, BLStyleCore* styleOut)
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 = uint 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)* options)
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, uint 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.
pblContextQueryProperty
alias pblContextQueryProperty = BLResult function(const(BLContextCore)* self, uint propertyId, void* valueOut)
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, uint 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, uint 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(BLStyleCore)* style)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblContextSetFillStyleObject
alias pblContextSetFillStyleObject = BLResult function(BLContextCore* self, const(void)* object)
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, uint 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, uint 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, uint position, uint 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, uint 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, uint 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(BLStyleCore)* style)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblContextSetStrokeStyleObject
alias pblContextSetStrokeStyleObject = BLResult function(BLContextCore* self, const(void)* object)
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, uint 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, uint 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, uint 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, uint 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, uint 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, uint 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, uint 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, size_t index, BLBitWord 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, size_t index, BLBitWord 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, BLDestroyImplFunc destroyFunc, void* destroyData)
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, uint 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.
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, uint 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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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, uint 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, uint 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, uint 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, uint type, const(void)* values, uint 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 = uint 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.
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 = uint 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, uint type, const(void)* values, uint 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.
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.
pblGradientRemoveStops
alias pblGradientRemoveStops = 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.
pblGradientRemoveStopsFromTo
alias pblGradientRemoveStopsFromTo = 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, uint 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, uint 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.
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.
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, uint 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, uint 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, uint format, void* pixelData, intptr_t stride, BLDestroyImplFunc destroyFunc, void* destroyData)
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.
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.
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, uint 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, uint format, void* pixelData, intptr_t stride, BLDestroyImplFunc destroyFunc, void* destroyData)
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, uint 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 = uint 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_COUNT]
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.
pblNone
alias pblNone = BLVariantCore[BL_IMPL_TYPE_COUNT]
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, uint 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, uint 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, uint geometryType, const(void)* geometryData, const(BLMatrix2D)* m, uint 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, uint 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, uint 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, uint 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 = uint function(const(BLPathCore)* self, const(BLPoint)* p, uint 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.
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, uint 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, uint 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, uint 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.
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, uint 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.
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.
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, uint 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, uint 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.
pblRegionAssignBoxI
alias pblRegionAssignBoxI = BLResult function(BLRegionCore* self, const(BLBoxI)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionAssignBoxIArray
alias pblRegionAssignBoxIArray = BLResult function(BLRegionCore* self, const(BLBoxI)* 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.
pblRegionAssignDeep
alias pblRegionAssignDeep = BLResult function(BLRegionCore* self, const(BLRegionCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionAssignMove
alias pblRegionAssignMove = BLResult function(BLRegionCore* self, BLRegionCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionAssignRectI
alias pblRegionAssignRectI = BLResult function(BLRegionCore* 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.
pblRegionAssignRectIArray
alias pblRegionAssignRectIArray = BLResult function(BLRegionCore* self, const(BLRectI)* 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.
pblRegionAssignWeak
alias pblRegionAssignWeak = BLResult function(BLRegionCore* self, const(BLRegionCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionClear
alias pblRegionClear = BLResult function(BLRegionCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionCombine
alias pblRegionCombine = BLResult function(BLRegionCore* self, const(BLRegionCore)* a, const(BLRegionCore)* b, uint booleanOp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionCombineBB
alias pblRegionCombineBB = BLResult function(BLRegionCore* self, const(BLBoxI)* a, const(BLBoxI)* b, uint booleanOp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionCombineBR
alias pblRegionCombineBR = BLResult function(BLRegionCore* self, const(BLBoxI)* a, const(BLRegionCore)* b, uint booleanOp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionCombineRB
alias pblRegionCombineRB = BLResult function(BLRegionCore* self, const(BLRegionCore)* a, const(BLBoxI)* b, uint booleanOp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionDestroy
alias pblRegionDestroy = BLResult function(BLRegionCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionEquals
alias pblRegionEquals = bool function(const(BLRegionCore)* a, const(BLRegionCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionGetCapacity
alias pblRegionGetCapacity = size_t function(const(BLRegionCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionGetData
alias pblRegionGetData = const(BLBoxI)* function(const(BLRegionCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionGetSize
alias pblRegionGetSize = size_t function(const(BLRegionCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionGetType
alias pblRegionGetType = uint function(const(BLRegionCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionHitTest
alias pblRegionHitTest = uint function(const(BLRegionCore)* self, const(BLPointI)* pt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionHitTestBoxI
alias pblRegionHitTestBoxI = uint function(const(BLRegionCore)* self, const(BLBoxI)* box)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionInit
alias pblRegionInit = BLResult function(BLRegionCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionIntersectAndClip
alias pblRegionIntersectAndClip = BLResult function(BLRegionCore* self, const(BLRegionCore)* a, const(BLRegionCore)* b, const(BLBoxI)* clipBox)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionReserve
alias pblRegionReserve = BLResult function(BLRegionCore* 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.
pblRegionReset
alias pblRegionReset = BLResult function(BLRegionCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionShrink
alias pblRegionShrink = BLResult function(BLRegionCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionTranslate
alias pblRegionTranslate = BLResult function(BLRegionCore* self, const(BLRegionCore)* r, const(BLPointI)* pt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblRegionTranslateAndClip
alias pblRegionTranslateAndClip = BLResult function(BLRegionCore* self, const(BLRegionCore)* r, const(BLPointI)* pt, const(BLBoxI)* clipBox)
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(uint 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(uint 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, uint 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, uint 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, uint 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, uint 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, uint 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)* 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.
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)* 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.
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.
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, uint 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.
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.
pblStyleAssignMove
alias pblStyleAssignMove = BLResult function(BLStyleCore* self, BLStyleCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblStyleAssignObject
alias pblStyleAssignObject = BLResult function(BLStyleCore* self, const(void)* object)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblStyleAssignRgba
alias pblStyleAssignRgba = BLResult function(BLStyleCore* 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.
pblStyleAssignRgba32
alias pblStyleAssignRgba32 = BLResult function(BLStyleCore* 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.
pblStyleAssignRgba64
alias pblStyleAssignRgba64 = BLResult function(BLStyleCore* 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.
pblStyleAssignWeak
alias pblStyleAssignWeak = BLResult function(BLStyleCore* self, const(BLStyleCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblStyleDestroy
alias pblStyleDestroy = BLResult function(BLStyleCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblStyleEquals
alias pblStyleEquals = bool function(const(BLStyleCore)* a, const(BLStyleCore)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblStyleGetObject
alias pblStyleGetObject = BLResult function(const(BLStyleCore)* self, void* object)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblStyleGetRgba
alias pblStyleGetRgba = BLResult function(const(BLStyleCore)* self, BLRgba* rgbaOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblStyleGetRgba32
alias pblStyleGetRgba32 = BLResult function(const(BLStyleCore)* self, uint* rgba32Out)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblStyleGetRgba64
alias pblStyleGetRgba64 = BLResult function(const(BLStyleCore)* self, ulong* rgba64Out)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblStyleGetType
alias pblStyleGetType = uint function(const(BLStyleCore)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblStyleInit
alias pblStyleInit = BLResult function(BLStyleCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblStyleInitMove
alias pblStyleInitMove = BLResult function(BLStyleCore* self, BLStyleCore* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblStyleInitObject
alias pblStyleInitObject = BLResult function(BLStyleCore* self, const(void)* object)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblStyleInitRgba
alias pblStyleInitRgba = BLResult function(BLStyleCore* 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.
pblStyleInitRgba32
alias pblStyleInitRgba32 = BLResult function(BLStyleCore* 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.
pblStyleInitRgba64
alias pblStyleInitRgba64 = BLResult function(BLStyleCore* 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.
pblStyleInitWeak
alias pblStyleInitWeak = BLResult function(BLStyleCore* self, const(BLStyleCore)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblStyleReset
alias pblStyleReset = BLResult function(BLStyleCore* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblVariantAssignMove
alias pblVariantAssignMove = BLResult function(void* self, void* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblVariantAssignWeak
alias pblVariantAssignWeak = BLResult function(void* self, const(void)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblVariantDestroy
alias pblVariantDestroy = BLResult function(void* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblVariantEquals
alias pblVariantEquals = bool function(const(void)* a, const(void)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblVariantGetImplType
alias pblVariantGetImplType = uint function(const(void)* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblVariantInit
alias pblVariantInit = BLResult function(void* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblVariantInitMove
alias pblVariantInitMove = BLResult function(void* self, void* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblVariantInitWeak
alias pblVariantInitWeak = BLResult function(void* self, const(void)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pblVariantReset
alias pblVariantReset = BLResult function(void* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

isBlend2DLoaded
bool isBlend2DLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
loadBlend2D
Blend2DSupport loadBlend2D(const(char)* libName)
Undocumented in source. Be warned that the author may not have intended to support it.
loadBlend2D
Blend2DSupport loadBlend2D()
Undocumented in source. Be warned that the author may not have intended to support it.
loadedBlend2DVersion
Blend2DSupport loadedBlend2DVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
unloadGLFW
void unloadGLFW()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

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.
blArrayAppendView
pblArrayAppendView blArrayAppendView;
Undocumented in source.
blArrayAssignDeep
pblArrayAssignDeep blArrayAssignDeep;
Undocumented in source.
blArrayAssignMove
pblArrayAssignMove blArrayAssignMove;
Undocumented in source.
blArrayAssignView
pblArrayAssignView blArrayAssignView;
Undocumented in source.
blArrayAssignWeak
pblArrayAssignWeak blArrayAssignWeak;
Undocumented in source.
blArrayClear
pblArrayClear blArrayClear;
Undocumented in source.
blArrayCreateFromData
pblArrayCreateFromData blArrayCreateFromData;
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.
blArrayGetSize
pblArrayGetSize blArrayGetSize;
Undocumented in source.
blArrayInit
pblArrayInit blArrayInit;
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.
blArrayInsertView
pblArrayInsertView blArrayInsertView;
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.
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.
blArrayReplaceView
pblArrayReplaceView blArrayReplaceView;
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.
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.
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.
blContextGetFillStyle
pblContextGetFillStyle blContextGetFillStyle;
Undocumented in source.
blContextGetMetaMatrix
pblContextGetMetaMatrix blContextGetMetaMatrix;
Undocumented in source.
blContextGetStrokeOptions
pblContextGetStrokeOptions blContextGetStrokeOptions;
Undocumented in source.
blContextGetStrokeStyle
pblContextGetStrokeStyle blContextGetStrokeStyle;
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.
blContextMatrixOp
pblContextMatrixOp blContextMatrixOp;
Undocumented in source.
blContextQueryProperty
pblContextQueryProperty blContextQueryProperty;
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.
blContextSetFillStyleObject
pblContextSetFillStyleObject blContextSetFillStyleObject;
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.
blContextSetStrokeStyleObject
pblContextSetStrokeStyleObject blContextSetStrokeStyleObject;
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.
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.
blFontFaceGetDesignMetrics
pblFontFaceGetDesignMetrics blFontFaceGetDesignMetrics;
Undocumented in source.
blFontFaceGetFaceInfo
pblFontFaceGetFaceInfo blFontFaceGetFaceInfo;
Undocumented in source.
blFontFaceGetUnicodeCoverage
pblFontFaceGetUnicodeCoverage blFontFaceGetUnicodeCoverage;
Undocumented in source.
blFontFaceInit
pblFontFaceInit blFontFaceInit;
Undocumented in source.
blFontFaceReset
pblFontFaceReset blFontFaceReset;
Undocumented in source.
blFontGetDesignMetrics
pblFontGetDesignMetrics blFontGetDesignMetrics;
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.
blFontGetTextMetrics
pblFontGetTextMetrics blFontGetTextMetrics;
Undocumented in source.
blFontInit
pblFontInit blFontInit;
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.
blFontManagerInitNew
pblFontManagerInitNew blFontManagerInitNew;
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.
blFontShape
pblFontShape blFontShape;
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.
blGradientRemoveStop
pblGradientRemoveStop blGradientRemoveStop;
Undocumented in source.
blGradientRemoveStopByOffset
pblGradientRemoveStopByOffset blGradientRemoveStopByOffset;
Undocumented in source.
blGradientRemoveStops
pblGradientRemoveStops blGradientRemoveStops;
Undocumented in source.
blGradientRemoveStopsFromTo
pblGradientRemoveStopsFromTo blGradientRemoveStopsFromTo;
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.
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.
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.
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.
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.
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.
blNone
pblNone blNone;
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.
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.
blPatternInit
pblPatternInit blPatternInit;
Undocumented in source.
blPatternInitAs
pblPatternInitAs blPatternInitAs;
Undocumented in source.
blPatternReset
pblPatternReset blPatternReset;
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.
blRegionAssignBoxI
pblRegionAssignBoxI blRegionAssignBoxI;
Undocumented in source.
blRegionAssignBoxIArray
pblRegionAssignBoxIArray blRegionAssignBoxIArray;
Undocumented in source.
blRegionAssignDeep
pblRegionAssignDeep blRegionAssignDeep;
Undocumented in source.
blRegionAssignMove
pblRegionAssignMove blRegionAssignMove;
Undocumented in source.
blRegionAssignRectI
pblRegionAssignRectI blRegionAssignRectI;
Undocumented in source.
blRegionAssignRectIArray
pblRegionAssignRectIArray blRegionAssignRectIArray;
Undocumented in source.
blRegionAssignWeak
pblRegionAssignWeak blRegionAssignWeak;
Undocumented in source.
blRegionClear
pblRegionClear blRegionClear;
Undocumented in source.
blRegionCombine
pblRegionCombine blRegionCombine;
Undocumented in source.
blRegionCombineBB
pblRegionCombineBB blRegionCombineBB;
Undocumented in source.
blRegionCombineBR
pblRegionCombineBR blRegionCombineBR;
Undocumented in source.
blRegionCombineRB
pblRegionCombineRB blRegionCombineRB;
Undocumented in source.
blRegionDestroy
pblRegionDestroy blRegionDestroy;
Undocumented in source.
blRegionEquals
pblRegionEquals blRegionEquals;
Undocumented in source.
blRegionGetCapacity
pblRegionGetCapacity blRegionGetCapacity;
Undocumented in source.
blRegionGetData
pblRegionGetData blRegionGetData;
Undocumented in source.
blRegionGetSize
pblRegionGetSize blRegionGetSize;
Undocumented in source.
blRegionGetType
pblRegionGetType blRegionGetType;
Undocumented in source.
blRegionHitTest
pblRegionHitTest blRegionHitTest;
Undocumented in source.
blRegionHitTestBoxI
pblRegionHitTestBoxI blRegionHitTestBoxI;
Undocumented in source.
blRegionInit
pblRegionInit blRegionInit;
Undocumented in source.
blRegionIntersectAndClip
pblRegionIntersectAndClip blRegionIntersectAndClip;
Undocumented in source.
blRegionReserve
pblRegionReserve blRegionReserve;
Undocumented in source.
blRegionReset
pblRegionReset blRegionReset;
Undocumented in source.
blRegionShrink
pblRegionShrink blRegionShrink;
Undocumented in source.
blRegionTranslate
pblRegionTranslate blRegionTranslate;
Undocumented in source.
blRegionTranslateAndClip
pblRegionTranslateAndClip blRegionTranslateAndClip;
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.
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.
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.
blStyleAssignMove
pblStyleAssignMove blStyleAssignMove;
Undocumented in source.
blStyleAssignObject
pblStyleAssignObject blStyleAssignObject;
Undocumented in source.
blStyleAssignRgba
pblStyleAssignRgba blStyleAssignRgba;
Undocumented in source.
blStyleAssignRgba32
pblStyleAssignRgba32 blStyleAssignRgba32;
Undocumented in source.
blStyleAssignRgba64
pblStyleAssignRgba64 blStyleAssignRgba64;
Undocumented in source.
blStyleAssignWeak
pblStyleAssignWeak blStyleAssignWeak;
Undocumented in source.
blStyleDestroy
pblStyleDestroy blStyleDestroy;
Undocumented in source.
blStyleEquals
pblStyleEquals blStyleEquals;
Undocumented in source.
blStyleGetObject
pblStyleGetObject blStyleGetObject;
Undocumented in source.
blStyleGetRgba
pblStyleGetRgba blStyleGetRgba;
Undocumented in source.
blStyleGetRgba32
pblStyleGetRgba32 blStyleGetRgba32;
Undocumented in source.
blStyleGetRgba64
pblStyleGetRgba64 blStyleGetRgba64;
Undocumented in source.
blStyleGetType
pblStyleGetType blStyleGetType;
Undocumented in source.
blStyleInit
pblStyleInit blStyleInit;
Undocumented in source.
blStyleInitMove
pblStyleInitMove blStyleInitMove;
Undocumented in source.
blStyleInitObject
pblStyleInitObject blStyleInitObject;
Undocumented in source.
blStyleInitRgba
pblStyleInitRgba blStyleInitRgba;
Undocumented in source.
blStyleInitRgba32
pblStyleInitRgba32 blStyleInitRgba32;
Undocumented in source.
blStyleInitRgba64
pblStyleInitRgba64 blStyleInitRgba64;
Undocumented in source.
blStyleInitWeak
pblStyleInitWeak blStyleInitWeak;
Undocumented in source.
blStyleReset
pblStyleReset blStyleReset;
Undocumented in source.
blVariantAssignMove
pblVariantAssignMove blVariantAssignMove;
Undocumented in source.
blVariantAssignWeak
pblVariantAssignWeak blVariantAssignWeak;
Undocumented in source.
blVariantDestroy
pblVariantDestroy blVariantDestroy;
Undocumented in source.
blVariantEquals
pblVariantEquals blVariantEquals;
Undocumented in source.
blVariantGetImplType
pblVariantGetImplType blVariantGetImplType;
Undocumented in source.
blVariantInit
pblVariantInit blVariantInit;
Undocumented in source.
blVariantInitMove
pblVariantInitMove blVariantInitMove;
Undocumented in source.
blVariantInitWeak
pblVariantInitWeak blVariantInitWeak;
Undocumented in source.
blVariantReset
pblVariantReset blVariantReset;
Undocumented in source.

Meta