Searched refs:_cef_display_t (Results 1 – 4 of 4) sorted by relevance
57 typedef struct _cef_display_t { struct66 int64(CEF_CALLBACK* get_id)(struct _cef_display_t* self); argument74 float(CEF_CALLBACK* get_device_scale_factor)(struct _cef_display_t* self); argument80 void(CEF_CALLBACK* convert_point_to_pixels)(struct _cef_display_t* self, argument87 void(CEF_CALLBACK* convert_point_from_pixels)(struct _cef_display_t* self, argument94 cef_rect_t(CEF_CALLBACK* get_bounds)(struct _cef_display_t* self);100 cef_rect_t(CEF_CALLBACK* get_work_area)(struct _cef_display_t* self);105 int(CEF_CALLBACK* get_rotation)(struct _cef_display_t* self); argument
254 struct _cef_display_t*(CEF_CALLBACK* get_display)(struct _cef_window_t* self);
128 int64 CEF_CALLBACK display_get_id(struct _cef_display_t* self) { in display_get_id()145 display_get_device_scale_factor(struct _cef_display_t* self) { in display_get_device_scale_factor()161 void CEF_CALLBACK display_convert_point_to_pixels(struct _cef_display_t* self, in display_convert_point_to_pixels()186 void CEF_CALLBACK display_convert_point_from_pixels(struct _cef_display_t* self, in display_convert_point_from_pixels()211 cef_rect_t CEF_CALLBACK display_get_bounds(struct _cef_display_t* self) { in display_get_bounds()227 cef_rect_t CEF_CALLBACK display_get_work_area(struct _cef_display_t* self) { in display_get_work_area()243 int CEF_CALLBACK display_get_rotation(struct _cef_display_t* self) { in display_get_rotation()
314 typedef struct _cef_display_t* (*cef_display_get_primary_ptr)();315 typedef struct _cef_display_t* (317 typedef struct _cef_display_t* (320 typedef void (*cef_display_get_alls_ptr)(size_t*, struct _cef_display_t**);1645 NO_SANITIZE("cfi-icall") struct _cef_display_t* cef_display_get_primary() { in cef_display_get_primary()1650 struct _cef_display_t* cef_display_get_nearest_point(const cef_point_t* point, in cef_display_get_nearest_point()1657 struct _cef_display_t* cef_display_get_matching_bounds(const cef_rect_t* bounds, in cef_display_get_matching_bounds()1669 struct _cef_display_t** displays) { in cef_display_get_alls()