Searched refs:isLine (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/gpu/ |
D | GrDashLinePathRenderer.cpp | 27 if (stroke.isDashed() && path.isLine(pts)) { in canDrawPath() 41 SkAssertResult(path.isLine(pts)); in onDrawPath()
|
/external/skia/src/utils/ |
D | SkDashPath.cpp | 100 if (!srcPath.isLine(pts)) { in cull_path() 156 if (rec->isHairlineStyle() || !src.isLine(fPts)) { in init()
|
/external/skia/src/core/ |
D | SkStroke.cpp | 172 void close(bool isLine) { this->finishContour(true, isLine); } in close() argument 174 void done(SkPath* dst, bool isLine) { in done() argument 175 this->finishContour(false, isLine); in done() 273 void finishContour(bool close, bool isLine); 275 bool isLine);
|
D | SkPath.cpp | 317 bool SkPath::isLine(SkPoint line[2]) const { in isLine() function in SkPath
|
/external/skia/src/effects/ |
D | SkDashPathEffect.cpp | 182 if (!src.isLine(pts)) { in asPoints()
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 402 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
|
/external/skia/include/core/ |
D | SkPath.h | 243 bool isLine(SkPoint line[2]) const;
|
/external/skia/tests/ |
D | PathTest.cpp | 1411 REPORTER_ASSERT(reporter, !path.isLine(NULL)); in test_isLine() 1416 REPORTER_ASSERT(reporter, !path.isLine(pts)); in test_isLine() 1426 REPORTER_ASSERT(reporter, !path.isLine(NULL)); in test_isLine() 1427 REPORTER_ASSERT(reporter, !path.isLine(pts)); in test_isLine() 1437 REPORTER_ASSERT(reporter, path.isLine(NULL)); in test_isLine() 1441 REPORTER_ASSERT(reporter, path.isLine(pts)); in test_isLine() 1446 REPORTER_ASSERT(reporter, !path.isLine(NULL)); in test_isLine() 1447 REPORTER_ASSERT(reporter, !path.isLine(pts)); in test_isLine() 1453 REPORTER_ASSERT(reporter, !path.isLine(NULL)); in test_isLine()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 403 else if (isLine()) in dump() 465 if (X->isLine() && Y->isLine()) { in intersectConstraints() 548 assert(!(X->isLine() && Y->isPoint()) && "This case should never occur"); in intersectConstraints() 550 if (X->isPoint() && Y->isLine()) { in intersectConstraints() 3007 else if (Constraints[LI].isLine()) in propagate() 3163 else if (CurConstraint.isLine()) { in updateDirection()
|
/external/skia/bench/ |
D | DashBench.cpp | 111 if (!path.isLine(pts) || pts[0].fY != pts[1].fY) { in handlePath()
|
/external/skia/experimental/PdfViewer/src/ |
D | SkPdfRenderer.cpp | 1252 if (fill && !stroke && path.isLine(line)) { in PdfOp_fillAndStroke()
|