Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkPathRef.h103 void setIsOval(bool isOval, bool isCCW, unsigned start) { in setIsOval()
180 bool isOval(SkRect* rect, bool* isCCW, unsigned* start) const { in isOval() function
485 void setIsOval(bool isOval, bool isCCW, unsigned start) { in setIsOval()
/external/skia/include/core/
DSkRRect.h100 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() function
/external/skia/src/core/
DSkPathRef.cpp236 bool isOval = (packed >> kIsOval_SerializationShift) & 1; in CreateFromBuffer() local
DSkPath.cpp1237 bool isOval = hasOnlyMoveTos(); in addOval() local
/external/skia/src/gpu/
DGrRenderTargetContext.cpp1552 bool isOval = path.isOval(&ovalRect); in drawPath() local
/external/skia/tests/
DPathTest.cpp3728 bool isOval = path.isOval(&r, &d, &s); in check_oval_arc() local