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

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h409 /// isLine - Return true if the constraint is of kind Line.
412 bool isLine() const { return Kind == Line || Kind == Distance; } function in class:llvm::DependenceInfo::Constraint
/external/skia/src/core/
H A DSkStroke.cpp135 void close(bool isLine) { this->finishContour(true, isLine); } argument
137 void done(SkPath* dst, bool isLine) { argument
138 this->finishContour(false, isLine);
237 void finishContour(bool close, bool isLine);
239 bool isLine);
H A DSkPath.cpp368 bool SkPath::isLine(SkPoint line[2]) const { function in class:SkPath

Completed in 135 milliseconds