Home
last modified time | relevance | path

Searched defs:to_point (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dmath_util.rs145 fn to_point(&self) -> Point; in to_point() method
151 fn to_point(&self) -> Point { in to_point() method
/aosp_15_r20/external/skia/src/core/
H A DSkGeometry.h26 static inline SkPoint to_point(const skvx::float2& x) { in to_point() function
/aosp_15_r20/external/skia/modules/skplaintexteditor/src/
H A Deditor.cpp75 static SkPoint to_point(SkIPoint p) { return {(float)p.x(), (float)p.y()}; } in to_point() function
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/
H A Dec.rs423 pub fn to_point(&self) -> Point { in to_point() method
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
H A Dec.rs423 pub fn to_point(&self) -> Point { in to_point() method
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dec.rs80 fn to_point<Curve: EllipticCurve>(&self) -> Point<Curve> { in to_point() method