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

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h402 /// isLine - Return true if the constraint is of kind Line.
405 bool isLine() const { return Kind == Line || Kind == Distance; } function in class:llvm::DependenceAnalysis::Constraint
/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp81 void close(bool isLine) { this->finishContour(true, isLine); } argument
83 void done(SkPath* dst, bool isLine) { argument
84 this->finishContour(false, isLine);
105 void finishContour(bool close, bool isLine);
107 bool isLine);
H A DSkPath.cpp325 bool SkPath::isLine(SkPoint line[2]) const { function in class:SkPath
/external/skia/src/core/
H A DSkStroke.cpp81 void close(bool isLine) { this->finishContour(true, isLine); } argument
83 void done(SkPath* dst, bool isLine) { argument
84 this->finishContour(false, isLine);
105 void finishContour(bool close, bool isLine);
107 bool isLine);
H A DSkPath.cpp325 bool SkPath::isLine(SkPoint line[2]) const { function in class:SkPath

Completed in 288 milliseconds