Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkPathBuilder.cpp690 RectPointIterator rectIter(oval, dir, index + (dir == SkPathDirection::kCW ? 0 : 1)); in addOval() local
732 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect() local
H A DSkPath.cpp1044 SkPath_RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect() local
1140 …SkPath_RectPointIterator rectIter(oval, dir, startPointIndex + (dir == SkPathDirection::kCW ? 0 : … in addOval() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp182 … for (vector<IVec4>::const_iterator rectIter = rects.begin(); rectIter != rects.end(); ++rectIter) in renderTestPatternReference() local