Searched refs:rectIter (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/src/core/ |
| D | SkPathBuilder.cpp | 686 RectPointIterator rectIter(oval, dir, index + (dir == SkPathDirection::kCW ? 0 : 1)); in addOval() local 692 this->conicTo(rectIter.next(), ovalIter.next(), SK_ScalarRoot2Over2); in addOval() 728 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect() local 733 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect() 736 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect() 741 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect()
|
| D | SkPath.cpp | 967 SkPath_RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect() local 972 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect() 975 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect() 980 this->conicTo(rectIter.next(), rrectIter.next(), weight); in addRRect() 1068 …SkPath_RectPointIterator rectIter(oval, dir, startPointIndex + (dir == SkPathDirection::kCW ? 0 : … in addOval() local 1073 this->conicTo(rectIter.next(), ovalIter.next(), weight); in addOval()
|
| /third_party/vk-gl-cts/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()
|