Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathBuilder.cpp669 RectPointIterator rectIter(oval, dir, index + (dir == SkPathDirection::kCW ? 0 : 1)); in addOval() local
711 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect() local
DSkPath.cpp958 SkPath_RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect() local
1059 …SkPath_RectPointIterator rectIter(oval, dir, startPointIndex + (dir == SkPathDirection::kCW ? 0 : … in addOval() local
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp179 for (vector<IVec4>::const_iterator rectIter = rects.begin(); rectIter != rects.end(); ++rectIter) in renderTestPatternReference() local
/external/skqp/src/core/
DSkPath.cpp1207 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect() local
1308 RectPointIterator rectIter(oval, dir, startPointIndex + (dir == kCW_Direction ? 0 : 1)); in addOval() local