Home | History | Annotate | Download | only in codec

Lines Matching refs:fSwizzleWidth

1182     , fSwizzleWidth(srcWidth)
1194 fSwizzleWidth = get_scaled_dimension(fSrcWidth, sampleX);
1205 frameSampleX = fSrcWidth / fSwizzleWidth;
1210 const size_t dstSwizzleBytes = fSwizzleWidth * fDstBPP;
1235 fActualProc(SkTAddOffset<void>(dst, fDstOffsetBytes), src, fSwizzleWidth, fSrcBPP,