Home
last modified time | relevance | path

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

123

/third_party/skia/docs/examples/
DPath_IsQuadDegenerate.cpp9 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()
DPath_getPoint.cpp11 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/
DPath_IsQuadDegenerate.cpp9 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()
DPath_getPoint.cpp11 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/
Dfile-not-exporting-a-deep-multilevel-import-that-changes.js19 export function getPoint(): PointWrapper {
30 import { getPoint } from "./c";
31 getPoint().c.x;
71 2 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 2 getPoint().c.x;
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/
Dfile-not-exporting-a-deep-multilevel-import-that-changes.js19 export function getPoint(): PointWrapper {
30 import { getPoint } from "./c";
31 getPoint().c.x;
71 2 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/
Dfile-not-exporting-a-deep-multilevel-import-that-changes.js19 export function getPoint(): PointWrapper {
30 import { getPoint } from "./c";
31 getPoint().c.x;
71 2 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/
Dfile-not-exporting-a-deep-multilevel-import-that-changes.js19 export function getPoint(): PointWrapper {
30 import { getPoint } from "./c";
31 getPoint().c.x;
71 2 getPoint().c.x;
136 exports.getPoint = void 0;
137 function getPoint() {
146 exports.getPoint = getPoint;
154 c_1.getPoint().c.x;
195 2 getPoint().c.x;
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/
Dfile-not-exporting-a-deep-multilevel-import-that-changes.js19 export function getPoint(): PointWrapper {
30 import { getPoint } from "./c";
31 getPoint().c.x;
71 2 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/
Dfile-not-exporting-a-deep-multilevel-import-that-changes.js19 export function getPoint(): PointWrapper {
30 import { getPoint } from "./c";
31 getPoint().c.x;
71 2 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/
DSkDashPath.cpp332 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/
DSkDashPath.cpp327 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/
DLoopVectorizationPlanner.h83 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/
DRegBankSelect.h148 MachineBasicBlock::iterator getPoint() { in getPoint() function
180 return getInsertMBB().insert(getPoint(), &MI); in insert()
/third_party/skia/modules/canvaskit/tests/
Dpath.spec.js241 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/
Dpatheffects.cpp315 const SkPoint pts[2] = {src.getPoint(0), src.getPoint(1)}; in onFilterPath()
/third_party/flutter/skia/samplecode/
DSampleDegenerateQuads.cpp73 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/
DSampleDegenerateQuads.cpp79 SkPoint p0 = intersection.getPoint(i); in get_area_coverage()
80 SkPoint p1 = intersection.getPoint((i + 1) % intersection.countPoints()); in get_area_coverage()
DSamplePathTessellators.cpp273 SkPoint pt = path->getPoint(fPtIdx); in doClick()
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc2039 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/
DSkScan_AntiPath.cpp614 SkPoint lastPoint = path.getPoint(0); in compute_complexity()
616 SkPoint point = path.getPoint(i); in compute_complexity()
/third_party/flutter/skia/src/core/
DSkScan_AntiPath.cpp615 SkPoint lastPoint = path.getPoint(0); in compute_complexity()
617 SkPoint point = path.getPoint(i); in compute_complexity()
/third_party/boost/boost/polygon/detail/
Dpolygon_formation.hpp247 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/
Dexterns.js224 getPoint: function() {}, method
/third_party/flutter/skia/src/pathops/
DSkPathWriter.cpp361 next = contour.getPoint(0); in assemble()

123