Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpangotext.c507 if (center) lingo_layout_set_alignment(layout, LINGO_ALIGN_CENTER); in render_text_to_cr()
508 else lingo_layout_set_alignment(layout, LINGO_ALIGN_LEFT); in render_text_to_cr()
H A Dwidget-helper.h67 #define lingo_layout_set_alignment(a, b) pango_layout_set_alignment(a, b) macro
H A Dwidget-helper-qt.h4719 LIVES_INLINE void lingo_layout_set_alignment(LingoLayout *l, int alignment) { in lingo_layout_set_alignment() function
H A Dwidget-helper.c8106 lingo_layout_set_alignment(layout, LINGO_ALIGN_CENTER); in sbutt_render()