Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/geom/
DShape.h60 bool isLine() const { return fType == Type::kLine; } in isLine() function
/external/skia/src/gpu/ganesh/geometry/
DGrShape.h89 bool isLine() const { return this->type() == Type::kLine; } in isLine() function
/external/ktfmt/core/src/main/java/com/facebook/ktfmt/kdoc/
DUtilities.kt110 fun String.isLine(minCount: Int = 3): Boolean { in String() method
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h405 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h412 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
/external/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.cpp389 bool SkPath::isLine(SkPoint line[2]) const { in isLine() function in SkPath