Searched refs:fDstBPP (Results 1 – 4 of 4) sorted by relevance
211 const int fDstBPP; // Bytes per pixel for the destination color type variable
1186 , fDstBPP(dstBPP) in SkSwizzler()1193 fDstOffsetBytes = (fDstOffset / sampleX) * fDstBPP; in onSetSampleX()1210 const size_t dstSwizzleBytes = fSwizzleWidth * fDstBPP; in onSetSampleX()1211 const size_t dstAllocatedBytes = fAllocatedWidth * fDstBPP; in onSetSampleX()