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

/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Darc.c41 VGPaint vgPaint; local in function:init
48 vgPaint = vgCreatePaint();
49 vgSetParameteri(vgPaint, VG_PAINT_TYPE, VG_PAINT_TYPE_COLOR);
50 vgSetColor(vgPaint, 0x00ff00ff);
51 vgSetPaint(vgPaint, VG_FILL_PATH);

Completed in 2 milliseconds