HomeSort by relevance Sort by last modified time
    Searched defs:isLine (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 368 /// isLine - Return true if the constraint is of kind Line.
371 bool isLine() const { return Kind == Line || Kind == Distance; }
    [all...]
  /external/skia/src/core/
SkPath.cpp 439 bool SkPath::isLine(SkPoint line[2]) const {
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]

Completed in 1486 milliseconds