Searched defs:isOval (Results 1 – 4 of 4) sorted by relevance
86 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() function
234 bool isOval(SkRect* rect, bool* isCCW, unsigned* start) const { in isOval() function
523 bool SkPath::isOval(SkRect* bounds) const { in isOval() function in SkPath1120 bool isOval = hasOnlyMoveTos(); in addOval() local
3925 bool isOval = SkPathPriv::IsOval(path, &r, &d, &s); in check_oval_arc() local