Home
last modified time | relevance | path

Searched defs:isOval (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/include/core/
H A DSkRRect.h86 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() function
/aosp_15_r20/external/skia/include/private/
H A DSkPathRef.h234 bool isOval(SkRect* rect, bool* isCCW, unsigned* start) const { in isOval() function
/aosp_15_r20/external/skia/src/core/
H A DSkPath.cpp523 bool SkPath::isOval(SkRect* bounds) const { in isOval() function in SkPath
1120 bool isOval = hasOnlyMoveTos(); in addOval() local
/aosp_15_r20/external/skia/tests/
H A DPathTest.cpp3925 bool isOval = SkPathPriv::IsOval(path, &r, &d, &s); in check_oval_arc() local