Home
last modified time | relevance | path

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/
Dmethod_signatures_1.ts44 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/
DRect_set_4.cpp8 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/
DSkDWriteGeometrySink.cpp119 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/
DCTest.cpp28 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/
Dhb-ot-cff1-table.cc473 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()
Dhb-ot-glyf-table.hh303 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/
Dec.rs1169 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/
Dtranslator_unittest.cc145 CefPoint point2; in TEST() local
146 obj->GetPointByRef(point2); in TEST()
147 EXPECT_EQ(point, point2); in TEST()
/third_party/chromium/patch/
D0001-cve.patch33015 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 ()),