Searched refs:clipIndex (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/core/ |
D | SkOverdrawCanvas.cpp | 229 int clipIndex = 0; in onDrawEdgeAAImageSet2() local 236 fList[0]->onDrawPath(SkPath::Polygon(dstClips + clipIndex, 4, true), fPaint); in onDrawEdgeAAImageSet2() 237 clipIndex += 4; in onDrawEdgeAAImageSet2()
|
D | SkDevice.cpp | 270 int clipIndex = 0; in drawEdgeAAImageSet() local 295 clipPath.addPoly(dstClips + clipIndex, 4, true); in drawEdgeAAImageSet() 297 clipIndex += 4; in drawEdgeAAImageSet()
|
D | SkRecordDraw.cpp | 490 int clipIndex = 0; in bounds() local 494 entryBounds.setBounds(op.dstClips + clipIndex, 4); in bounds() 495 clipIndex += 4; in bounds()
|
/third_party/flutter/skia/src/core/ |
D | SkOverdrawCanvas.cpp | 247 int clipIndex = 0; in onDrawEdgeAAImageSet() local 255 path.addPoly(dstClips + clipIndex, 4, true); in onDrawEdgeAAImageSet() 256 clipIndex += 4; in onDrawEdgeAAImageSet()
|
D | SkDevice.cpp | 274 int clipIndex = 0; in drawEdgeAAImageSet() local 299 clipPath.addPoly(dstClips + clipIndex, 4, true); in drawEdgeAAImageSet() 301 clipIndex += 4; in drawEdgeAAImageSet()
|
D | SkRecordDraw.cpp | 464 int clipIndex = 0; in bounds() local 468 entryBounds.setBounds(op.dstClips + clipIndex, 4); in bounds() 469 clipIndex += 4; in bounds()
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | FlutterPlatformViews.mm | 221 int clipIndex = 0; 223 while (head != head_clip_view && clipIndex < number_of_clips) { 225 clipIndex++; 228 while (clipIndex < number_of_clips) { 232 clipIndex++;
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | bitmap_canvas.dart | 1014 for (int clipIndex = 0; clipIndex < len; clipIndex++) { 1015 final _SaveClipEntry entry = clipStack[clipIndex];
|