Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/core/
DSkScan_AntiPath.cpp73 int fCurrY;
94 fCurrY = -1; in BaseSuperBlitter()
98 fCurrY = (ir.fTop << SHIFT) - 1; in BaseSuperBlitter()
193 SkASSERT(y != fCurrY || x >= fCurrX); in blitH()
195 SkASSERT(y >= fCurrY); in blitH()
196 if (fCurrY != y) { in blitH()
198 fCurrY = y; in blitH()
360 fCurrY = y - 1; in blitRect()
/external/skia/src/core/
DSkScan_AntiPath.cpp73 int fCurrY;
94 fCurrY = -1; in BaseSuperBlitter()
98 fCurrY = (ir.fTop << SHIFT) - 1; in BaseSuperBlitter()
193 SkASSERT(y != fCurrY || x >= fCurrX); in blitH()
195 SkASSERT(y >= fCurrY); in blitH()
196 if (fCurrY != y) { in blitH()
198 fCurrY = y; in blitH()
360 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.h81 int fCurrY; // used for dithering variable
DSkScaledBitmapSampler.cpp715 fCurrY = 0; in begin()
722 SkASSERT((unsigned)fCurrY < (unsigned)fScaledHeight); in next()
725 fDX * fSrcPixelSize, fCurrY, fCTable); in next()
727 fCurrY += 1; in next()
/external/chromium_org/third_party/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.h81 int fCurrY; // used for dithering variable
DSkScaledBitmapSampler.cpp715 fCurrY = 0; in begin()
722 SkASSERT((unsigned)fCurrY < (unsigned)fScaledHeight); in next()
725 fDX * fSrcPixelSize, fCurrY, fCTable); in next()
727 fCurrY += 1; in next()