Home
last modified time | relevance | path

Searched refs:hasOnlyMoveTos (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkPath.h1139 inline bool hasOnlyMoveTos() const;
/external/skia/src/core/
DSkPath.cpp976 fFirstDirection = this->hasOnlyMoveTos() ? in addRect()
1115 bool isRRect = hasOnlyMoveTos(); in addRRect()
1125 fFirstDirection = this->hasOnlyMoveTos() ? in addRRect()
1172 bool SkPath::hasOnlyMoveTos() const { in hasOnlyMoveTos() function in SkPath
1233 bool isOval = hasOnlyMoveTos(); in addOval()