Home
last modified time | relevance | path

Searched defs:isLine (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/experimental/graphite/src/geom/
H A DShape.h59 bool isLine() const { return fType == Type::kLine; } in isLine() function in skgpu::Shape
/third_party/skia/src/gpu/geometry/
H A DGrShape.h89 bool isLine() const { return this->type() == Type::kLine; } in isLine() function in GrShape
/third_party/skia/third_party/externals/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 in llvm::DependenceInfo::Constraint
/third_party/skia/src/core/
H A DSkStroke.cpp174 void close(bool isLine) { this->finishContour(true, isLine); } in close() argument
176 void done(SkPath* dst, bool isLine) { in done() argument
H A DSkPath.cpp383 bool SkPath::isLine(SkPoint line[2]) const { in isLine() function in SkPath

Completed in 12 milliseconds