Home
last modified time | relevance | path

Searched refs:LINGO_SCALE (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpangotext.c41 d = ((double)h_) / (double)LINGO_SCALE; in getxypos()
47 d = ((double)w_) / (double)LINGO_SCALE; in getxypos()
281 h /= LINGO_SCALE; in layout_nth_message_at_bottom()
282 w /= LINGO_SCALE; in layout_nth_message_at_bottom()
312 lingo_layout_set_width(layout, width * LINGO_SCALE); in layout_nth_message_at_bottom()
316 h /= LINGO_SCALE; in layout_nth_message_at_bottom()
362 w = pw / LINGO_SCALE; in layout_nth_message_at_bottom()
500 pango_font_description_set_absolute_size(font, size * LINGO_SCALE); in render_text_to_cr()
512 lingo_layout_set_width(layout, dwidth * LINGO_SCALE); in render_text_to_cr()
H A Dparamspecial.c203 …ives_spin_button_set_value(LIVES_SPIN_BUTTON(fchooser.size_param->widgets[0]), size / LINGO_SCALE); in font_set_cb()
214 lingo_font_description_set_size(lfd, sval * LINGO_SCALE); in text_size_cb()
H A Dwidget-helper.h107 #define LINGO_SCALE PANGO_SCALE macro
H A Dwidget-helper.c8137 lw = ((double)w_) / (double)LINGO_SCALE; in sbutt_render()
8138 lh = ((double)h_) / (double)LINGO_SCALE; in sbutt_render()
12394 w /= LINGO_SCALE; in add_fill_to_box()
H A Dwidget-helper-qt.h4679 #define LINGO_SCALE 1 macro
H A Dinterface.c6904 lh /= LINGO_SCALE; in msg_area_scroll_to()