Searched refs:fDstRow (Results 1 – 4 of 4) sorted by relevance
193 void setDstRow(void* dst) { fDstRow = dst; } in setDstRow()203 return fDstRow; in getDstRow()245 void* fDstRow; variable
421 , fDstRow(dst) in SkSwizzler()430 SkASSERT(fDstRow != NULL); in next()435 const ResultAlpha result = fRowProc(fDstRow, src, fDstInfo.width(), in next()440 fDstRow = SkTAddOffset<void>(fDstRow, fDstRowBytes); in next()451 void* row = SkTAddOffset<void>(fDstRow, y*fDstRowBytes); in next()
587 fDstRow = NULL; in SkScaledBitmapSampler()724 fDstRow = (char*)dst->getPixels(); in begin()741 bool hadAlpha = fRowProc(fDstRow, src + fX0 * fSrcPixelSize, fScaledWidth, in next()743 fDstRow += fDstRowBytes; in next()768 char* dstRow = fDstRow + dstY * fDstRowBytes; in sampleInterlaced()
92 char* fDstRow; // points into bitmap's pixels variable