Home
last modified time | relevance | path

Searched defs:rectIter (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/core/
DSkPathBuilder.cpp686 RectPointIterator rectIter(oval, dir, index + (dir == SkPathDirection::kCW ? 0 : 1)); in addOval() local
728 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect() local
DSkPath.cpp967 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/
Des31fStencilTexturingTests.cpp179 for (vector<IVec4>::const_iterator rectIter = rects.begin(); rectIter != rects.end(); ++rectIter) in renderTestPatternReference() local
/third_party/flutter/skia/src/core/
DSkPath.cpp1229 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect() local
1330 RectPointIterator rectIter(oval, dir, startPointIndex + (dir == kCW_Direction ? 0 : 1)); in addOval() local