Home
last modified time | relevance | path

Searched refs:ggl_rasterPos2x (Results 1 – 1 of 1) sorted by relevance

/system/core/libpixelflinger/
Draster.cpp27 static void ggl_rasterPos2x(void* con, GGLfixed x, GGLfixed y);
40 void ggl_rasterPos2x(void* con, GGLfixed x, GGLfixed y) in ggl_rasterPos2x() function
50 ggl_rasterPos2x(con, gglIntToFixed(x), gglIntToFixed(y)); in ggl_rasterPos2i()