Searched refs:out_format (Results 1 – 4 of 4) sorted by relevance
2183 png_uint_32 in_format, out_format; in transform_from_formats() local2193 out_format = out_image->image.format; in transform_from_formats()2200 result->output_8bit = (out_format & PNG_FORMAT_FLAG_LINEAR) == 0; in transform_from_formats()2207 result->out_gp = get_pixel(out_format); in transform_from_formats()2212 out_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()2213 out_base = out_format & BASE_FORMATS; in transform_from_formats()2218 if (out_format & (PNG_FORMAT_FLAG_LINEAR|PNG_FORMAT_FLAG_COLORMAP)) in transform_from_formats()2221 in_format, out_format); in transform_from_formats()2227 result->error_ptr = gpc_error_via_linear[in_format][out_format]; in transform_from_formats()2230 else if (~in_format & out_format & PNG_FORMAT_FLAG_COLORMAP) in transform_from_formats()[all …]
513 else if VG_STR_CLO(arg, "--callgrind-out-file", CLG_(clo).out_format) {} in CLG_()632 CLG_(clo).out_format = 0; in CLG_()
1575 if (!CLG_(clo).out_format) in CLG_()1576 CLG_(clo).out_format = DEFAULT_OUTFORMAT; in CLG_()1587 VG_(expand_file_name)("--callgrind-out-file", CLG_(clo).out_format); in CLG_()
79 const HChar* out_format; /* Format string for callgrind output file name */ member