Home
last modified time | relevance | path

Searched refs:FlutterPoint (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/embedder/tests/
Dembedder_assertions.h20 inline bool operator==(const FlutterPoint& a, const FlutterPoint& b) {
109 inline std::ostream& operator<<(std::ostream& out, const FlutterPoint& point) {
236 inline FlutterPoint FlutterPointMake(double x, double y) { in FlutterPointMake()
237 FlutterPoint point = {}; in FlutterPointMake()
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dembedder.h454 } FlutterPoint; typedef
491 FlutterPoint offset;