Home
last modified time | relevance | path

Searched refs:fCurrY (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkNinePatchIter.cpp48 fCurrX = fCurrY = 0; in SkNinePatchIter()
58 const int y = fCurrY; in next()
66 fCurrY += 1; in next()
67 if (fCurrY >= 3) { in next()
DSkScan_AntiPath.cpp68 int fCurrY;
98 fCurrY = SkLeftShift(fTop, SHIFT) - 1; in BaseSuperBlitter()
214 SkASSERT(y != fCurrY || x >= fCurrX); in blitH()
216 SkASSERT(y >= fCurrY); in blitH()
217 if (fCurrY != y) { in blitH()
219 fCurrY = y; in blitH()
381 fCurrY = y - 1; in blitRect()
DSkNinePatchIter.h37 int fCurrY; variable
/external/skia/src/images/
DSkImageDecoder_libgif.cpp58 fCurrY = *fStartYPtr++; in GifInterlaceIter()
65 return fCurrY; in currY()
72 int y = fCurrY + fDeltaY; in next()
88 fCurrY = y; in next()
93 int fCurrY; member in GifInterlaceIter
DSkScaledBitmapSampler.h94 int fCurrY; // used for dithering variable
DSkScaledBitmapSampler.cpp726 fCurrY = 0; in begin()
739 SkASSERT((unsigned)fCurrY < (unsigned)fScaledHeight); in next()
742 fDX * fSrcPixelSize, fCurrY, fCTable); in next()
744 fCurrY += 1; in next()