OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCurrY
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/images/
SkScaledBitmapSampler.h
54
int
fCurrY
; // used for dithering
SkImageDecoder_libgif.cpp
56
fCurrY
= *fStartYPtr++;
63
return
fCurrY
;
70
int y =
fCurrY
+ fDeltaY;
86
fCurrY
= y;
91
int
fCurrY
;
SkScaledBitmapSampler.cpp
426
fCurrY
= 0;
431
SkASSERT((unsigned)
fCurrY
< (unsigned)fScaledHeight);
434
fDX * fSrcPixelSize,
fCurrY
, fCTable);
436
fCurrY
+= 1;
/external/skia/src/core/
SkScan_AntiPath.cpp
68
int
fCurrY
;
84
fCurrY
= -1;
154
SkASSERT(y !=
fCurrY
|| x >= fCurrX);
156
SkASSERT(y >=
fCurrY
);
157
if (
fCurrY
!= y) {
159
fCurrY
= y;
Completed in 60 milliseconds