bindbc.nanovg.funcs

Undocumented in source.

Members

Aliases

da_nvgAddFallbackFont
alias da_nvgAddFallbackFont = int function(NVGcontext* ctx, const(char*) baseFont, const(char*) fallbackFont)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgAddFallbackFontId
alias da_nvgAddFallbackFontId = int function(NVGcontext* ctx, int baseFont, int fallbackFont)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgArc
alias da_nvgArc = void function(NVGcontext* ctx, float cx, float cy, float r, float a0, float a1, int dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgArcTo
alias da_nvgArcTo = void function(NVGcontext* ctx, float x1, float y1, float x2, float y2, float radius)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgBeginFrame
alias da_nvgBeginFrame = void function(NVGcontext* ctx, int windowWidth, int windowHeight, float devicePixelRatio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgBeginPath
alias da_nvgBeginPath = void function(NVGcontext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgBezierTo
alias da_nvgBezierTo = void function(NVGcontext* ctx, float c1x, float c1y, float c2x, float c2y, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgBoxGradient
alias da_nvgBoxGradient = NVGpaint function(NVGcontext* ctx, float x, float y, float w, float h, float r, float f, NVGcolor icol, NVGcolor ocol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgCancelFrame
alias da_nvgCancelFrame = void function(NVGcontext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgCircle
alias da_nvgCircle = void function(NVGcontext* ctx, float cx, float cy, float r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgClosePath
alias da_nvgClosePath = void function(NVGcontext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgCreateFont
alias da_nvgCreateFont = int function(NVGcontext* ctx, const(char*) name, const(char*) filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgCreateFontMem
alias da_nvgCreateFontMem = int function(NVGcontext* ctx, const(char*) name, ubyte* data, int ndata, int freeData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgCreateGL2
alias da_nvgCreateGL2 = NVGcontext* function(int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgCreateGL3
alias da_nvgCreateGL3 = NVGcontext* function(int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgCreateGLES2
alias da_nvgCreateGLES2 = NVGcontext* function(int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgCreateImage
alias da_nvgCreateImage = int function(NVGcontext* ctx, const(char*) filename, int imageFlags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgCreateImageMem
alias da_nvgCreateImageMem = int function(NVGcontext* ctx, int imageFlags, ubyte* data, int ndata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgCreateImageRGBA
alias da_nvgCreateImageRGBA = int function(NVGcontext* ctx, int w, int h, int imageFlags, const ubyte* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgCreateInternal
alias da_nvgCreateInternal = NVGcontext* function(NVGparams* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgCurrentTransform
alias da_nvgCurrentTransform = void function(NVGcontext* ctx, float* xform)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgDebugDumpPathCache
alias da_nvgDebugDumpPathCache = void function(NVGcontext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgDegToRad
alias da_nvgDegToRad = float function(float deg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgDeleteGL2
alias da_nvgDeleteGL2 = void function(NVGcontext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgDeleteGL3
alias da_nvgDeleteGL3 = void function(NVGcontext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgDeleteGLES2
alias da_nvgDeleteGLES2 = void function(NVGcontext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgDeleteImage
alias da_nvgDeleteImage = void function(NVGcontext* ctx, int image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgDeleteInternal
alias da_nvgDeleteInternal = void function(NVGcontext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgEllipse
alias da_nvgEllipse = void function(NVGcontext* ctx, float cx, float cy, float rx, float ry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgEndFrame
alias da_nvgEndFrame = void function(NVGcontext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgFill
alias da_nvgFill = void function(NVGcontext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgFillColor
alias da_nvgFillColor = void function(NVGcontext* ctx, NVGcolor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgFillPaint
alias da_nvgFillPaint = void function(NVGcontext* ctx, NVGpaint paint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgFindFont
alias da_nvgFindFont = int function(NVGcontext* ctx, const(char*) name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgFontBlur
alias da_nvgFontBlur = void function(NVGcontext* ctx, float blur)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgFontFace
alias da_nvgFontFace = void function(NVGcontext* ctx, const(char*) font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgFontFaceId
alias da_nvgFontFaceId = void function(NVGcontext* ctx, int font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgFontSize
alias da_nvgFontSize = void function(NVGcontext* ctx, float size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgGlobalAlpha
alias da_nvgGlobalAlpha = void function(NVGcontext* ctx, float alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgGlobalCompositeBlendFunc
alias da_nvgGlobalCompositeBlendFunc = void function(NVGcontext* ctx, int sfactor, int dfactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgGlobalCompositeBlendFuncSeparate
alias da_nvgGlobalCompositeBlendFuncSeparate = void function(NVGcontext* ctx, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgGlobalCompositeOperation
alias da_nvgGlobalCompositeOperation = void function(NVGcontext* ctx, int op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgHSL
alias da_nvgHSL = NVGcolor function(float h, float s, float l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgHSLA
alias da_nvgHSLA = NVGcolor function(float h, float s, float l, ubyte a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgImagePattern
alias da_nvgImagePattern = NVGpaint function(NVGcontext* ctx, float ox, float oy, float ex, float ey, float angle, int image, float alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgImageSize
alias da_nvgImageSize = void function(NVGcontext* ctx, int image, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgInternalParams
alias da_nvgInternalParams = NVGparams* function(NVGcontext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgIntersectScissor
alias da_nvgIntersectScissor = void function(NVGcontext* ctx, float x, float y, float w, float h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgLerpRGBA
alias da_nvgLerpRGBA = NVGcolor function(NVGcolor c0, NVGcolor c1, float u)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgLineCap
alias da_nvgLineCap = void function(NVGcontext* ctx, int cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgLineJoin
alias da_nvgLineJoin = void function(NVGcontext* ctx, int join)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgLineTo
alias da_nvgLineTo = void function(NVGcontext* ctx, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgLinearGradient
alias da_nvgLinearGradient = NVGpaint function(NVGcontext* ctx, float sx, float sy, float ex, float ey, NVGcolor icol, NVGcolor ocol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgMiterLimit
alias da_nvgMiterLimit = void function(NVGcontext* ctx, float limit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgMoveTo
alias da_nvgMoveTo = void function(NVGcontext* ctx, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgPathWinding
alias da_nvgPathWinding = void function(NVGcontext* ctx, int dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgQuadTo
alias da_nvgQuadTo = void function(NVGcontext* ctx, float cx, float cy, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgRGB
alias da_nvgRGB = NVGcolor function(ubyte r, ubyte g, ubyte b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgRGBA
alias da_nvgRGBA = NVGcolor function(ubyte r, ubyte g, ubyte b, ubyte a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgRGBAf
alias da_nvgRGBAf = NVGcolor function(float r, float g, float b, float a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgRGBf
alias da_nvgRGBf = NVGcolor function(float r, float g, float b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgRadToDeg
alias da_nvgRadToDeg = float function(float rad)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgRadialGradient
alias da_nvgRadialGradient = NVGpaint function(NVGcontext* ctx, float cx, float cy, float inr, float outr, NVGcolor icol, NVGcolor ocol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgRect
alias da_nvgRect = void function(NVGcontext* ctx, float x, float y, float w, float h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgReset
alias da_nvgReset = void function(NVGcontext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgResetScissor
alias da_nvgResetScissor = void function(NVGcontext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgResetTransform
alias da_nvgResetTransform = void function(NVGcontext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgRestore
alias da_nvgRestore = void function(NVGcontext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgRotate
alias da_nvgRotate = void function(NVGcontext* ctx, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgRoundedRect
alias da_nvgRoundedRect = void function(NVGcontext* ctx, float x, float y, float w, float h, float r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgRoundedRectVarying
alias da_nvgRoundedRectVarying = void function(NVGcontext* ctx, float x, float y, float w, float h, float radTopLeft, float radTopRight, float radBottomRight, float radBottomLeft)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgSave
alias da_nvgSave = void function(NVGcontext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgScale
alias da_nvgScale = void function(NVGcontext* ctx, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgScissor
alias da_nvgScissor = void function(NVGcontext* ctx, float x, float y, float w, float h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgSkewX
alias da_nvgSkewX = void function(NVGcontext* ctx, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgSkewY
alias da_nvgSkewY = void function(NVGcontext* ctx, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgStroke
alias da_nvgStroke = void function(NVGcontext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgStrokeColor
alias da_nvgStrokeColor = void function(NVGcontext* ctx, NVGcolor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgStrokePaint
alias da_nvgStrokePaint = void function(NVGcontext* ctx, NVGpaint paint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgStrokeWidth
alias da_nvgStrokeWidth = void function(NVGcontext* ctx, float size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgText
alias da_nvgText = float function(NVGcontext* ctx, float x, float y, const(char*) str, const(char*) end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTextAlign
alias da_nvgTextAlign = void function(NVGcontext* ctx, int _align)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTextBounds
alias da_nvgTextBounds = float function(NVGcontext* ctx, float x, float y, const(char*) str, const(char*) end, float* bounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTextBox
alias da_nvgTextBox = void function(NVGcontext* ctx, float x, float y, float breakRowWidth, const(char*) str, const(char*) end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTextBoxBounds
alias da_nvgTextBoxBounds = void function(NVGcontext* ctx, float x, float y, float breakRowWidth, const(char*) str, const(char*) end, float* bounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTextBreakLines
alias da_nvgTextBreakLines = int function(NVGcontext* ctx, const(char*) str, const(char*) end, float breakRowWidth, NVGtextRow* rows, int maxRows)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTextGlyphPositions
alias da_nvgTextGlyphPositions = int function(NVGcontext* ctx, float x, float y, const(char*) str, const(char*) end, NVGglyphPosition* positions, int maxPositions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTextLetterSpacing
alias da_nvgTextLetterSpacing = void function(NVGcontext* ctx, float spacing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTextLineHeight
alias da_nvgTextLineHeight = void function(NVGcontext* ctx, float lineHeight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTextMetrics
alias da_nvgTextMetrics = void function(NVGcontext* ctx, float* ascender, float* descender, float* lineh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTransRGBA
alias da_nvgTransRGBA = NVGcolor function(NVGcolor c0, ubyte a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTransRGBAf
alias da_nvgTransRGBAf = NVGcolor function(NVGcolor c0, float a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTransform
alias da_nvgTransform = void function(NVGcontext* ctx, float a, float b, float c, float d, float e, float f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTransformIdentity
alias da_nvgTransformIdentity = void function(float* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTransformInverse
alias da_nvgTransformInverse = int function(float* dst, const float* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTransformMultiply
alias da_nvgTransformMultiply = void function(float* dst, const float* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTransformPoint
alias da_nvgTransformPoint = void function(float* dstx, float* dsty, const float* xform, float srcx, float srcy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTransformPremultiply
alias da_nvgTransformPremultiply = void function(float* dst, const float* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTransformRotate
alias da_nvgTransformRotate = void function(float* dst, float a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTransformScale
alias da_nvgTransformScale = void function(float* dst, float sx, float sy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTransformSkewX
alias da_nvgTransformSkewX = void function(float* dst, float a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTransformSkewY
alias da_nvgTransformSkewY = void function(float* dst, float a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTransformTranslate
alias da_nvgTransformTranslate = void function(float* dst, float tx, float ty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgTranslate
alias da_nvgTranslate = void function(NVGcontext* ctx, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvgUpdateImage
alias da_nvgUpdateImage = void function(NVGcontext* ctx, int image, const ubyte* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvglCreateImageFromHandleGL3
alias da_nvglCreateImageFromHandleGL3 = int function(NVGcontext* ctx, uint textureId, int w, int h, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvglCreateImageFromHandleGLES2
alias da_nvglCreateImageFromHandleGLES2 = int function(NVGcontext* ctx, uint textureId, int w, int h, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvglImageHandleGL2
alias da_nvglImageHandleGL2 = uint function(NVGcontext* ctx, int image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_nvglImageHandleGL3
alias da_nvglImageHandleGL3 = uint function(NVGcontext* ctx, int image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

nvgAddFallbackFont
da_nvgAddFallbackFont nvgAddFallbackFont;
Undocumented in source.
nvgAddFallbackFontId
da_nvgAddFallbackFontId nvgAddFallbackFontId;
Undocumented in source.
nvgArc
da_nvgArc nvgArc;
Undocumented in source.
nvgArcTo
da_nvgArcTo nvgArcTo;
Undocumented in source.
nvgBeginFrame
da_nvgBeginFrame nvgBeginFrame;
Undocumented in source.
nvgBeginPath
da_nvgBeginPath nvgBeginPath;
Undocumented in source.
nvgBezierTo
da_nvgBezierTo nvgBezierTo;
Undocumented in source.
nvgBoxGradient
da_nvgBoxGradient nvgBoxGradient;
Undocumented in source.
nvgCancelFrame
da_nvgCancelFrame nvgCancelFrame;
Undocumented in source.
nvgCircle
da_nvgCircle nvgCircle;
Undocumented in source.
nvgClosePath
da_nvgClosePath nvgClosePath;
Undocumented in source.
nvgCreateFont
da_nvgCreateFont nvgCreateFont;
Undocumented in source.
nvgCreateFontMem
da_nvgCreateFontMem nvgCreateFontMem;
Undocumented in source.
nvgCreateGL2
da_nvgCreateGL2 nvgCreateGL2;
Undocumented in source.
nvgCreateGL3
da_nvgCreateGL3 nvgCreateGL3;
Undocumented in source.
nvgCreateGLES2
da_nvgCreateGLES2 nvgCreateGLES2;
Undocumented in source.
nvgCreateImage
da_nvgCreateImage nvgCreateImage;
Undocumented in source.
nvgCreateImageMem
da_nvgCreateImageMem nvgCreateImageMem;
Undocumented in source.
nvgCreateImageRGBA
da_nvgCreateImageRGBA nvgCreateImageRGBA;
Undocumented in source.
nvgCreateInternal
da_nvgCreateInternal nvgCreateInternal;
Undocumented in source.
nvgCurrentTransform
da_nvgCurrentTransform nvgCurrentTransform;
Undocumented in source.
nvgDebugDumpPathCache
da_nvgDebugDumpPathCache nvgDebugDumpPathCache;
Undocumented in source.
nvgDegToRad
da_nvgDegToRad nvgDegToRad;
Undocumented in source.
nvgDeleteGL2
da_nvgDeleteGL2 nvgDeleteGL2;
Undocumented in source.
nvgDeleteGL3
da_nvgDeleteGL3 nvgDeleteGL3;
Undocumented in source.
nvgDeleteGLES2
da_nvgDeleteGLES2 nvgDeleteGLES2;
Undocumented in source.
nvgDeleteImage
da_nvgDeleteImage nvgDeleteImage;
Undocumented in source.
nvgDeleteInternal
da_nvgDeleteInternal nvgDeleteInternal;
Undocumented in source.
nvgEllipse
da_nvgEllipse nvgEllipse;
Undocumented in source.
nvgEndFrame
da_nvgEndFrame nvgEndFrame;
Undocumented in source.
nvgFill
da_nvgFill nvgFill;
Undocumented in source.
nvgFillColor
da_nvgFillColor nvgFillColor;
Undocumented in source.
nvgFillPaint
da_nvgFillPaint nvgFillPaint;
Undocumented in source.
nvgFindFont
da_nvgFindFont nvgFindFont;
Undocumented in source.
nvgFontBlur
da_nvgFontBlur nvgFontBlur;
Undocumented in source.
nvgFontFace
da_nvgFontFace nvgFontFace;
Undocumented in source.
nvgFontFaceId
da_nvgFontFaceId nvgFontFaceId;
Undocumented in source.
nvgFontSize
da_nvgFontSize nvgFontSize;
Undocumented in source.
nvgGlobalAlpha
da_nvgGlobalAlpha nvgGlobalAlpha;
Undocumented in source.
nvgGlobalCompositeBlendFunc
da_nvgGlobalCompositeBlendFunc nvgGlobalCompositeBlendFunc;
Undocumented in source.
nvgGlobalCompositeBlendFuncSeparate
da_nvgGlobalCompositeBlendFuncSeparate nvgGlobalCompositeBlendFuncSeparate;
Undocumented in source.
nvgGlobalCompositeOperation
da_nvgGlobalCompositeOperation nvgGlobalCompositeOperation;
Undocumented in source.
nvgHSL
da_nvgHSL nvgHSL;
Undocumented in source.
nvgHSLA
da_nvgHSLA nvgHSLA;
Undocumented in source.
nvgImagePattern
da_nvgImagePattern nvgImagePattern;
Undocumented in source.
nvgImageSize
da_nvgImageSize nvgImageSize;
Undocumented in source.
nvgInternalParams
da_nvgInternalParams nvgInternalParams;
Undocumented in source.
nvgIntersectScissor
da_nvgIntersectScissor nvgIntersectScissor;
Undocumented in source.
nvgLerpRGBA
da_nvgLerpRGBA nvgLerpRGBA;
Undocumented in source.
nvgLineCap
da_nvgLineCap nvgLineCap;
Undocumented in source.
nvgLineJoin
da_nvgLineJoin nvgLineJoin;
Undocumented in source.
nvgLineTo
da_nvgLineTo nvgLineTo;
Undocumented in source.
nvgLinearGradient
da_nvgLinearGradient nvgLinearGradient;
Undocumented in source.
nvgMiterLimit
da_nvgMiterLimit nvgMiterLimit;
Undocumented in source.
nvgMoveTo
da_nvgMoveTo nvgMoveTo;
Undocumented in source.
nvgPathWinding
da_nvgPathWinding nvgPathWinding;
Undocumented in source.
nvgQuadTo
da_nvgQuadTo nvgQuadTo;
Undocumented in source.
nvgRGB
da_nvgRGB nvgRGB;
Undocumented in source.
nvgRGBA
da_nvgRGBA nvgRGBA;
Undocumented in source.
nvgRGBAf
da_nvgRGBAf nvgRGBAf;
Undocumented in source.
nvgRGBf
da_nvgRGBf nvgRGBf;
Undocumented in source.
nvgRadToDeg
da_nvgRadToDeg nvgRadToDeg;
Undocumented in source.
nvgRadialGradient
da_nvgRadialGradient nvgRadialGradient;
Undocumented in source.
nvgRect
da_nvgRect nvgRect;
Undocumented in source.
nvgReset
da_nvgReset nvgReset;
Undocumented in source.
nvgResetScissor
da_nvgResetScissor nvgResetScissor;
Undocumented in source.
nvgResetTransform
da_nvgResetTransform nvgResetTransform;
Undocumented in source.
nvgRestore
da_nvgRestore nvgRestore;
Undocumented in source.
nvgRotate
da_nvgRotate nvgRotate;
Undocumented in source.
nvgRoundedRect
da_nvgRoundedRect nvgRoundedRect;
Undocumented in source.
nvgRoundedRectVarying
da_nvgRoundedRectVarying nvgRoundedRectVarying;
Undocumented in source.
nvgSave
da_nvgSave nvgSave;
Undocumented in source.
nvgScale
da_nvgScale nvgScale;
Undocumented in source.
nvgScissor
da_nvgScissor nvgScissor;
Undocumented in source.
nvgSkewX
da_nvgSkewX nvgSkewX;
Undocumented in source.
nvgSkewY
da_nvgSkewY nvgSkewY;
Undocumented in source.
nvgStroke
da_nvgStroke nvgStroke;
Undocumented in source.
nvgStrokeColor
da_nvgStrokeColor nvgStrokeColor;
Undocumented in source.
nvgStrokePaint
da_nvgStrokePaint nvgStrokePaint;
Undocumented in source.
nvgStrokeWidth
da_nvgStrokeWidth nvgStrokeWidth;
Undocumented in source.
nvgText
da_nvgText nvgText;
Undocumented in source.
nvgTextAlign
da_nvgTextAlign nvgTextAlign;
Undocumented in source.
nvgTextBounds
da_nvgTextBounds nvgTextBounds;
Undocumented in source.
nvgTextBox
da_nvgTextBox nvgTextBox;
Undocumented in source.
nvgTextBoxBounds
da_nvgTextBoxBounds nvgTextBoxBounds;
Undocumented in source.
nvgTextBreakLines
da_nvgTextBreakLines nvgTextBreakLines;
Undocumented in source.
nvgTextGlyphPositions
da_nvgTextGlyphPositions nvgTextGlyphPositions;
Undocumented in source.
nvgTextLetterSpacing
da_nvgTextLetterSpacing nvgTextLetterSpacing;
Undocumented in source.
nvgTextLineHeight
da_nvgTextLineHeight nvgTextLineHeight;
Undocumented in source.
nvgTextMetrics
da_nvgTextMetrics nvgTextMetrics;
Undocumented in source.
nvgTransRGBA
da_nvgTransRGBA nvgTransRGBA;
Undocumented in source.
nvgTransRGBAf
da_nvgTransRGBAf nvgTransRGBAf;
Undocumented in source.
nvgTransform
da_nvgTransform nvgTransform;
Undocumented in source.
nvgTransformIdentity
da_nvgTransformIdentity nvgTransformIdentity;
Undocumented in source.
nvgTransformInverse
da_nvgTransformInverse nvgTransformInverse;
Undocumented in source.
nvgTransformMultiply
da_nvgTransformMultiply nvgTransformMultiply;
Undocumented in source.
nvgTransformPoint
da_nvgTransformPoint nvgTransformPoint;
Undocumented in source.
nvgTransformPremultiply
da_nvgTransformPremultiply nvgTransformPremultiply;
Undocumented in source.
nvgTransformRotate
da_nvgTransformRotate nvgTransformRotate;
Undocumented in source.
nvgTransformScale
da_nvgTransformScale nvgTransformScale;
Undocumented in source.
nvgTransformSkewX
da_nvgTransformSkewX nvgTransformSkewX;
Undocumented in source.
nvgTransformSkewY
da_nvgTransformSkewY nvgTransformSkewY;
Undocumented in source.
nvgTransformTranslate
da_nvgTransformTranslate nvgTransformTranslate;
Undocumented in source.
nvgTranslate
da_nvgTranslate nvgTranslate;
Undocumented in source.
nvgUpdateImage
da_nvgUpdateImage nvgUpdateImage;
Undocumented in source.
nvglCreateImageFromHandleGL3
da_nvglCreateImageFromHandleGL3 nvglCreateImageFromHandleGL3;
Undocumented in source.
nvglCreateImageFromHandleGLES2
da_nvglCreateImageFromHandleGLES2 nvglCreateImageFromHandleGLES2;
Undocumented in source.
nvglImageHandleGL2
da_nvglImageHandleGL2 nvglImageHandleGL2;
Undocumented in source.
nvglImageHandleGL3
da_nvglImageHandleGL3 nvglImageHandleGL3;
Undocumented in source.

Meta