Searched defs:isLine (Results 1 – 7 of 7) sorted by relevance
60 bool isLine() const { return fType == Type::kLine; } in isLine() function
89 bool isLine() const { return this->type() == Type::kLine; } in isLine() function
110 fun String.isLine(minCount: Int = 3): Boolean { in String() method
405 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
412 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
174 void close(bool isLine) { this->finishContour(true, isLine); } in close()176 void done(SkPath* dst, bool isLine) { in done()
389 bool SkPath::isLine(SkPoint line[2]) const { in isLine() function in SkPath