OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fCurrY
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/images/
SkScaledBitmapSampler.h
81
int
fCurrY
; // used for dithering
SkImageDecoder_libgif.cpp
58
fCurrY
= *fStartYPtr++;
65
return
fCurrY
;
72
int y =
fCurrY
+ fDeltaY;
88
fCurrY
= y;
93
int
fCurrY
;
/external/skia/src/images/
SkScaledBitmapSampler.h
81
int
fCurrY
; // used for dithering
SkImageDecoder_libgif.cpp
58
fCurrY
= *fStartYPtr++;
65
return
fCurrY
;
72
int y =
fCurrY
+ fDeltaY;
88
fCurrY
= y;
93
int
fCurrY
;
/external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp
73
int
fCurrY
;
94
fCurrY
= -1;
98
fCurrY
= (ir.fTop << SHIFT) - 1;
193
SkASSERT(y !=
fCurrY
|| x >= fCurrX);
195
SkASSERT(y >=
fCurrY
);
196
if (
fCurrY
!= y) {
198
fCurrY
= y;
360
fCurrY
= y - 1;
/external/skia/src/core/
SkScan_AntiPath.cpp
73
int
fCurrY
;
94
fCurrY
= -1;
98
fCurrY
= (ir.fTop << SHIFT) - 1;
193
SkASSERT(y !=
fCurrY
|| x >= fCurrX);
195
SkASSERT(y >=
fCurrY
);
196
if (
fCurrY
!= y) {
198
fCurrY
= y;
360
fCurrY
= y - 1;
Completed in 308 milliseconds