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

  /external/skia/src/utils/
SkDashPath.cpp 95 if (!srcPath.isLine(pts)) {
151 if (rec->isHairlineStyle() || !src.isLine(fPts)) {
  /external/skia/src/core/
SkStroke.cpp 135 void close(bool isLine) { this->finishContour(true, isLine); }
137 void done(SkPath* dst, bool isLine) {
138 this->finishContour(false, isLine);
237 void finishContour(bool close, bool isLine);
239 bool isLine);
    [all...]
SkPath.cpp 368 bool SkPath::isLine(SkPoint line[2]) const {
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 409 /// isLine - Return true if the constraint is of kind Line.
412 bool isLine() const { return Kind == Line || Kind == Distance; }
    [all...]
  /external/skia/bench/
DashBench.cpp 110 if (!path.isLine(pts) || pts[0].fY != pts[1].fY) {
  /external/skia/src/effects/
SkDashPathEffect.cpp 182 if (!src.isLine(pts)) {
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 400 else if (isLine())
461 if (X->isLine() && Y->isLine()) {
543 // if (X->isLine() && Y->isPoint()) This case can't occur.
544 assert(!(X->isLine() && Y->isPoint()) && "This case should never occur");
546 if (X->isPoint() && Y->isLine()) {
    [all...]
  /external/skia/include/core/
SkPath.h 305 bool isLine(SkPoint line[2]) const;
    [all...]
  /external/skia/src/gpu/
GrShape.cpp 358 } else if (this->path().isLine(pts)) {
SkGpuDevice.cpp 675 this->ctm().preservesRightAngles() && origSrcPath.isLine(points)) {
    [all...]
  /external/skia/tests/
PathTest.cpp     [all...]
GrShapeTest.cpp 178 return this->isUnclosedRect() || (fPath.isLine(nullptr) && !fPath.isInverseFillType());
201 return fPath.isLine(nullptr) || fPath.isEmpty();
207 if (!fPath.isLine(pts)) {
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]

Completed in 437 milliseconds