Home
last modified time | relevance | path

Searched defs:height (Results 1 – 25 of 143501) sorted by path

12345678910>>...5741

/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/atk-adaptor/adaptors/
H A Dcomponent-adaptor.c147 dbus_int32_t width, height; in impl_GetSize() local
295 dbus_int32_t x, y, width, height; in impl_SetExtents() local
369 dbus_uint32_t x, y, width, height; in impl_get_ScreenExtents() local
395 dbus_int32_t width, height; in impl_SetSize() local
H A Dimage-adaptor.c105 dbus_int32_t width, height; in impl_GetImageSize() local
H A Dsocket-adaptor.c62 gint *width, gint *height, in atspi_plug_component_get_extents()
152 gint *width, gint *height) in atspi_plug_component_get_size()
H A Dtext-adaptor.c467 dbus_int32_t x, y, width, height; in impl_GetCharacterExtents() local
663 dbus_int32_t x, y, width, height; in impl_GetRangeExtents() local
698 dbus_int32_t x, y, width, height; in impl_GetBoundedRanges() local
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/atk-adaptor/
H A Dspi-dbus.c45 dbus_uint32_t x, y, width, height; in spi_dbus_return_rect() local
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/tests/
H A Datk-object-xml-loader.c172 gint width, height; in create_atk_object_from_element() local
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/tests/dummyatk/
H A Dmy-atk-component.c74 gint *height, in my_atk_component_get_extents()
93 gint height, in my_atk_component_set_extents()
H A Dmy-atk-image.c47 const gint height, in my_atk_set_image()
95 void my_atk_image_get_image_size (AtkImage *obj, gint *width, gint *height) in my_atk_image_get_image_size()
H A Dmy-atk-image.h50 gint height; member
H A Dmy-atk-text.c54 const gint height, in my_atk_set_text()
125 …er_extents (AtkText *obj, gint offset, gint *x, gint *y, gint *width, gint *height, AtkCoordType c… in my_atk_text_get_character_extents()
H A Dmy-atk-text.h50 gint height; member
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/atspi/
H A Datspi-component.c316 gint height, in atspi_component_set_extents()
407 gint height, in atspi_component_set_size()
H A Datspi-component.h42 gint height; member
H A Datspi-event-listener.c313 dbus_int32_t x, y, width, height; in demarshal_rect() local
H A Datspi-text.c753 gint height, in atspi_text_get_bounded_ranges()
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/registryd/
H A Dregistry.c463 dbus_int32_t x = 0, y = 0, width = 1024, height = 768; in impl_GetExtents() local
497 dbus_int32_t width = 1024, height = 768; in impl_GetSize() local
/dports/accessibility/atk/atk-2.36.0/atk/
H A Datkcomponent.c270 gint *height, in atk_component_get_extents()
373 gint *height) in atk_component_get_size()
516 gint height, in atk_component_set_extents()
656 gint real_x, real_y, width, height; in atk_component_real_contains() local
708 gint width, height; in atk_component_real_get_position() local
716 gint *height) in atk_component_real_get_size()
H A Datkcomponent.h107 gint height; member
H A Datkimage.c107 int *height) in atk_image_get_image_size()
H A Datksocket.c179 gint *height, in atk_socket_component_real_get_extents()
H A Datktext.c688 gint *height, in atk_text_get_character_extents()
H A Datktext.h194 gint height; member
/dports/accessibility/atkmm/atkmm-2.28.0/atk/atkmm/
H A Dcomponent.cc232 …nts_vfunc_callback(AtkComponent* self, gint* x, gint* y, gint* width, gint* height, AtkCoordType c… in get_extents_vfunc_callback()
314 void Component_Class::get_size_vfunc_callback(AtkComponent* self, gint* width, gint* height) in get_size_vfunc_callback()
507 …extents_vfunc_callback(AtkComponent* self, gint x, gint y, gint width, gint height, AtkCoordType c… in set_extents_vfunc_callback()
593 gboolean Component_Class::set_size_vfunc_callback(AtkComponent* self, gint width, gint height) in set_size_vfunc_callback()
711 void Component::get_extents(int& x, int& y, int& width, int& height, CoordType coord_type) const in get_extents()
758 bool Component::set_extents(int x, int y, int width, int height, CoordType coord_type) in set_extents()
768 bool Component::set_size(int width, int height) in set_size()
822 void Atk::Component::get_extents_vfunc(int& x, int& y, int& width, int& height, CoordType coord_typ… in get_extents_vfunc()
918 bool Atk::Component::set_extents_vfunc(int x, int y, int width, int height, CoordType coord_type) in set_extents_vfunc()
950 bool Atk::Component::set_size_vfunc(int width, int height) in set_size_vfunc()
H A Dimage.cc206 void Image_Class::get_image_size_vfunc_callback(AtkImage* self, gint* width, gint* height) in get_image_size_vfunc_callback()
H A Dtext.cc563 …c_callback(AtkText* self, gint offset, gint* x, gint* y, gint* width, gint* height, AtkCoordType c… in get_character_extents_vfunc_callback()
1268 void Text::get_character_extents(int offset, int& x, int& y, int& width, int& height, CoordType coo… in get_character_extents()
1495 void Atk::Text::get_character_extents_vfunc(int offset, int& x, int& y, int& width, int& height, Co… in get_character_extents_vfunc()

12345678910>>...5741