Home
last modified time | relevance | path

Searched refs:RS_xy_COORD (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/rawstudio/rawstudio-2.0/librawstudio/
H A Drs-color.h26 extern void rs_color_whitepoint_to_temp(const RS_xy_COORD *xy, gfloat *temp, gfloat *tint);
27 extern RS_xy_COORD rs_color_temp_to_whitepoint(gfloat temp, gfloat tint);
28 extern RS_XYZ_VECTOR xy_to_XYZ(const RS_xy_COORD *xy);
29 extern RS_xy_COORD XYZ_to_xy(const RS_XYZ_VECTOR *XYZ);
30 extern RS_MATRIX3 rs_calculate_map_white_matrix(const RS_xy_COORD *from_xy, const RS_xy_COORD *to_x…
H A Drs-color.c73 rs_color_whitepoint_to_temp(const RS_xy_COORD *xy, gfloat *temp, gfloat *tint) in rs_color_whitepoint_to_temp()
155 RS_xy_COORD
158 RS_xy_COORD xy = XYZ_to_xy(&XYZ_WP_D50); in rs_color_temp_to_whitepoint()
228 xy_to_XYZ(const RS_xy_COORD *xy) in xy_to_XYZ()
251 RS_xy_COORD
254 RS_xy_COORD xy; in XYZ_to_xy()
273 rs_calculate_map_white_matrix(const RS_xy_COORD *from_xy, const RS_xy_COORD *to_xy) in rs_calculate_map_white_matrix()
H A Drs-types.h74 } RS_xy_COORD; typedef
/dports/graphics/rawstudio/rawstudio-2.0/plugins/dcp/
H A Ddcp.c44 static RS_xy_COORD neutral_to_xy(RSDcp *dcp, const RS_VECTOR3 *neutral);
46 static void set_white_xy(RSDcp *dcp, const RS_xy_COORD *xy);
183 RS_xy_COORD whitepoint; in settings_changed()
605 static RS_xy_COORD
610 RS_xy_COORD last; in neutral_to_xy()
620 RS_xy_COORD next = XYZ_to_xy(&tmp); in neutral_to_xy()
1191 find_xyz_to_camera(RSDcp *dcp, const RS_xy_COORD *white_xy, RS_MATRIX3 *forward_matrix) in find_xyz_to_camera()
1317 RS_xy_COORD prophoto_white; in set_prophoto_wb()
1320 RS_xy_COORD dest_xy = rs_color_temp_to_whitepoint(warmth, tint); in set_prophoto_wb()
1330 set_white_xy(RSDcp *dcp, const RS_xy_COORD *xy) in set_white_xy()
[all …]
H A Ddcp.h62 RS_xy_COORD white_xy;