Home
last modified time | relevance | path

Searched refs:dstAllocatedBytes (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/codec/
H A DSkSwizzler.cpp1211 const size_t dstAllocatedBytes = fAllocatedWidth * fDstBPP; in onSetSampleX() local
1212 if (fDstOffsetBytes + dstSwizzleBytes > dstAllocatedBytes) { in onSetSampleX()
1216 SkASSERT(dstSwizzleBytes <= dstAllocatedBytes); in onSetSampleX()
1217 fDstOffsetBytes = dstAllocatedBytes - dstSwizzleBytes; in onSetSampleX()

Completed in 3 milliseconds