Searched defs:isLine (Results 1 – 7 of 7) sorted by relevance
59 bool isLine() const { return fType == Type::kLine; } in isLine() function
89 bool isLine() const { return this->type() == Type::kLine; } in isLine() function
405 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
141 void close(bool isLine) { this->finishContour(true, isLine); } in close()143 void done(SkPath* dst, bool isLine) { in done()
412 bool SkPath::isLine(SkPoint line[2]) const { in isLine() function in SkPath
174 void close(bool isLine) { this->finishContour(true, isLine); } in close()176 void done(SkPath* dst, bool isLine) { in done()
383 bool SkPath::isLine(SkPoint line[2]) const { in isLine() function in SkPath