Searched refs:dstClipCounts (Results 1 – 2 of 2) sorted by relevance
459 void SkGpuDevice::tmp_drawImageSetV3(const SkCanvas::ImageSetEntry set[], int dstClipCounts[], in tmp_drawImageSetV3() argument470 SkASSERT(!dstClipCounts || dstClipCounts[i] == 0 || dstClipCounts[i] == 4); in tmp_drawImageSetV3()477 (dstClipCounts && dstClipCounts[i] > 0) ? dstClips + dstClipIndex : nullptr, in tmp_drawImageSetV3()480 if (dstClipCounts) { in tmp_drawImageSetV3()481 dstClipIndex += dstClipCounts[i]; in tmp_drawImageSetV3()509 int clipCount = (dstClipCounts ? dstClipCounts[i] : 0); in tmp_drawImageSetV3()510 SkASSERT(clipCount == 0 || (dstClipCounts[i] == 4 && dstClips)); in tmp_drawImageSetV3()512 if (dstClipCounts) { in tmp_drawImageSetV3()513 dstClipIndex += dstClipCounts[i]; in tmp_drawImageSetV3()
139 int dstClipCounts[], int preViewMatrixIdx[], int count,