Searched defs:paint_modes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dmask.c421 VGbitfield paint_modes)
434 if (paint_modes & VG_FILL_PATH) {
438 if (paint_modes & VG_STROKE_PATH){
446 VGbitfield paint_modes,
460 mask_layer_render_to(temp_layer, path, paint_modes);
419 mask_layer_render_to(struct vg_mask_layer *layer, struct path *path, VGbitfield paint_modes) argument
445 mask_render_to(struct path *path, VGbitfield paint_modes, VGMaskOperation operation) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmask.c421 VGbitfield paint_modes)
434 if (paint_modes & VG_FILL_PATH) {
438 if (paint_modes & VG_STROKE_PATH){
446 VGbitfield paint_modes,
460 mask_layer_render_to(temp_layer, path, paint_modes);
419 mask_layer_render_to(struct vg_mask_layer *layer, struct path *path, VGbitfield paint_modes) argument
445 mask_render_to(struct path *path, VGbitfield paint_modes, VGMaskOperation operation) argument

Completed in 96 milliseconds