Home
last modified time | relevance | path

Searched refs:getPoint (Results 1 - 25 of 27) sorted by relevance

12

/third_party/skia/docs/examples/
H A DPath_IsQuadDegenerate.cpp9 path.getPoint(0).fX, path.getPoint(0).fY, path.getPoint(1).fX, in REG_FIDDLE()
10 path.getPoint(1).fY, path.getPoint(2).fX, path.getPoint(2).fY, in REG_FIDDLE()
11 SkPath::IsQuadDegenerate(path.getPoint(0), path.getPoint(1), path.getPoint(2), exact) ? in REG_FIDDLE()
H A DPath_getPoint.cpp11 SkDebugf("point %d: (%1.8g,%1.8g)\n", i, path.getPoint(i).fX, path.getPoint(i).fY); in REG_FIDDLE()
/third_party/skia/src/utils/
H A DSkDashPath.cpp332 SkPoint midPoint = src.getPoint(0);
335 while (midPoint == src.getPoint(last)) {
341 while (midPoint == src.getPoint(next)) {
345 SkVector v = midPoint - src.getPoint(last);
351 v = midPoint - src.getPoint(next);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h83 VPBasicBlock::iterator getPoint() const { return Point; } in getPoint() function in llvm::VPBuilder::VPInsertPoint
89 setInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h148 MachineBasicBlock::iterator getPoint() { in getPoint() function in llvm::RegBankSelect::InsertPoint
165 /// MachineBasicBlock::insert and ::getPoint. The new code should
178 /// Insert \p MI in the just before ::getPoint()
180 return getInsertMBB().insert(getPoint(), &MI); in insert()
184 /// As soon as ::getPoint is called and thus, the point
197 /// As soon as ::getPoint is called and thus, the point materialized
/third_party/skia/gm/
H A Dpatheffects.cpp315 const SkPoint pts[2] = {src.getPoint(0), src.getPoint(1)};
/third_party/skia/samplecode/
H A DSampleDegenerateQuads.cpp79 SkPoint p0 = intersection.getPoint(i); in get_area_coverage()
80 SkPoint p1 = intersection.getPoint((i + 1) % intersection.countPoints()); in get_area_coverage()
H A DSamplePathTessellators.cpp273 SkPoint pt = path->getPoint(fPtIdx); in doClick()
/third_party/skia/src/core/
H A DSkScan_AntiPath.cpp622 SkPoint lastPoint = path.getPoint(0);
624 SkPoint point = path.getPoint(i);
H A DSkPath.cpp480 SkPoint SkPath::getPoint(int index) const { in getPoint() function in SkPath
2017 SkPoint p = this->getPoint(i); in dumpArrays()
3341 min = max = from_point(this->getPoint(0)); in computeTightBounds()
/third_party/skia/src/pathops/
H A DSkPathWriter.cpp358 next = contour.getPoint(0); in assemble()
/third_party/skia/modules/canvaskit/
H A Dexterns.js574 getPoint: function() {},
H A Dinterface.js910 CanvasKit.Path.prototype.getPoint = function(idx, optionalOutput) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp376 if (IP.getBlock()->end() == IP.getPoint()) { in CreateParallel()
/third_party/skia/include/core/
H A DSkPath.h422 SkPoint getPoint(int index) const;
/third_party/skia/tests/
H A DPathTest.cpp3957 REPORTER_ASSERT(reporter, p.getPoint(0) == p.getPoint(n - 1)); in test_arcTo()
4023 REPORTER_ASSERT(reporter, p.getPoint(3) == SkPoint::Make(1, 1)); in test_extendClosedPath()
4054 SkPoint pt = p.getPoint(0); in test_get_point()
4059 pt = p.getPoint(0); in test_get_point()
5766 SkPoint p = path.getPoint(path.countPoints() - 1); in test_addPath_and_injected_moveTo()
5772 p = path.getPoint(path.countPoints() - 2); in test_addPath_and_injected_moveTo()
5775 p = path.getPoint(path.countPoints() - 1); in test_addPath_and_injected_moveTo()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dmeasunit.h2382 * Also see {@link #getPoint()}.
2393 static MeasureUnit getPoint();
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dmeasunit.h2382 * Also see {@link #getPoint()}.
2393 static MeasureUnit getPoint();
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java172 point2Offset(e.getPoint(), tempSelection); in select()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dmeasunit.h2343 * Also see {@link #getPoint()}.
2354 static MeasureUnit getPoint();
/third_party/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp1440 measureUnitValue = MeasureUnit::getPoint(); in TestCompatible64()
1787 measureUnitValue = MeasureUnit::getPoint(); in TestCompatible65()
2145 measureUnitValue = MeasureUnit::getPoint(); in TestCompatible68()
2522 measureUnitValue = MeasureUnit::getPoint(); in TestCompatible69()
2903 measureUnitValue = MeasureUnit::getPoint(); in TestCompatible70()
3289 measureUnitValue = MeasureUnit::getPoint(); in TestCompatible72()
/third_party/icu/icu4c/source/i18n/
H A Dmeasunit.cpp1445 MeasureUnit MeasureUnit::getPoint() { in getPoint() function in MeasureUnit
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasunit.cpp1447 MeasureUnit MeasureUnit::getPoint() { in getPoint() function in MeasureUnit
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasunit.cpp1416 MeasureUnit MeasureUnit::getPoint() { in getPoint() function in MeasureUnit
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIRBuilder.h189 BasicBlock::iterator getPoint() const { return Point; } in getPoint() function in llvm::IRBuilderBase::InsertPoint
207 SetInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()

Completed in 61 milliseconds

12