Searched defs:fCurrY (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkNinePatchIter.h37 int fCurrY; member in class:SkNinePatchIter
H A DSkScan_AntiPath.cpp68 int fCurrY; member in class:BaseSuperBlitter
98 fCurrY = SkLeftShift(fTop, SHIFT) - 1;
214 SkASSERT(y != fCurrY || x >= fCurrX);
216 SkASSERT(y >= fCurrY);
217 if (fCurrY != y) {
219 fCurrY = y;
381 fCurrY = y - 1;
/external/skia/src/images/
H A DSkScaledBitmapSampler.h94 int fCurrY; // used for dithering member in class:SkScaledBitmapSampler
H A DSkImageDecoder_libgif.cpp58 fCurrY = *fStartYPtr++;
65 return fCurrY;
72 int y = fCurrY + fDeltaY;
88 fCurrY = y;
93 int fCurrY; member in class:GifInterlaceIter

Completed in 138 milliseconds