Lines Matching defs:width
40 std::uint32_t* width, std::uint32_t* height,
42 if (!GetFullDimension32(tiff_directory, width, height) || *width == 0 ||
55 std::uint32_t* width, std::uint32_t* height,
73 return GetDngInformation(tiff_directory, width, height, cfa_pattern_dim);
75 return GetDngInformation(tiff_directory.GetSubDirectories()[0], width,
345 // Parses the Fuji Cfa header for the image width and height.
346 bool RafGetDimension(StreamInterface* stream, std::uint32_t* width,
372 *width = tmp_width;
491 // determine the correct full width and height of the image, the preview image
498 std::uint16_t width;
500 if (!GetJpegDimensions(preview_image_data->preview.offset, stream, &width,
507 if (static_cast<float>(width) /
513 preview_image_data->full_width = width;
690 bool GetDngInformation(StreamInterface* data, std::uint32_t* width,
695 if (!GetDngInformation({}, data, width, height, cfa_pattern_dim)) {
696 return GetDngInformation({kTiffTagSubIfd}, data, width, height,