Home
last modified time | relevance | path

Searched refs:dstSwizzleBytes (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/codec/
DSkSwizzler.cpp1210 const size_t dstSwizzleBytes = fSwizzleWidth * fDstBPP; in onSetSampleX() local
1212 if (fDstOffsetBytes + dstSwizzleBytes > dstAllocatedBytes) { in onSetSampleX()
1216 SkASSERT(dstSwizzleBytes <= dstAllocatedBytes); in onSetSampleX()
1217 fDstOffsetBytes = dstAllocatedBytes - dstSwizzleBytes; in onSetSampleX()
/external/skqp/src/codec/
DSkSwizzler.cpp1210 const size_t dstSwizzleBytes = fSwizzleWidth * fDstBPP; in onSetSampleX() local
1212 if (fDstOffsetBytes + dstSwizzleBytes > dstAllocatedBytes) { in onSetSampleX()
1216 SkASSERT(dstSwizzleBytes <= dstAllocatedBytes); in onSetSampleX()
1217 fDstOffsetBytes = dstAllocatedBytes - dstSwizzleBytes; in onSetSampleX()