A structure to represent a 2D point. More...
#include <embedder.h>
Public Attributes | |
| double | x |
| double | y |
A structure to represent a 2D point.
Definition at line 649 of file embedder.h.
| double FlutterPoint::x |
Definition at line 650 of file embedder.h.
Referenced by fl_compositor_opengl_present_layers(), FlutterPointMake(), operator<<(), operator==(), flutter::FlutterCompositor::Present(), flutter::CompositorSoftware::Present(), flutter::EmbedderLayers::PushBackingStoreLayer(), and flutter::EmbedderLayers::PushPlatformViewLayer().
| double FlutterPoint::y |
Definition at line 651 of file embedder.h.
Referenced by fl_compositor_opengl_present_layers(), FlutterPointMake(), operator<<(), operator==(), flutter::FlutterCompositor::Present(), flutter::CompositorOpenGL::Present(), flutter::CompositorSoftware::Present(), flutter::EmbedderLayers::PushBackingStoreLayer(), and flutter::EmbedderLayers::PushPlatformViewLayer().