Home
last modified time | relevance | path

Searched defs:isLine (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/experimental/graphite/src/geom/
DShape.h59 bool isLine() const { return fType == Type::kLine; } in isLine() function
/third_party/skia/src/gpu/geometry/
DGrShape.h89 bool isLine() const { return this->type() == Type::kLine; } in isLine() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h405 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
/third_party/flutter/skia/src/core/
DSkStroke.cpp141 void close(bool isLine) { this->finishContour(true, isLine); } in close()
143 void done(SkPath* dst, bool isLine) { in done()
DSkPath.cpp412 bool SkPath::isLine(SkPoint line[2]) const { in isLine() function in SkPath
/third_party/skia/src/core/
DSkStroke.cpp174 void close(bool isLine) { this->finishContour(true, isLine); } in close()
176 void done(SkPath* dst, bool isLine) { in done()
DSkPath.cpp383 bool SkPath::isLine(SkPoint line[2]) const { in isLine() function in SkPath