Home
last modified time | relevance | path

Searched refs:coeff_1_1 (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/libgimp/
H A Dgimpdrawabletransform_pdb.h178 gdouble coeff_1_1,
194 gdouble coeff_1_1,
H A Dgimpdrawabletransform_pdb.c814 gdouble coeff_1_1, in gimp_drawable_transform_matrix() argument
836 GIMP_PDB_FLOAT, coeff_1_1, in gimp_drawable_transform_matrix()
883 gdouble coeff_1_1, in gimp_drawable_transform_matrix_default() argument
902 GIMP_PDB_FLOAT, coeff_1_1, in gimp_drawable_transform_matrix_default()
H A Dgimpitemtransform_pdb.c667 gdouble coeff_1_1, in gimp_item_transform_matrix() argument
684 GIMP_PDB_FLOAT, coeff_1_1, in gimp_item_transform_matrix()
H A Dgimpitemtransform_pdb.h87 gdouble coeff_1_1,
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/
H A Dpygimp-drawable.c906 coeff_1_0, coeff_1_1, coeff_1_2, in drw_transform_matrix() local
922 &coeff_1_0, &coeff_1_1, &coeff_1_2, in drw_transform_matrix()
936 coeff_1_0, coeff_1_1, coeff_1_2, in drw_transform_matrix()
948 coeff_1_0, coeff_1_1, coeff_1_2, in drw_transform_matrix_default() local
962 &coeff_1_0, &coeff_1_1, &coeff_1_2, in drw_transform_matrix_default()
974 coeff_1_0, coeff_1_1, coeff_1_2, in drw_transform_matrix_default()
/dports/graphics/gimp-app/gimp-2.10.30/app/pdb/
H A Ddrawable-transform-cmds.c1380 gdouble coeff_1_1; in drawable_transform_matrix_invoker() local
1394 coeff_1_1 = g_value_get_double (gimp_value_array_index (args, 5)); in drawable_transform_matrix_invoker()
1430 matrix.coeff[1][1] = coeff_1_1; in drawable_transform_matrix_invoker()
1490 gdouble coeff_1_1; in drawable_transform_matrix_default_invoker() local
1503 coeff_1_1 = g_value_get_double (gimp_value_array_index (args, 5)); in drawable_transform_matrix_default_invoker()
1538 matrix.coeff[1][1] = coeff_1_1; in drawable_transform_matrix_default_invoker()
H A Ditem-transform-cmds.c917 gdouble coeff_1_1; in item_transform_matrix_invoker() local
928 coeff_1_1 = g_value_get_double (gimp_value_array_index (args, 5)); in item_transform_matrix_invoker()
960 matrix.coeff[1][1] = coeff_1_1; in item_transform_matrix_invoker()