OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iRadius
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_points.c
196
GLint
iRadius
;
200
iRadius
= iSize / 2;
204
xmin = (GLint) (x -
iRadius
);
205
xmax = (GLint) (x +
iRadius
);
206
ymin = (GLint) (y -
iRadius
);
207
ymax = (GLint) (y +
iRadius
);
212
xmin = (GLint) (x + 0.501) -
iRadius
;
214
ymin = (GLint) (y + 0.501) -
iRadius
;
412
GLint
iRadius
;
415
iRadius
= iSize / 2
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_points.c
196
GLint
iRadius
;
200
iRadius
= iSize / 2;
204
xmin = (GLint) (x -
iRadius
);
205
xmax = (GLint) (x +
iRadius
);
206
ymin = (GLint) (y -
iRadius
);
207
ymax = (GLint) (y +
iRadius
);
212
xmin = (GLint) (x + 0.501) -
iRadius
;
214
ymin = (GLint) (y + 0.501) -
iRadius
;
412
GLint
iRadius
;
415
iRadius
= iSize / 2
[
all
...]
Completed in 77 milliseconds