Lines Matching refs:ImageSpec

105 ImageSpec::ImageSpec(TypeDesc format) noexcept  in ImageSpec()  function in ImageSpec
131 ImageSpec::ImageSpec(int xres, int yres, int nchans, TypeDesc format) noexcept in ImageSpec() function in ImageSpec
158 ImageSpec::ImageSpec(const ROI& roi, TypeDesc format) noexcept in ImageSpec() function in ImageSpec
186 ImageSpec::set_format(TypeDesc fmt) noexcept in set_format()
195 ImageSpec::default_channel_names() noexcept in default_channel_names()
223 ImageSpec::channel_bytes(int chan, bool native) const noexcept in channel_bytes()
236 ImageSpec::pixel_bytes(bool native) const noexcept in pixel_bytes()
253 ImageSpec::pixel_bytes(int chbegin, int chend, bool native) const noexcept in pixel_bytes()
271 ImageSpec::scanline_bytes(bool native) const noexcept in scanline_bytes()
281 ImageSpec::tile_pixels() const noexcept in tile_pixels()
295 ImageSpec::tile_bytes(bool native) const noexcept in tile_bytes()
303 ImageSpec::image_pixels() const noexcept in image_pixels()
316 ImageSpec::image_bytes(bool native) const noexcept in image_bytes()
324 ImageSpec::attribute(string_view name, TypeDesc type, const void* value) in attribute()
340 ImageSpec::attribute(string_view name, TypeDesc type, string_view value) in attribute()
356 ImageSpec::erase_attribute(string_view name, TypeDesc searchtype, in erase_attribute()
388 ImageSpec::find_attribute(string_view name, TypeDesc searchtype, in find_attribute()
400 ImageSpec::find_attribute(string_view name, TypeDesc searchtype, in find_attribute()
412 ImageSpec::find_attribute(string_view name, ParamValue& tmpparam, in find_attribute()
502 ImageSpec::getattributetype(string_view name, bool casesensitive) const in getattributetype()
512 ImageSpec::getattribute(string_view name, TypeDesc type, void* value, in getattribute()
527 ImageSpec::get_int_attribute(string_view name, int defaultval) const in get_int_attribute()
539 ImageSpec::get_float_attribute(string_view name, float defaultval) const in get_float_attribute()
550 ImageSpec::get_string_attribute(string_view name, string_view defaultval) const in get_string_attribute()
560 ImageSpec::channelindex(string_view name) const in channelindex()
822 ImageSpec::metadata_val(const ParamValue& p, bool human) in metadata_val()
937 format_res(const ImageSpec& spec, int w, int h, int d) in format_res()
945 format_offset(const ImageSpec& spec, int x, int y, int z) in format_offset()
954 spec_to_xml(const ImageSpec& spec, ImageSpec::SerialVerbose verbose) in spec_to_xml()
984 if (verbose > ImageSpec::SerialBrief) { in spec_to_xml()
1021 ImageSpec::serialize(SerialFormat fmt, SerialVerbose verbose) const in serialize()
1101 ImageSpec::to_xml() const in to_xml()
1109 ImageSpec::from_xml(const char* xml) in from_xml()
1148 ImageSpec::decode_compression_metadata(string_view defaultcomp, in decode_compression_metadata()
1164 pvt::check_texture_metadata_sanity(ImageSpec& spec) in check_texture_metadata_sanity()