Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkGeometry.h18 static inline SkPoint to_point(const Sk2s& x) { in to_point() function
/third_party/skia/src/core/
DSkGeometry.h18 static inline SkPoint to_point(const Sk2s& x) { in to_point() function
/third_party/skia/modules/skplaintexteditor/src/
Deditor.cpp68 static SkPoint to_point(SkIPoint p) { return {(float)p.x(), (float)p.y()}; } in to_point() function
/third_party/flutter/skia/experimental/editor/
Deditor.cpp68 static SkPoint to_point(SkIPoint p) { return {(float)p.x(), (float)p.y()}; } in to_point() function