Home
last modified time | relevance | path

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

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