Home
last modified time | relevance | path

Searched refs:inifile_get_gint32 (Results 1 – 13 of 13) sorted by relevance

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dinifile.h82 gint32 inifile_get_gint32(gchar *setting, gint32 defaultValue);
H A Dinifile.c129 gint32 inifile_get_gint32(gchar *setting, gint32 defaultValue) in inifile_get_gint32() function
H A Dladspadialog.c336 j = inifile_get_gint32(ch,q); in ladspa_dialog_setup()
/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dinifile.h86 int inifile_get_gint32(char *setting, int defaultValue);
H A Dfont.c920 inifile_get_gint32( "lastTextFace", 0 ), in render_to_1bpp()
1035 int last_font_name_dir = inifile_get_gint32("lastFontNameDir", 0), in collect_fontnames()
1036 last_font_name_bitmap = inifile_get_gint32("lastFontNameBitmap", 0); in collect_fontnames()
1180 int geom = inifile_get_gint32("lastfontBitmapGeometry", 0); in collect_fontsizes()
H A Dcpick.c867 size = inifile_get_gint32("cpickerSize", CPICK_SIZE_DEFAULT); in cpick_create()
874 pal_strips = inifile_get_gint32("cpickerStrips", CPICK_PAL_STRIPS_DEFAULT); in cpick_create()
883 tdata.pal[i] = inifile_get_gint32(txt, PNG_2_INT(mem_pal_def[i])); in cpick_create()
H A Dotherwindow.c273 tdata.w = inifile_get_gint32("lastnewWidth", DEFAULT_WIDTH); in generic_new_window()
274 tdata.h = inifile_get_gint32("lastnewHeight", DEFAULT_HEIGHT); in generic_new_window()
275 tdata.c = inifile_get_gint32("lastnewCols", 256); in generic_new_window()
276 im_type = inifile_get_gint32("lastnewType", 2); in generic_new_window()
1772 tdata.pos_AB = inifile_get_gint32("posterizeInt", 1); in colour_selector()
H A Dcanvas.c3617 int nw = inifile_get_gint32("lastnewWidth", DEFAULT_WIDTH ), in create_default_image()
3618 nh = inifile_get_gint32("lastnewHeight", DEFAULT_HEIGHT ), in create_default_image()
3619 nc = inifile_get_gint32("lastnewCols", 256 ), in create_default_image()
3620 nt = inifile_get_gint32("lastnewType", 2 ); in create_default_image()
H A Dinifile.c1032 int inifile_get_gint32(char *setting, int defaultValue) in inifile_get_gint32() function
H A Dmainwindow.c1039 *(ilp->var) = inifile_get_gint32(ilp->name, ilp->defv); in var_init()
1057 tr = inifile_get_gint32("tiffTypeRGB", 1 /* COMPRESSION_NONE */); in var_init()
1058 ti = inifile_get_gint32("tiffTypeI", 1 /* COMPRESSION_NONE */); in var_init()
1059 tb = inifile_get_gint32("tiffTypeBW", 1 /* COMPRESSION_NONE */); in var_init()
H A Dmygtk.c296 mode = inifile_get_gint32("tablet_mode", 0); in init_tablet()
313 u[i] = inifile_get_gint32(buf, GDK_AXIS_IGNORE); in init_tablet()
339 inifile_get_gint32(buf, GDK_AXIS_IGNORE)); in init_tablet()
H A Dvcode.c4577 if (l > 4) w = inifile_get_gint32(cp[5], w); in listc()
5178 if (l > 4) width = inifile_get_gint32(cp[5], width); in listc()
6468 vdata->xywh[i] = inifile_get_gint32(name, vdata->xywh[i]); in rw_pos()
8480 inifile_get_gint32(pp[3], (int)pp[4])); in run_create_()
10169 w = inifile_get_gint32(ini, -1); in cmd_set()
H A Dmemory.c2059 channel_rgb[i][j] = inifile_get_gint32(txt, channel_rgb[i][j] ); in mem_init()
2061 else channel_opacity[i] = inifile_get_gint32(txt, channel_opacity[i] ); in mem_init()