HomeSort by relevance Sort by last modified time
    Searched defs:isOval (Results 1 - 6 of 6) sorted by null

  /external/skia/include/core/
SkRRect.h 100 inline bool isOval() const { return kOval_Type == this->getType(); }
108 return this->isOval() && SkScalarNearlyEqual(fRadii[0].fX, fRadii[0].fY);
SkPath.h 183 bool isOval(SkRect* rect, Direction* dir = nullptr,
186 bool result = fPathRef->isOval(rect, &isCCW, start);
    [all...]
  /external/skia/include/private/
SkPathRef.h 103 void setIsOval(bool isOval, bool isCCW, unsigned start) {
104 fPathRef->setIsOval(isOval, isCCW, start);
180 bool isOval(SkRect* rect, bool* isCCW, unsigned* start) const {
485 void setIsOval(bool isOval, bool isCCW, unsigned start) {
486 fIsOval = isOval;
  /external/skia/src/gpu/
GrRenderTargetContext.cpp     [all...]
  /external/skia/src/core/
SkPath.cpp     [all...]
  /external/skia/tests/
PathTest.cpp     [all...]

Completed in 234 milliseconds