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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_points.c195 GLint iRadius; local in function:sprite_point
199 iRadius = iSize / 2;
203 xmin = (GLint) (x - iRadius);
204 xmax = (GLint) (x + iRadius);
205 ymin = (GLint) (y - iRadius);
206 ymax = (GLint) (y + iRadius);
211 xmin = (GLint) (x + 0.501F) - iRadius;
213 ymin = (GLint) (y + 0.501F) - iRadius;
411 GLint iRadius; local in function:large_point
414 iRadius
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_points.c188 GLint iRadius; local in function:sprite_point
192 iRadius = iSize / 2;
196 xmin = (GLint) (x - iRadius);
197 xmax = (GLint) (x + iRadius);
198 ymin = (GLint) (y - iRadius);
199 ymax = (GLint) (y + iRadius);
204 xmin = (GLint) (x + 0.501F) - iRadius;
206 ymin = (GLint) (y + 0.501F) - iRadius;
404 GLint iRadius; local in function:large_point
407 iRadius
[all...]

Completed in 4 milliseconds