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

  /external/skia/src/gpu/batches/
GrDashLinePathRenderer.cpp 15 if (args.fStroke->isDashed() && args.fPath->isLine(pts)) {
24 SkAssertResult(args.fPath->isLine(pts));
  /external/skia/src/utils/
SkDashPath.cpp 101 if (!srcPath.isLine(pts)) {
157 if (rec->isHairlineStyle() || !src.isLine(fPts)) {
  /external/skia/src/gpu/
GrPath.cpp 18 if (!path.isLine(pts)) {
  /external/skia/src/core/
SkStroke.cpp 133 void close(bool isLine) { this->finishContour(true, isLine); }
135 void done(SkPath* dst, bool isLine) {
136 this->finishContour(false, isLine);
235 void finishContour(bool close, bool isLine);
237 bool isLine);
    [all...]
SkPath.cpp 360 bool SkPath::isLine(SkPoint line[2]) const {
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 406 /// isLine - Return true if the constraint is of kind Line.
409 bool isLine() const { return Kind == Line || Kind == Distance; }
    [all...]
  /external/skia/bench/
DashBench.cpp 112 if (!path.isLine(pts) || pts[0].fY != pts[1].fY) {
  /external/skia/include/core/
SkPath.h 275 bool isLine(SkPoint line[2]) const;
    [all...]
  /external/skia/src/effects/
SkDashPathEffect.cpp 183 if (!src.isLine(pts)) {
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 404 else if (isLine())
466 if (X->isLine() && Y->isLine()) {
548 // if (X->isLine() && Y->isPoint()) This case can't occur.
549 assert(!(X->isLine() && Y->isPoint()) && "This case should never occur");
551 if (X->isPoint() && Y->isLine()) {
    [all...]
  /external/skia/tests/
PathTest.cpp     [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]

Completed in 1528 milliseconds