/external/skqp/include/private/ |
D | SkPathRef.h | 105 void setIsOval(bool isOval, bool isCCW, unsigned start) { in setIsOval() argument 106 fPathRef->setIsOval(isOval, isCCW, start); in setIsOval() 184 bool isOval(SkRect* rect, bool* isCCW, unsigned* start) const { in isOval() function 516 void setIsOval(bool isOval, bool isCCW, unsigned start) { in setIsOval() argument 517 fIsOval = isOval; in setIsOval()
|
/external/skia/include/private/ |
D | SkPathRef.h | 105 void setIsOval(bool isOval, bool isCCW, unsigned start) { in setIsOval() argument 106 fPathRef->setIsOval(isOval, isCCW, start); in setIsOval() 184 bool isOval(SkRect* rect, bool* isCCW, unsigned* start) const { in isOval() function 517 void setIsOval(bool isOval, bool isCCW, unsigned start) { in setIsOval() argument 518 fIsOval = isOval; in setIsOval()
|
/external/skqp/src/core/ |
D | SkRRectPriv.h | 19 return rr.isOval() && SkScalarNearlyEqual(rr.fRadii[0].fX, rr.fRadii[0].fY); in IsCircle()
|
D | SkPathPriv.h | 206 bool result = path.fPathRef->isOval(rect, &isCCW, start); in IsOval()
|
D | SkPath_serial.cpp | 60 if (fPathRef->isOval(&oval, &isCCW, &start)) { in writeToMemoryAsRRect()
|
D | SkPath.cpp | 654 bool SkPath::isOval(SkRect* bounds) const { in isOval() function in SkPath 1183 } else if (rrect.isOval()) { in addRRect() 1292 bool isOval = hasOnlyMoveTos(); in addOval() local 1293 if (isOval) { in addOval() 1321 ed.setIsOval(isOval, kCCW_Direction == dir, startPointIndex % 4); in addOval()
|
/external/skia/src/core/ |
D | SkRRectPriv.h | 19 return rr.isOval() && SkScalarNearlyEqual(rr.fRadii[0].fX, rr.fRadii[0].fY); in IsCircle()
|
D | SkPathPriv.h | 206 bool result = path.fPathRef->isOval(rect, &isCCW, start); in IsOval()
|
D | SkPath_serial.cpp | 60 if (fPathRef->isOval(&oval, &isCCW, &start)) { in writeToMemoryAsRRect()
|
D | SkPath.cpp | 654 bool SkPath::isOval(SkRect* bounds) const { in isOval() function in SkPath 1183 } else if (rrect.isOval()) { in addRRect() 1292 bool isOval = hasOnlyMoveTos(); in addOval() local 1293 if (isOval) { in addOval() 1321 ed.setIsOval(isOval, kCCW_Direction == dir, startPointIndex % 4); in addOval()
|
/external/skqp/docs/ |
D | SkRRect_Reference.bmh | 28 bool isOval() const; 372 #Method bool isOval() const 390 canvas->drawString(rrect.isOval() ? "oval" : "not oval", 64, 90, paint); 394 canvas->drawString(rrect.isOval() ? "oval" : "not oval", 64, 90, paint); 425 #SeeAlso isEmpty isRect isOval isNinePatch 453 #SeeAlso isEmpty isRect isOval isSimple isComplex 481 #SeeAlso isEmpty isRect isOval isSimple isNinePatch
|
/external/skia/docs/ |
D | SkRRect_Reference.bmh | 28 bool isOval() const; 372 #Method bool isOval() const 390 canvas->drawString(rrect.isOval() ? "oval" : "not oval", 64, 90, paint); 394 canvas->drawString(rrect.isOval() ? "oval" : "not oval", 64, 90, paint); 425 #SeeAlso isEmpty isRect isOval isNinePatch 453 #SeeAlso isEmpty isRect isOval isSimple isComplex 481 #SeeAlso isEmpty isRect isOval isSimple isNinePatch
|
/external/skqp/gm/ |
D | rrect.cpp | 107 } else if (rrect.isOval()) { in draw_rrect_color()
|
/external/skqp/include/core/ |
D | SkRRect.h | 102 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() function
|
D | SkPath.h | 284 bool isOval(SkRect* bounds) const;
|
/external/skia/include/core/ |
D | SkRRect.h | 102 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() function
|
D | SkPath.h | 284 bool isOval(SkRect* bounds) const;
|
/external/skia/gm/ |
D | rrect.cpp | 107 } else if (rrect.isOval()) { in draw_rrect_color()
|
/external/skia/tests/ |
D | PathTest.cpp | 2610 REPORTER_ASSERT(reporter, readBack.isOval(nullptr) == p.isOval(nullptr)); in write_and_read_back() 3312 REPORTER_ASSERT(reporter, path.isOval(&rect) == expectedCircle); in check_for_circle() 3551 REPORTER_ASSERT(reporter, path.isOval(nullptr)); in test_oval() 3567 REPORTER_ASSERT(reporter, !tmp.isOval(nullptr)); in test_oval() 3574 REPORTER_ASSERT(reporter, !tmp.isOval(nullptr)); in test_oval() 3578 REPORTER_ASSERT(reporter, !tmp.isOval(nullptr)); in test_oval() 3584 REPORTER_ASSERT(reporter, !tmp.isOval(nullptr)); in test_oval() 3591 REPORTER_ASSERT(reporter, path.isOval(nullptr)); in test_oval() 3766 bool isOval = SkPathPriv::IsOval(path, &r, &d, &s); in check_oval_arc() local 3767 REPORTER_ASSERT(reporter, isOval); in check_oval_arc() [all …]
|
/external/skqp/tests/ |
D | PathTest.cpp | 2610 REPORTER_ASSERT(reporter, readBack.isOval(nullptr) == p.isOval(nullptr)); in write_and_read_back() 3297 REPORTER_ASSERT(reporter, path.isOval(&rect) == expectedCircle); in check_for_circle() 3536 REPORTER_ASSERT(reporter, path.isOval(nullptr)); in test_oval() 3552 REPORTER_ASSERT(reporter, !tmp.isOval(nullptr)); in test_oval() 3559 REPORTER_ASSERT(reporter, !tmp.isOval(nullptr)); in test_oval() 3563 REPORTER_ASSERT(reporter, !tmp.isOval(nullptr)); in test_oval() 3569 REPORTER_ASSERT(reporter, !tmp.isOval(nullptr)); in test_oval() 3576 REPORTER_ASSERT(reporter, path.isOval(nullptr)); in test_oval() 3751 bool isOval = SkPathPriv::IsOval(path, &r, &d, &s); in check_oval_arc() local 3752 REPORTER_ASSERT(reporter, isOval); in check_oval_arc() [all …]
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.cpp | 1176 path.isOval(&rect) && SkScalarNearlyEqual(rect.width(), rect.height()) && in drawFastShadow() 1219 if (rrect.isOval()) { in drawFastShadow() 1320 if (spotShadowRRect.isOval()) { in drawFastShadow() 1712 } else if (rrect.isOval()) { in drawShape()
|
/external/skia/src/gpu/ |
D | GrRenderTargetContext.cpp | 1269 path.isOval(&rect) && SkScalarNearlyEqual(rect.width(), rect.height()) && in drawFastShadow() 1312 if (rrect.isOval()) { in drawFastShadow() 1413 if (spotShadowRRect.isOval()) { in drawFastShadow() 1820 } else if (rrect.isOval()) { in drawShape()
|
/external/skqp/src/gpu/ops/ |
D | GrShadowRRectOp.cpp | 647 rrect.isOval(), in Make()
|
/external/skia/src/gpu/ops/ |
D | GrShadowRRectOp.cpp | 649 rrect.isOval(), in Make()
|
/external/skia/site/user/api/ |
D | SkRRect_Reference.md | 30 bool <a href='#SkRRect_isOval'>isOval</a>() const; 360 bool <a href='#SkRRect_isOval'>isOval</a>()const 389 …Empty</a> <a href='#SkRRect_isRect'>isRect</a> <a href='#SkRRect_isOval'>isOval</a> <a href='#SkRR… 405 …Empty</a> <a href='#SkRRect_isRect'>isRect</a> <a href='#SkRRect_isOval'>isOval</a> <a href='#SkRR… 421 …Empty</a> <a href='#SkRRect_isRect'>isRect</a> <a href='#SkRRect_isOval'>isOval</a> <a href='#SkRR…
|