Searched refs:coord_type (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/vcl/unx/gtk/a11y/ |
H A D | atkcomponent.cxx | 104 AtkCoordType coord_type) in component_wrapper_contains() argument 110 return pComponent->containsPoint( translatePoint( pComponent, x, y, coord_type ) ); in component_wrapper_contains() 126 AtkCoordType coord_type) in component_wrapper_ref_accessible_at_point() argument 136 translatePoint( pComponent, x, y, coord_type ) ); in component_wrapper_ref_accessible_at_point() 170 AtkCoordType coord_type) in component_wrapper_get_position() argument 179 if( coord_type == ATK_XY_SCREEN ) in component_wrapper_get_position() 233 AtkCoordType coord_type) in component_wrapper_get_extents() argument 235 component_wrapper_get_position( component, x, y, coord_type ); in component_wrapper_get_extents()
|
H A D | atkimage.cxx | 87 AtkCoordType coord_type ) in image_get_image_position() argument 91 atk_component_get_position( ATK_COMPONENT( image ), x, y, coord_type ); in image_get_image_position()
|
Completed in 10 milliseconds