Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPath.h1176 inline bool hasOnlyMoveTos() const;
/external/skia/src/core/
DSkPath.cpp984 fFirstDirection = this->hasOnlyMoveTos() ? in addRect()
1123 bool isRRect = hasOnlyMoveTos(); in addRRect()
1133 fFirstDirection = this->hasOnlyMoveTos() ? in addRRect()
1180 bool SkPath::hasOnlyMoveTos() const { in hasOnlyMoveTos() function in SkPath
1237 bool isOval = hasOnlyMoveTos(); in addOval()