Searched defs:isRect (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/core/
H A DSkRegion.h73 bool isRect() const { return fRunHead == SkRegion_gRectRunHeadPtr; } function in class:SkRegion
75 bool isComplex() const { return !this->isEmpty() && !this->isRect(); }
160 fRunHead == SkRegion_gRectRunHeadPtr && // this->isRect()
/external/skia/src/core/
H A DSkPath.cpp169 bool SkPath::isRect(SkRect*) const { function in class:SkPath

Completed in 73 milliseconds