Home
last modified time | relevance | path

Searched refs:fDstBPP (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/codec/
DSkSwizzler.h211 const int fDstBPP; // Bytes per pixel for the destination color type variable
DSkSwizzler.cpp1186 , 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()
/external/skia/src/codec/
DSkSwizzler.h211 const int fDstBPP; // Bytes per pixel for the destination color type variable
DSkSwizzler.cpp1186 , 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()