Searched refs:rectIter (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkPathBuilder.cpp | 689 RectPointIterator rectIter(oval, dir, index + (dir == SkPathDirection::kCW ? 0 : 1)); in addOval() local 695 this->conicTo(rectIter.next(), ovalIter.next(), SK_ScalarRoot2Over2); in addOval() 731 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect() local 736 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect() 739 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect() 744 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect()
|
D | SkPath.cpp | 1021 SkPath_RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect() local 1026 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect() 1029 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect() 1034 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect() 1122 …SkPath_RectPointIterator rectIter(oval, dir, startPointIndex + (dir == SkPathDirection::kCW ? 0 : … in addOval() local 1127 this->conicTo(rectIter.next(), ovalIter.next(), weight); in addOval()
|
/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 179 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()
|