Home
last modified time | relevance | path

Searched refs:isLine (Results 1 – 25 of 25) sorted by relevance

/external/skia/src/core/
DSkStroke.cpp81 void close(bool isLine) { this->finishContour(true, isLine); } in close() argument
83 void done(SkPath* dst, bool isLine) { in done() argument
84 this->finishContour(false, isLine); in done()
105 void finishContour(bool close, bool isLine);
107 bool isLine);
DSkPath.cpp325 bool SkPath::isLine(SkPoint line[2]) const { in isLine() function in SkPath
/external/chromium_org/third_party/skia/src/core/
DSkStroke.cpp81 void close(bool isLine) { this->finishContour(true, isLine); } in close() argument
83 void done(SkPath* dst, bool isLine) { in done() argument
84 this->finishContour(false, isLine); in done()
105 void finishContour(bool close, bool isLine);
107 bool isLine);
DSkPath.cpp325 bool SkPath::isLine(SkPoint line[2]) const { in isLine() function in SkPath
/external/chromium_org/third_party/skia/src/utils/
DSkDashPath.cpp100 if (!srcPath.isLine(pts)) { in cull_path()
156 if (rec->isHairlineStyle() || !src.isLine(fPts)) { in init()
/external/skia/src/utils/
DSkDashPath.cpp100 if (!srcPath.isLine(pts)) { in cull_path()
155 if (rec->isHairlineStyle() || !src.isLine(fPts)) { in init()
/external/skia/src/effects/
DSkDashPathEffect.cpp69 if (!src.isLine(pts)) { in asPoints()
/external/skia/tests/
DPathTest.cpp1266 REPORTER_ASSERT(reporter, !path.isLine(NULL)); in test_isLine()
1271 REPORTER_ASSERT(reporter, !path.isLine(pts)); in test_isLine()
1281 REPORTER_ASSERT(reporter, !path.isLine(NULL)); in test_isLine()
1282 REPORTER_ASSERT(reporter, !path.isLine(pts)); in test_isLine()
1292 REPORTER_ASSERT(reporter, path.isLine(NULL)); in test_isLine()
1296 REPORTER_ASSERT(reporter, path.isLine(pts)); in test_isLine()
1301 REPORTER_ASSERT(reporter, !path.isLine(NULL)); in test_isLine()
1302 REPORTER_ASSERT(reporter, !path.isLine(pts)); in test_isLine()
1308 REPORTER_ASSERT(reporter, !path.isLine(NULL)); in test_isLine()
/external/chromium_org/third_party/skia/tests/
DPathTest.cpp1304 REPORTER_ASSERT(reporter, !path.isLine(NULL)); in test_isLine()
1309 REPORTER_ASSERT(reporter, !path.isLine(pts)); in test_isLine()
1319 REPORTER_ASSERT(reporter, !path.isLine(NULL)); in test_isLine()
1320 REPORTER_ASSERT(reporter, !path.isLine(pts)); in test_isLine()
1330 REPORTER_ASSERT(reporter, path.isLine(NULL)); in test_isLine()
1334 REPORTER_ASSERT(reporter, path.isLine(pts)); in test_isLine()
1339 REPORTER_ASSERT(reporter, !path.isLine(NULL)); in test_isLine()
1340 REPORTER_ASSERT(reporter, !path.isLine(pts)); in test_isLine()
1346 REPORTER_ASSERT(reporter, !path.isLine(NULL)); in test_isLine()
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h405 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
/external/chromium_org/third_party/skia/src/effects/
DSkDashPathEffect.cpp182 if (!src.isLine(pts)) { in asPoints()
/external/skia/include/core/
DSkPath.h222 bool isLine(SkPoint line[2]) const;
/external/chromium_org/third_party/skia/include/core/
DSkPath.h223 bool isLine(SkPoint line[2]) const;
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp404 else if (isLine()) in dump()
466 if (X->isLine() && Y->isLine()) { in intersectConstraints()
549 assert(!(X->isLine() && Y->isPoint()) && "This case should never occur"); in intersectConstraints()
551 if (X->isPoint() && Y->isLine()) { in intersectConstraints()
2993 else if (Constraints[LI].isLine()) in propagate()
3149 else if (CurConstraint.isLine()) { in updateDirection()
/external/chromium_org/third_party/skia/bench/
DDashBench.cpp111 if (!path.isLine(pts) || pts[0].fY != pts[1].fY) { in handlePath()
/external/skia/bench/
DDashBench.cpp111 if (!path.isLine(pts) || pts[0].fY != pts[1].fY) { in handlePath()
/external/skia/experimental/Intersection/
DEdgeWalker.cpp1743 bool isLine = true; in tooCloseToCall() local
1748 curveQuad = isLine = false; in tooCloseToCall()
1756 isLine = false; in tooCloseToCall()
1762 const SkPoint* curvePts = isLine ? edge->lastPoints() : lastPoints(); in tooCloseToCall()
1763 const ActiveEdge* lineEdge = isLine ? this : edge; in tooCloseToCall()
/external/chromium_org/third_party/skia/experimental/Intersection/
DEdgeWalker.cpp1743 bool isLine = true; in tooCloseToCall() local
1748 curveQuad = isLine = false; in tooCloseToCall()
1756 isLine = false; in tooCloseToCall()
1762 const SkPoint* curvePts = isLine ? edge->lastPoints() : lastPoints(); in tooCloseToCall()
1763 const ActiveEdge* lineEdge = isLine ? this : edge; in tooCloseToCall()
/external/skia/experimental/webtry/res/js/cm/
Dcodemirror.js1047 function isLine(doc, l) {return l >= doc.first && l < doc.first + doc.size;} function
3887 if (isLine(this.doc, n)) indentLine(this, n, dir, aggressive);
4070 if (!isLine(this.doc, line)) return null;
5203 var oldFirst = isLine(doc, change.from.line) && getLine(doc, change.from.line).markedSpans;
5204 var oldLast = isLine(doc, change.to.line) && getLine(doc, change.to.line).markedSpans;
6191 getLineHandle: function(line) {if (isLine(this, line)) return getLine(this, line);},
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
Dcodemirror.js1047 function isLine(doc, l) {return l >= doc.first && l < doc.first + doc.size;} function
3887 if (isLine(this.doc, n)) indentLine(this, n, dir, aggressive);
4070 if (!isLine(this.doc, line)) return null;
5203 var oldFirst = isLine(doc, change.from.line) && getLine(doc, change.from.line).markedSpans;
5204 var oldLast = isLine(doc, change.to.line) && getLine(doc, change.to.line).markedSpans;
6191 getLineHandle: function(line) {if (isLine(this, line)) return getLine(this, line);},
/external/skia/src/gpu/
DGrContext.cpp1173 if (path.isLine(pts)) { in drawPath()
/external/chromium_org/third_party/skia/src/gpu/
DGrContext.cpp1189 if (path.isLine(pts)) { in drawPath()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dcodemirror.js1063 function isLine(doc, l) {return l >= doc.first && l < doc.first + doc.size;} function
4076 if (isLine(this.doc, n)) indentLine(this, n, dir, aggressive);
4236 if (!isLine(this.doc, line)) return null;
5405 var oldFirst = isLine(doc, change.from.line) && getLine(doc, change.from.line).markedSpans;
5406 var oldLast = isLine(doc, change.to.line) && getLine(doc, change.to.line).markedSpans;
6400 getLineHandle: function(line) {if (isLine(this, line)) return getLine(this, line);},
/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp1250 if (fill && !stroke && path.isLine(line)) { in PdfOp_fillAndStroke()
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp1250 if (fill && !stroke && path.isLine(line)) { in PdfOp_fillAndStroke()