/third_party/skia/docs/examples/ |
H A D | Path_IsQuadDegenerate.cpp | 9 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 D | Path_getPoint.cpp | 11 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 D | SkDashPath.cpp | 332 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 D | LoopVectorizationPlanner.h | 83 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 D | RegBankSelect.h | 148 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 D | patheffects.cpp | 315 const SkPoint pts[2] = {src.getPoint(0), src.getPoint(1)};
|
/third_party/skia/samplecode/ |
H A D | SampleDegenerateQuads.cpp | 79 SkPoint p0 = intersection.getPoint(i); in get_area_coverage() 80 SkPoint p1 = intersection.getPoint((i + 1) % intersection.countPoints()); in get_area_coverage()
|
H A D | SamplePathTessellators.cpp | 273 SkPoint pt = path->getPoint(fPtIdx); in doClick()
|
/third_party/skia/src/core/ |
H A D | SkScan_AntiPath.cpp | 622 SkPoint lastPoint = path.getPoint(0); 624 SkPoint point = path.getPoint(i);
|
H A D | SkPath.cpp | 480 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 D | SkPathWriter.cpp | 358 next = contour.getPoint(0); in assemble()
|
/third_party/skia/modules/canvaskit/ |
H A D | externs.js | 574 getPoint: function() {},
|
H A D | interface.js | 910 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 D | OMPIRBuilder.cpp | 376 if (IP.getBlock()->end() == IP.getPoint()) { in CreateParallel()
|
/third_party/skia/include/core/ |
H A D | SkPath.h | 422 SkPoint getPoint(int index) const;
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 3957 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 D | measunit.h | 2382 * Also see {@link #getPoint()}. 2393 static MeasureUnit getPoint();
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | measunit.h | 2382 * Also see {@link #getPoint()}. 2393 static MeasureUnit getPoint();
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | DumbTextComponent.java | 172 point2Offset(e.getPoint(), tempSelection); in select()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | measunit.h | 2343 * Also see {@link #getPoint()}. 2354 static MeasureUnit getPoint();
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | measfmttest.cpp | 1440 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 D | measunit.cpp | 1445 MeasureUnit MeasureUnit::getPoint() { in getPoint() function in MeasureUnit
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | measunit.cpp | 1447 MeasureUnit MeasureUnit::getPoint() { in getPoint() function in MeasureUnit
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | measunit.cpp | 1416 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 D | IRBuilder.h | 189 BasicBlock::iterator getPoint() const { return Point; } in getPoint() function in llvm::IRBuilderBase::InsertPoint 207 SetInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
|