Searched refs:fSwizzleWidth (Results 1 – 2 of 2) sorted by relevance
90 int swizzleWidth() const { return fSwizzleWidth; } in swizzleWidth()210 int fSwizzleWidth; variable
1195 , fSwizzleWidth(srcWidth) in SkSwizzler()1207 fSwizzleWidth = get_scaled_dimension(fSrcWidth, sampleX); in onSetSampleX()1218 frameSampleX = fSrcWidth / fSwizzleWidth; in onSetSampleX()1223 const size_t dstSwizzleBytes = fSwizzleWidth * fDstBPP; in onSetSampleX()1248 fActualProc(SkTAddOffset<void>(dst, fDstOffsetBytes), src, fSwizzleWidth, fSrcBPP, in swizzle()