Searched refs:sqrCmds (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Droundedrect.c15 static const VGubyte sqrCmds[10] = {VG_MOVE_TO_ABS, local in function:init
38 vgAppendPathData(path, 10, sqrCmds, sqrCoords);
H A Dlineto.c15 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 Dmask.c15 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 Dlingrad.c18 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 Dradialgrad.c23 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 Dpaint.c77 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