Searched defs:isLine (Results 1 – 9 of 9) sorted by relevance
89 bool isLine() const { return this->type() == Type::kLine; } in isLine() function
185 bool isLine = srcPath.isLine(pts); in cull_path() local
405 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
412 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
406 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()
406 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()
381 bool SkPath::isLine(SkPoint line[2]) const { in isLine() function in SkPath