Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/graphite/geom/
H A DShape.h66 bool isLine() const { return fType == Type::kLine; } in isLine() function
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/
H A DGrShape.h90 bool isLine() const { return this->type() == Type::kLine; } in isLine() function
/aosp_15_r20/external/ktfmt/core/src/main/java/com/facebook/ktfmt/kdoc/
H A DUtilities.kt110 fun String.isLine(minCount: Int = 3): Boolean { in String() method
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h405 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h427 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DDependenceAnalysis.h427 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DDependenceAnalysis.h427 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DDependenceAnalysis.h427 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DDependenceAnalysis.h427 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h412 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
/aosp_15_r20/external/skia/src/core/
H A DSkStroke.cpp182 void close(bool isLine) { this->finishContour(true, isLine); } in close()
184 void done(SkPath* dst, bool isLine) { in done()
H A DSkPath.cpp398 bool SkPath::isLine(SkPoint line[2]) const { in isLine() function in SkPath