Searched refs:sqrCmds (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| H A D | roundedrect.c | 15 static const VGubyte sqrCmds[10] = {VG_MOVE_TO_ABS, local in function:init 38 vgAppendPathData(path, 10, sqrCmds, sqrCoords);
|
| H A D | lineto.c | 15 static const VGubyte sqrCmds[5] = {VG_MOVE_TO_ABS, VG_HLINE_TO_ABS, VG_VLINE_TO_ABS, VG_HLINE_TO_ABS, VG_CLOSE_PATH}; local in function:init 19 vgAppendPathData(path, 5, sqrCmds, sqrCoords);
|
| H A D | mask.c | 15 static const VGubyte sqrCmds[5] = {VG_MOVE_TO_ABS, VG_HLINE_TO_ABS, VG_VLINE_TO_ABS, VG_HLINE_TO_ABS, VG_CLOSE_PATH}; local in function:init 19 vgAppendPathData(path, 5, sqrCmds, sqrCoords);
|
| H A D | lingrad.c | 18 static const VGubyte sqrCmds[5] = {VG_MOVE_TO_ABS, VG_HLINE_TO_ABS, VG_VLINE_TO_ABS, VG_HLINE_TO_ABS, VG_CLOSE_PATH}; local in function:init 29 vgAppendPathData(path, 5, sqrCmds, sqrCoords);
|
| H A D | radialgrad.c | 23 static const VGubyte sqrCmds[5] = {VG_MOVE_TO_ABS, VG_HLINE_TO_ABS, VG_VLINE_TO_ABS, VG_HLINE_TO_ABS, VG_CLOSE_PATH}; local in function:init 33 vgAppendPathData(path, 5, sqrCmds, sqrCoords);
|
| H A D | paint.c | 77 static const VGubyte sqrCmds[5] = {VG_MOVE_TO_ABS, VG_HLINE_TO_ABS, VG_VLINE_TO_ABS, VG_HLINE_TO_ABS, VG_CLOSE_PATH}; local in function:init 82 vgAppendPathData(path, 5, sqrCmds, sqrCoords);
|
Completed in 8 milliseconds