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