Searched refs:swizzleWidth (Results 1 – 7 of 7) sorted by relevance
53 int swizzleWidth() const { return fDstWidth; } in swizzleWidth() function
79 int swizzleWidth() const { return fSwizzleWidth; } in swizzleWidth() function
620 for (int i = 0; i < fSwizzler->swizzleWidth(); i++) { in haveDecodedRow()635 for (int i = 0; i < fSwizzler->swizzleWidth(); i++) { in haveDecodedRow()653 const size_t bytesToCopy = fSwizzler->swizzleWidth() * bytesPerPixel; in haveDecodedRow()
98 SkImageInfo xformInfo = dstInfo.makeWH(fMaskSwizzler->swizzleWidth(), dstInfo.height()); in decodeRows()
510 dstWidth = fSwizzler->swizzleWidth(); in readRows()519 dstWidth = fSwizzler->swizzleWidth(); in readRows()623 dstWidth = fSwizzler->swizzleWidth(); in allocateStorage()
246 SkImageInfo xformInfo = dstInfo.makeWH(fSwizzler->swizzleWidth(), dstInfo.height()); in decodeRows()
1051 fXformWidth = this->swizzler()->swizzleWidth(); in initializeXformParams()