Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkGifInterlaceIter.cpp17 fCurrY = *fStartYPtr++; in SkGifInterlaceIter()
22 int32_t y = fCurrY + fDeltaY; in prepareY()
39 fCurrY = y; in prepareY()
45 int32_t y = fCurrY; in nextY()
DSkSwizzler.cpp423 , fCurrY(0) in SkSwizzler()
429 SkASSERT(0 <= fCurrY && fCurrY < fDstInfo.height()); in next()
436 fDeltaSrc, fCurrY, fColorTable); in next()
439 fCurrY++; in next()
454 return fRowProc(row, src, fDstInfo.width(), fDeltaSrc, fCurrY, in next()
DSkGifInterlaceIter.h31 int32_t fCurrY; variable
DSkSwizzler.h247 int fCurrY; variable
/external/skia/src/core/
DSkScan_AntiPath.cpp68 int fCurrY;
98 fCurrY = (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()
/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()