Home
last modified time | relevance | path

Searched refs:plot_style_int_to_fixed (Results 1 – 9 of 9) sorted by relevance

/dports/www/netsurf/netsurf-3.10/desktop/
H A Dplot_style.c50 .stroke_width = plot_style_int_to_fixed(1),
58 .stroke_width = plot_style_int_to_fixed(1),
66 .stroke_width = plot_style_int_to_fixed(1),
77 .stroke_width = plot_style_int_to_fixed(1),
137 .stroke_width = plot_style_int_to_fixed(2),
H A Dlocal_history.c62 .stroke_width = plot_style_int_to_fixed(2),
79 .stroke_width = plot_style_int_to_fixed(1),
88 .stroke_width = plot_style_int_to_fixed(3),
97 .stroke_width = plot_style_int_to_fixed(3),
H A Dscrollbar.c168 .stroke_width = plot_style_int_to_fixed(1), in scrollbar_rectangle()
173 .stroke_width = plot_style_int_to_fixed(1), in scrollbar_rectangle()
178 .stroke_width = plot_style_int_to_fixed(1), in scrollbar_rectangle()
H A Dsave_pdf.c218 plot_style_int_to_fixed(pstyle->stroke_width), in pdf_plot_rectangle()
250 plot_style_int_to_fixed(pstyle->stroke_width), in pdf_plot_line()
H A Dtextarea.c50 .stroke_width = plot_style_int_to_fixed(1),
/dports/www/netsurf/netsurf-3.10/include/netsurf/
H A Dplot_style.h51 #define plot_style_int_to_fixed(v) ((v) << PLOT_STYLE_RADIX) macro
/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Dplugin_hack.c155 .stroke_width = plot_style_int_to_fixed(1), in amiga_plugin_hack_redraw()
H A Ddt_sound.c199 .stroke_width = plot_style_int_to_fixed(1), in amiga_dt_sound_redraw()
/dports/www/netsurf/netsurf-3.10/content/handlers/image/
H A Dsvg.c196 pstyle.stroke_width = plot_style_int_to_fixed( in svg_redraw_internal()