Searched defs:rectIter (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
D | SkPathBuilder.cpp | 686 RectPointIterator rectIter(oval, dir, index + (dir == SkPathDirection::kCW ? 0 : 1)); in addOval() local 728 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect() local
|
D | SkPath.cpp | 967 SkPath_RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect() local 1068 …SkPath_RectPointIterator rectIter(oval, dir, startPointIndex + (dir == SkPathDirection::kCW ? 0 : … in addOval() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 179 for (vector<IVec4>::const_iterator rectIter = rects.begin(); rectIter != rects.end(); ++rectIter) in renderTestPatternReference() local
|
/third_party/flutter/skia/src/core/ |
D | SkPath.cpp | 1229 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect() local 1330 RectPointIterator rectIter(oval, dir, startPointIndex + (dir == kCW_Direction ? 0 : 1)); in addOval() local
|