#include <text_base_types.h>
Data Fields | |
int | x |
X coordinate, in pixels. | |
int | y |
Y coordinate, in pixels. |
Definition at line 39 of file text_base_types.h.
X coordinate, in pixels.
Definition at line 41 of file text_base_types.h.
Referenced by text::PluginViewImpl::get_anchor_from_coordinates_impl(), text::TextView::get_bounding_rectangles(), text::TextView::map_doc_pos_to_view_pos(), text::TextView::map_view_pos_to_doc_pos(), and widget_event_handler().
Y coordinate, in pixels.
Definition at line 42 of file text_base_types.h.
Referenced by text::PluginViewImpl::get_anchor_from_coordinates_impl(), text::TextView::get_bounding_rectangles(), text::TextView::map_doc_pos_to_view_pos(), text::TextView::map_view_pos_to_doc_pos(), and widget_event_handler().