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

/external/skia/src/images/
H A DSkScaledBitmapSampler.h61 int fCurrY; // used for dithering member in class:SkScaledBitmapSampler
H A DSkImageDecoder_libgif.cpp48 fCurrY = *fStartYPtr++;
55 return fCurrY;
62 int y = fCurrY + fDeltaY;
78 fCurrY = y;
83 int fCurrY; member in class:GifInterlaceIter
H A DSkScaledBitmapSampler.cpp419 fCurrY = 0;
424 SkASSERT((unsigned)fCurrY < (unsigned)fScaledHeight);
427 fDX * fSrcPixelSize, fCurrY, fCTable);
429 fCurrY += 1;
/external/skia/src/core/
H A DSkScan_AntiPath.cpp78 int fCurrY; member in class:BaseSuperBlitter
99 fCurrY = -1;
103 fCurrY = (ir.fTop << SHIFT) - 1;
200 SkASSERT(y != fCurrY || x >= fCurrX);
202 SkASSERT(y >= fCurrY);
203 if (fCurrY != y) {
205 fCurrY = y;
365 fCurrY = y - 1;

Completed in 160 milliseconds