OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yTemp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.cpp
763
int
yTemp
;
777
yTemp
= SkScalarFloorToInt(pt.fY * s.fBitmap->height());
779
yTemp
= SkScalarFloorToInt(pt.fY);
782
yTemp
= s.fFilterOneY + y;
788
iY0 = SkClampMax(
yTemp
, stopY-1);
791
iY0 = sk_int_mod(
yTemp
, stopY);
795
iY0 = sk_int_mirror(
yTemp
, stopY);
[
all
...]
/external/skia/src/core/
SkBitmapProcState.cpp
763
int
yTemp
;
777
yTemp
= SkScalarFloorToInt(pt.fY * s.fBitmap->height());
779
yTemp
= SkScalarFloorToInt(pt.fY);
782
yTemp
= s.fFilterOneY + y;
788
iY0 = SkClampMax(
yTemp
, stopY-1);
791
iY0 = sk_int_mod(
yTemp
, stopY);
795
iY0 = sk_int_mirror(
yTemp
, stopY);
[
all
...]
Completed in 25 milliseconds