st/vega: Update to latest headers.
This commit is contained in:
+12
-12
@@ -79,15 +79,15 @@ void, Translate, VGfloat tx, VGfloat ty
|
||||
void, WritePixels, const void *data, VGint dataStride, VGImageFormat dataFormat, VGint dx, VGint dy, VGint width, VGint height
|
||||
|
||||
## OpenVG 1.1
|
||||
#void, ClearGlyph, VGFont font,VGuint glyphIndex
|
||||
#void, CopyMask, VGMaskLayer maskLayer, VGint dx, VGint dy, VGint sx, VGint sy, VGint width, VGint height
|
||||
#VGFont, CreateFont, VGint glyphCapacityHint
|
||||
#VGMaskLayer, CreateMaskLayer, VGint width, VGint height
|
||||
#void, DestroyFont, VGFont font
|
||||
#void, DestroyMaskLayer, VGMaskLayer maskLayer
|
||||
#void, DrawGlyph, VGFont font, VGuint glyphIndex, VGbitfield paintModes, VGboolean allowAutoHinting
|
||||
#void, DrawGlyphs, VGFont font, VGint glyphCount, const VGuint *glyphIndices, const VGfloat *adjustments_x, const VGfloat *adjustments_y, VGbitfield paintModes, VGboolean allowAutoHinting
|
||||
#void, FillMaskLayer, VGMaskLayer maskLayer, VGint x, VGint y, VGint width, VGint height, VGfloat value
|
||||
#void, RenderToMask, VGPath path, VGbitfield paintModes, VGMaskOperation operation
|
||||
#void, SetGlyphToImage, VGFont font, VGuint glyphIndex, VGImage image, const VGfloat glyphOrigin[2], const VGfloat escapement[2]
|
||||
#void, SetGlyphToPath, VGFont font, VGuint glyphIndex, VGPath path, VGboolean isHinted, const VGfloat glyphOrigin[2], const VGfloat escapement[2]
|
||||
void, ClearGlyph, VGFont font, VGuint glyphIndex
|
||||
void, CopyMask, VGMaskLayer maskLayer, VGint dx, VGint dy, VGint sx, VGint sy, VGint width, VGint height
|
||||
VGFont, CreateFont, VGint glyphCapacityHint
|
||||
VGMaskLayer, CreateMaskLayer, VGint width, VGint height
|
||||
void, DestroyFont, VGFont font
|
||||
void, DestroyMaskLayer, VGMaskLayer maskLayer
|
||||
void, DrawGlyph, VGFont font, VGuint glyphIndex, VGbitfield paintModes, VGboolean allowAutoHinting
|
||||
void, DrawGlyphs, VGFont font, VGint glyphCount, const VGuint *glyphIndices, const VGfloat *adjustments_x, const VGfloat *adjustments_y, VGbitfield paintModes, VGboolean allowAutoHinting
|
||||
void, FillMaskLayer, VGMaskLayer maskLayer, VGint x, VGint y, VGint width, VGint height, VGfloat value
|
||||
void, RenderToMask, VGPath path, VGbitfield paintModes, VGMaskOperation operation
|
||||
void, SetGlyphToImage, VGFont font, VGuint glyphIndex, VGImage image, const VGfloat glyphOrigin[2], const VGfloat escapement[2]
|
||||
void, SetGlyphToPath, VGFont font, VGuint glyphIndex, VGPath path, VGboolean isHinted, const VGfloat glyphOrigin[2], const VGfloat escapement[2]
|
||||
|
||||
|
Reference in New Issue
Block a user