Searched refs:point2 (Results 1 – 9 of 9) sorted by relevance
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_members/method_signatures/ |
D | method_signatures_1.ts | 44 let point2: { x: number; y: number; z?: number }; variable 45 point2 = { x: 1, y: 2, z: 3 }; 46 let pp1 = point2; 49 point2 = { x: 0, y: 0, z: 0 }; 50 let pp2 = point2;
|
/third_party/skia/docs/examples/ |
D | Rect_set_4.cpp | 8 SkPoint point2 = {3, 4}; in draw() local 10 rect.set(point1, point2); in draw() 12 rect.set(point2, point1); in draw()
|
/third_party/skia/src/utils/win/ |
D | SkDWriteGeometrySink.cpp | 119 this->currentIsNot(beziers->point2) || in SK_STDMETHODIMP_() 124 { beziers->point2.x, beziers->point2.y }, in SK_STDMETHODIMP_() 133 beziers->point2.x, beziers->point2.y, in SK_STDMETHODIMP_()
|
/third_party/skia/tests/ |
D | CTest.cpp | 28 sk_point_t point2 = {30.0f, 40.0f}; in shader_test() local 49 &point, 10.0f, &point2, 50.0f, colors, nullptr, 2, tilemode, nullptr); in shader_test()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cff1-table.cc | 473 point_t point1 = p1, point2 = p2, point3 = p3; in cubic_to() local 477 point2.move (*delta); in cubic_to() 481 font->em_scalef_x (point2.x.to_real ()), font->em_scalef_y (point2.y.to_real ()), in cubic_to()
|
D | hb-ot-glyf-table.hh | 303 void get_anchor_points (unsigned int &point1, unsigned int &point2) const in get_anchor_points() 309 point2 = ((const HBUINT16 *) p)[1]; in get_anchor_points() 314 point2 = p[1]; in get_anchor_points()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | ec.rs | 1169 let point2 = EcPoint::from_bytes(&group, &bytes, &mut ctx).unwrap(); in point_bytes() localVariable 1170 assert!(point.eq(&group, &point2, &mut ctx).unwrap()); in point_bytes() 1183 let point2 = EcPoint::from_hex_str(&group, &hex, &mut ctx).unwrap(); in point_hex_str() localVariable 1184 assert!(point.eq(&group, &point2, &mut ctx).unwrap()); in point_hex_str()
|
/third_party/cef/tests/ceftests/ |
D | translator_unittest.cc | 145 CefPoint point2; in TEST() local 146 obj->GetPointByRef(point2); in TEST() 147 EXPECT_EQ(point, point2); in TEST()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 33015 point2.move (*delta); 33019 - font->em_scalef_x (point2.x.to_real ()), font->em_scalef_y (point2.y.to_real ()), 33022 + font->em_fscalef_x (point2.x.to_real ()), font->em_fscalef_y (point2.y.to_real ()),
|