Home
last modified time | relevance | path

Searched refs:firstXY (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dtext-tag-attributes.h136 Geom::Point firstXY() const;
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-text.cpp1103 … frame = Geom::Rect::from_xywh(attributes.firstXY()[Geom::X], -100000, inline_size, 200000); in get_frame()
1112 … frame = Geom::Rect::from_xywh(-100000, attributes.firstXY()[Geom::Y], 200000, inline_size); in get_frame()
1421 Geom::Point TextTagAttributes::firstXY() const in firstXY() function in TextTagAttributes
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/
H A Dshape-editor-knotholders.cpp1699 Geom::Point p(text->attributes.firstXY()); in knot_get()
1777 Geom::Point delta = s - text->attributes.firstXY(); in knot_set()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/toolbar/
H A Dtext-toolbar.cpp1026 Geom::Point XY = SP_TEXT(item)->attributes.firstXY(); in align_mode_changed()