Home
last modified time | relevance | path

Searched refs:TextUpperLeft (Results 1 – 8 of 8) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DLinkText.cpp107 Resize(TextLowerRight() - TextUpperLeft()); in LinkText()
136 GG::Pt LinkText::TextUpperLeft() const in TextUpperLeft() function in LinkText
137 { return GG::TextControl::TextUpperLeft(); } in TextUpperLeft()
285 GG::Rect bounds(TextUpperLeft(), TextLowerRight()); in Render_()
291 GG::Rect r = TextUpperLeft() + rect; in Render_()
483 GG::Pt tex_ul = TextUpperLeft(); in GetLinkUnderPt()
H A DLinkText.h90 virtual GG::Pt TextUpperLeft() const = 0;
148 GG::Pt TextUpperLeft() const override;
H A DSystemIcon.cpp224 GG::Pt text_size(m_text->TextLowerRight() - m_text->TextUpperLeft()); in CompleteConstruction()
H A DCUIControls.h387 GG::Pt TextUpperLeft() const override;
H A DCUIControls.cpp1173 GG::Pt CUILinkTextMultiEdit::TextUpperLeft() const in TextUpperLeft() function in CUILinkTextMultiEdit
1174 { return CUIMultiEdit::TextUpperLeft() - ScrollPosition() + GG::Pt(GG::X(5), GG::Y(5)); } in TextUpperLeft()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DGroupBox.cpp102 vertices[0] = Value(m_label->TextUpperLeft().x - GAP_FROM_TEXT); in Render()
H A DTextControl.cpp185 Pt TextControl::TextUpperLeft() const in TextUpperLeft() function in TextControl
465 Pt text_sz = TextLowerRight() - TextUpperLeft(); in RecomputeTextBounds()
/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DTextControl.h194 Pt TextUpperLeft() const;