Searched refs:VG_STROKE_PATH (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_paint.c64 if (!(paintModes & ((VG_FILL_PATH|VG_STROKE_PATH)))) {
72 if (paintModes & VG_STROKE_PATH) {
84 if (paintMode < VG_STROKE_PATH || paintMode > VG_FILL_PATH) {
91 else if (paintMode == VG_STROKE_PATH)
H A Dapi_text.c161 if (paintModes & (~(VG_STROKE_PATH|VG_FILL_PATH))) {
198 if (paintModes & (~(VG_STROKE_PATH|VG_FILL_PATH))) {
H A Dapi_masks.c123 if (!paintModes || (paintModes&(~(VG_STROKE_PATH|VG_FILL_PATH)))) {
H A Dapi_path.c477 if (!(paintModes & (VG_STROKE_PATH | VG_FILL_PATH))) {
H A Dmask.c438 if (paint_modes & VG_STROKE_PATH){
H A Dpath.c1577 if ((paintModes & VG_STROKE_PATH) &&
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_paint.c64 if (!(paintModes & ((VG_FILL_PATH|VG_STROKE_PATH)))) {
72 if (paintModes & VG_STROKE_PATH) {
84 if (paintMode < VG_STROKE_PATH || paintMode > VG_FILL_PATH) {
91 else if (paintMode == VG_STROKE_PATH)
H A Dapi_text.c161 if (paintModes & (~(VG_STROKE_PATH|VG_FILL_PATH))) {
198 if (paintModes & (~(VG_STROKE_PATH|VG_FILL_PATH))) {
H A Dapi_masks.c123 if (!paintModes || (paintModes&(~(VG_STROKE_PATH|VG_FILL_PATH)))) {
H A Dapi_path.c477 if (!(paintModes & (VG_STROKE_PATH | VG_FILL_PATH))) {
H A Dmask.c438 if (paint_modes & VG_STROKE_PATH){
H A Dpath.c1577 if ((paintModes & VG_STROKE_PATH) &&
/external/chromium_org/third_party/mesa/src/include/VG/
H A Dopenvg.h312 VG_STROKE_PATH = (1 << 0), enumerator in enum:__anon12802
/external/mesa3d/include/VG/
H A Dopenvg.h312 VG_STROKE_PATH = (1 << 0), enumerator in enum:__anon23287

Completed in 215 milliseconds