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

/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Droundedrect.c25 static const VGfloat sqrCoords[] = { local in function:init
38 vgAppendPathData(path, 10, sqrCmds, sqrCoords);
H A Dlineto.c16 static const VGfloat sqrCoords[5] = {50.0f, 50.0f, 250.0f, 250.0f, 50.0f}; local in function:init
19 vgAppendPathData(path, 5, sqrCmds, sqrCoords);
H A Dmask.c16 static const VGfloat sqrCoords[5] = {50.0f, 50.0f, 250.0f, 250.0f, 50.0f}; local in function:init
19 vgAppendPathData(path, 5, sqrCmds, sqrCoords);
H A Dlingrad.c19 static const VGfloat sqrCoords[5] = {0.0f, 0.0f, 400.0f, 400.0f, 0.0f}; local in function:init
29 vgAppendPathData(path, 5, sqrCmds, sqrCoords);
H A Dradialgrad.c24 static const VGfloat sqrCoords[5] = {0.0f, 0.0f, 400.0f, 400.0f, 0.0f}; local in function:init
33 vgAppendPathData(path, 5, sqrCmds, sqrCoords);
H A Dpaint.c78 static const VGfloat sqrCoords[5] = {0.0f, 0.0f, 100.0f, 100.0f, 0.0f}; local in function:init
82 vgAppendPathData(path, 5, sqrCmds, sqrCoords);

Completed in 6 milliseconds