Searched refs:coords (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atktext.cxx | 658 AtkCoordType coords ) in text_wrapper_get_character_extents() argument 670 if( coords == ATK_XY_SCREEN ) in text_wrapper_get_character_extents() 673 atk_component_get_position( ATK_COMPONENT( text ), &origin_x, &origin_y, coords); in text_wrapper_get_character_extents() 683 offset, coords, *x, *y, *width, *height); in text_wrapper_get_character_extents() 717 AtkCoordType coords) in text_wrapper_get_offset_at_point() argument 726 if( coords == ATK_XY_SCREEN ) in text_wrapper_get_offset_at_point() 729 atk_component_get_position( ATK_COMPONENT( text ), &origin_x, &origin_y, coords); in text_wrapper_get_offset_at_point()
|
/aoo41x/main/qadevOOo/tests/java/mod/_svx/ |
H A D | SvxShapePolyPolygonBezier.java | 218 PolyPolygonBezierCoords coords = new PolyPolygonBezierCoords(); in createTestEnvironment() local 219 coords.Coordinates=the_points; in createTestEnvironment() 220 coords.Flags = the_flags; in createTestEnvironment() 232 shapeProps.setPropertyValue("PolyPolygonBezier",coords); in createTestEnvironment()
|
Completed in 18 milliseconds