OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iRadius
(Results
1 - 3
of
3
) sorted by null
/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
...]
/external/skia/samplecode/
SampleAndroidShadows.cpp
244
uint16_t
iRadius
= (uint16_t)(radius*4.0f);
247
iRadius
>> 8,
iRadius
& 0xff,
397
uint16_t
iRadius
= (uint16_t)(radius*4.0f);
400
iRadius
>> 8,
iRadius
& 0xff,
/external/ImageMagick/MagickCore/
accelerate.c
[
all
...]
Completed in 113 milliseconds