Searched defs:paintModes (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_paint.c52 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 Dapi_masks.c114 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 Dapi_text.c151 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 Dapi_path.c467 void vegaDrawPath(VGPath path, VGbitfield paintModes) argument
477 if (!(paintModes & (VG_STROKE_PATH | VG_FILL_PATH))) {
484 path_render(p, paintModes,
H A Dtext.c93 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 Dpath.c1548 void path_render(struct path *p, VGbitfield paintModes, argument
1564 if ((paintModes & VG_FILL_PATH) &&
1577 if ((paintModes & VG_STROKE_PATH) &&
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_paint.c52 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 Dapi_masks.c114 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 Dapi_text.c151 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 Dapi_path.c467 void vegaDrawPath(VGPath path, VGbitfield paintModes) argument
477 if (!(paintModes & (VG_STROKE_PATH | VG_FILL_PATH))) {
484 path_render(p, paintModes,
H A Dtext.c93 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 Dpath.c1548 void path_render(struct path *p, VGbitfield paintModes, argument
1564 if ((paintModes & VG_FILL_PATH) &&
1577 if ((paintModes & VG_STROKE_PATH) &&

Completed in 2404 milliseconds