Home
last modified time | relevance | path

Searched refs: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
675 this->conicTo(rectIter.next(), ovalIter.next(), SK_ScalarRoot2Over2); in addOval()
711 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect() local
716 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect()
719 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect()
724 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect()
DSkPath.cpp958 SkPath_RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect() local
963 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect()
966 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect()
971 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect()
1059 …SkPath_RectPointIterator rectIter(oval, dir, startPointIndex + (dir == SkPathDirection::kCW ? 0 : … in addOval() local
1064 this->conicTo(rectIter.next(), ovalIter.next(), weight); in addOval()
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp179 for (vector<IVec4>::const_iterator rectIter = rects.begin(); rectIter != rects.end(); ++rectIter) in renderTestPatternReference() local
181 const int x0 = rectIter->x(); in renderTestPatternReference()
182 const int y0 = rectIter->y(); in renderTestPatternReference()
183 const int x1 = x0+rectIter->z(); in renderTestPatternReference()
184 const int y1 = y0+rectIter->w(); in renderTestPatternReference()
/external/skqp/src/core/
DSkPath.cpp1207 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect() local
1212 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect()
1215 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect()
1220 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect()
1308 RectPointIterator rectIter(oval, dir, startPointIndex + (dir == kCW_Direction ? 0 : 1)); in addOval() local
1313 this->conicTo(rectIter.next(), ovalIter.next(), weight); in addOval()