Searched refs:paintModes (Results 1 - 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
H A D | text.h | 58 VGbitfield paintModes, 66 VGbitfield paintModes,
|
H A D | api_text.c | 151 VGbitfield paintModes, 161 if (paintModes & (~(VG_STROKE_PATH|VG_FILL_PATH))) { 167 font_draw_glyph(f, glyphIndex, paintModes, allowAutoHinting); 175 VGbitfield paintModes, 198 if (paintModes & (~(VG_STROKE_PATH|VG_FILL_PATH))) { 206 adjustments_x, adjustments_y, paintModes, allowAutoHinting); 149 vegaDrawGlyph(VGFont font, VGuint glyphIndex, VGbitfield paintModes, VGboolean allowAutoHinting) argument 170 vegaDrawGlyphs(VGFont font, VGint glyphCount, const VGuint *glyphIndices, const VGfloat *adjustments_x, const VGfloat *adjustments_y, VGbitfield paintModes, VGboolean allowAutoHinting) argument
|
H A D | api_paint.c | 52 void vegaSetPaint(VGPaint paint, VGbitfield paintModes) argument 64 if (!(paintModes & ((VG_FILL_PATH|VG_STROKE_PATH)))) { 69 if (paintModes & VG_FILL_PATH) { 72 if (paintModes & VG_STROKE_PATH) {
|
H A D | text.c | 93 VGbitfield paintModes, 96 if (glyph->object && paintModes) { 106 path_render((struct path *) glyph->object, paintModes, &m); 196 VGbitfield paintModes, 208 vg_render_glyph(ctx, glyph, paintModes, allowAutoHinting); 217 VGbitfield paintModes, 236 vg_render_glyph(ctx, glyph, paintModes, allowAutoHinting); 91 vg_render_glyph(struct vg_context *ctx, struct vg_glyph *glyph, VGbitfield paintModes, VGboolean allowAutoHinting) argument 194 font_draw_glyph(struct vg_font *font, VGuint glyphIndex, VGbitfield paintModes, VGboolean allowAutoHinting) argument 212 font_draw_glyphs(struct vg_font *font, VGint glyphCount, const VGuint *glyphIndices, const VGfloat *adjustments_x, const VGfloat *adjustments_y, VGbitfield paintModes, VGboolean allowAutoHinting) argument
|
H A D | api_masks.c | 114 VGbitfield paintModes, 123 if (!paintModes || (paintModes&(~(VG_STROKE_PATH|VG_FILL_PATH)))) { 139 mask_render_to(handle_to_path(path), paintModes, operation); local 113 vegaRenderToMask(VGPath path, VGbitfield paintModes, VGMaskOperation operation) argument
|
H A D | path.h | 107 void path_render(struct path *p, VGbitfield paintModes, struct matrix *mat);
|
H A D | api_path.c | 467 void vegaDrawPath(VGPath path, VGbitfield paintModes) argument 477 if (!(paintModes & (VG_STROKE_PATH | VG_FILL_PATH))) { 484 path_render(p, paintModes,
|
H A D | path.c | 1548 void path_render(struct path *p, VGbitfield paintModes, argument 1564 if ((paintModes & VG_FILL_PATH) && 1577 if ((paintModes & VG_STROKE_PATH) &&
|
/external/mesa3d/include/VG/ |
H A D | openvg.h | 567 VGbitfield paintModes, 619 VG_API_CALL void VG_API_ENTRY vgDrawPath(VGPath path, VGbitfield paintModes) VG_API_EXIT; 624 VG_API_CALL void VG_API_ENTRY vgSetPaint(VGPaint paint, VGbitfield paintModes) VG_API_EXIT; 689 VGbitfield paintModes, 696 VGbitfield paintModes,
|
Completed in 533 milliseconds