/third_party/skia/docs/examples/ |
D | Path_IsQuadDegenerate.cpp | 9 path.getPoint(0).fX, path.getPoint(0).fY, path.getPoint(1).fX, in draw() 10 path.getPoint(1).fY, path.getPoint(2).fX, path.getPoint(2).fY, in draw() 11 SkPath::IsQuadDegenerate(path.getPoint(0), path.getPoint(1), path.getPoint(2), exact) ? in draw()
|
D | Path_getPoint.cpp | 11 SkDebugf("point %d: (%1.8g,%1.8g)\n", i, path.getPoint(i).fX, path.getPoint(i).fY); in draw()
|
/third_party/flutter/skia/docs/examples/ |
D | Path_IsQuadDegenerate.cpp | 9 path.getPoint(0).fX, path.getPoint(0).fY, path.getPoint(1).fX, in draw() 10 path.getPoint(1).fY, path.getPoint(2).fX, path.getPoint(2).fY, in draw() 11 SkPath::IsQuadDegenerate(path.getPoint(0), path.getPoint(1), path.getPoint(2), exact) ? in draw()
|
D | Path_getPoint.cpp | 11 SkDebugf("point %d: (%1.8g,%1.8g)\n", i, path.getPoint(i).fX, path.getPoint(i).fY); in draw()
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/ |
D | file-not-exporting-a-deep-multilevel-import-that-changes.js | 19 export function getPoint(): PointWrapper { 30 import { getPoint } from "./c"; 31 getPoint().c.x; 71 [7m2[0m getPoint().c.x; 153 exports.getPoint = void 0; 154 function getPoint() { 163 exports.getPoint = getPoint; 169 export declare function getPoint(): PointWrapper; 176 c_1.getPoint().c.x; 225 [7m2[0m getPoint().c.x;
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/ |
D | file-not-exporting-a-deep-multilevel-import-that-changes.js | 19 export function getPoint(): PointWrapper { 30 import { getPoint } from "./c"; 31 getPoint().c.x; 71 [7m2[0m getPoint().c.x; 153 exports.getPoint = void 0; 154 function getPoint() { 163 exports.getPoint = getPoint; 169 export declare function getPoint(): PointWrapper; 176 c_1.getPoint().c.x;
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/ |
D | file-not-exporting-a-deep-multilevel-import-that-changes.js | 19 export function getPoint(): PointWrapper { 30 import { getPoint } from "./c"; 31 getPoint().c.x; 71 [7m2[0m getPoint().c.x; 153 exports.getPoint = void 0; 154 function getPoint() { 163 exports.getPoint = getPoint; 169 export declare function getPoint(): PointWrapper; 176 c_1.getPoint().c.x;
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/ |
D | file-not-exporting-a-deep-multilevel-import-that-changes.js | 19 export function getPoint(): PointWrapper { 30 import { getPoint } from "./c"; 31 getPoint().c.x; 71 [7m2[0m getPoint().c.x; 136 exports.getPoint = void 0; 137 function getPoint() { 146 exports.getPoint = getPoint; 154 c_1.getPoint().c.x; 195 [7m2[0m getPoint().c.x;
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/ |
D | file-not-exporting-a-deep-multilevel-import-that-changes.js | 19 export function getPoint(): PointWrapper { 30 import { getPoint } from "./c"; 31 getPoint().c.x; 71 [7m2[0m getPoint().c.x; 136 exports.getPoint = void 0; 137 function getPoint() { 146 exports.getPoint = getPoint; 154 c_1.getPoint().c.x;
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/ |
D | file-not-exporting-a-deep-multilevel-import-that-changes.js | 19 export function getPoint(): PointWrapper { 30 import { getPoint } from "./c"; 31 getPoint().c.x; 71 [7m2[0m getPoint().c.x; 136 exports.getPoint = void 0; 137 function getPoint() { 146 exports.getPoint = getPoint; 154 c_1.getPoint().c.x;
|
/third_party/skia/src/utils/ |
D | SkDashPath.cpp | 332 SkPoint midPoint = src.getPoint(0); in InternalFilter() 335 while (midPoint == src.getPoint(last)) { in InternalFilter() 341 while (midPoint == src.getPoint(next)) { in InternalFilter() 345 SkVector v = midPoint - src.getPoint(last); in InternalFilter() 351 v = midPoint - src.getPoint(next); in InternalFilter()
|
/third_party/flutter/skia/src/utils/ |
D | SkDashPath.cpp | 327 SkPoint midPoint = src.getPoint(0); in InternalFilter() 330 while (midPoint == src.getPoint(last)) { in InternalFilter() 336 while (midPoint == src.getPoint(next)) { in InternalFilter() 340 SkVector v = midPoint - src.getPoint(last); in InternalFilter() 346 v = midPoint - src.getPoint(next); in InternalFilter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationPlanner.h | 83 VPBasicBlock::iterator getPoint() const { return Point; } in getPoint() function 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/ |
D | RegBankSelect.h | 148 MachineBasicBlock::iterator getPoint() { in getPoint() function 180 return getInsertMBB().insert(getPoint(), &MI); in insert()
|
/third_party/skia/modules/canvaskit/tests/ |
D | path.spec.js | 241 let pt = path.getPoint(0); 245 path.getPoint(2, pt); 249 path.getPoint(1000, pt); // off the end returns (0, 0) as per the docs.
|
/third_party/skia/gm/ |
D | patheffects.cpp | 315 const SkPoint pts[2] = {src.getPoint(0), src.getPoint(1)}; in onFilterPath()
|
/third_party/flutter/skia/samplecode/ |
D | SampleDegenerateQuads.cpp | 73 SkPoint p0 = intersection.getPoint(i); in get_area_coverage() 74 SkPoint p1 = intersection.getPoint((i + 1) % intersection.countPoints()); in get_area_coverage()
|
/third_party/skia/samplecode/ |
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()
|
D | SamplePathTessellators.cpp | 273 SkPoint pt = path->getPoint(fPtIdx); in doClick()
|
/third_party/flutter/engine/flutter/third_party/txt/tests/ |
D | paragraph_unittests.cc | 2039 ASSERT_EQ(path0.getPoint(i).x(), canonical_path0.getPoint(i).x()); in TEST_F() 2040 ASSERT_EQ(path0.getPoint(i).y(), canonical_path0.getPoint(i).y()); in TEST_F() 2056 ASSERT_EQ(path1.getPoint(i).x(), canonical_path1.getPoint(i).x()); in TEST_F() 2057 ASSERT_EQ(path1.getPoint(i).y(), canonical_path1.getPoint(i).y()); in TEST_F() 2074 ASSERT_EQ(path2.getPoint(i).x(), canonical_path2.getPoint(i).x()); in TEST_F() 2075 ASSERT_EQ(path2.getPoint(i).y(), canonical_path2.getPoint(i).y()); in TEST_F() 2092 ASSERT_EQ(path3.getPoint(i).x(), canonical_path3.getPoint(i).x()); in TEST_F() 2093 ASSERT_EQ(path3.getPoint(i).y(), canonical_path3.getPoint(i).y()); in TEST_F() 2110 ASSERT_EQ(path4.getPoint(i).x(), canonical_path4.getPoint(i).x()); in TEST_F() 2111 ASSERT_EQ(path4.getPoint(i).y(), canonical_path4.getPoint(i).y()); in TEST_F()
|
/third_party/skia/src/core/ |
D | SkScan_AntiPath.cpp | 614 SkPoint lastPoint = path.getPoint(0); in compute_complexity() 616 SkPoint point = path.getPoint(i); in compute_complexity()
|
/third_party/flutter/skia/src/core/ |
D | SkScan_AntiPath.cpp | 615 SkPoint lastPoint = path.getPoint(0); in compute_complexity() 617 SkPoint point = path.getPoint(i); in compute_complexity()
|
/third_party/boost/boost/polygon/detail/ |
D | polygon_formation.hpp | 247 point_data<Unit> getPoint(unsigned int index) const; 754 point_data<Unit> u = pBegin->getPoint(i); in print() 764 point_data<Unit> u = pEnd->getPoint(i); in print() 1054 inline point_data<Unit> PolyLine<Unit>::getPoint(unsigned int index) const { in getPoint() function in boost::polygon::polygon_formation::PolyLine 1071 return getPoint((end ? numSegments() - 1 : (unsigned int)0)); in getEndPoint()
|
/third_party/flutter/skia/modules/canvaskit/ |
D | externs.js | 224 getPoint: function() {}, method
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathWriter.cpp | 361 next = contour.getPoint(0); in assemble()
|