Searched refs:dstAllocatedBytes (Results 1 – 2 of 2) sorted by relevance
1211 const size_t dstAllocatedBytes = fAllocatedWidth * fDstBPP; in onSetSampleX() local1212 if (fDstOffsetBytes + dstSwizzleBytes > dstAllocatedBytes) { in onSetSampleX()1216 SkASSERT(dstSwizzleBytes <= dstAllocatedBytes); in onSetSampleX()1217 fDstOffsetBytes = dstAllocatedBytes - dstSwizzleBytes; in onSetSampleX()