Home | History | Annotate | Download | only in core

Lines Matching refs:isRRect

640 bool SkPath::isRRect(SkRRect* rrect) const {
641 return SkPathPriv::IsRRect(*this, rrect, nullptr, nullptr);
1139 bool isRRect = hasOnlyMoveTos();
1188 ed.setIsRRect(isRRect, dir, startIndex % 8);