Lines Matching defs:height
40 std::uint32_t* width, std::uint32_t* height,
42 if (!GetFullDimension32(tiff_directory, width, height) || *width == 0 ||
43 *height == 0) {
55 std::uint32_t* width, std::uint32_t* height,
73 return GetDngInformation(tiff_directory, width, height, cfa_pattern_dim);
76 height, cfa_pattern_dim);
345 // Parses the Fuji Cfa header for the image width and height.
347 std::uint32_t* height) {
373 *height = tmp_height;
491 // determine the correct full width and height of the image, the preview image
499 std::uint16_t height;
501 &height) ||
510 static_cast<float>(height) /
514 preview_image_data->full_height = height;
691 std::uint32_t* height,
695 if (!GetDngInformation({}, data, width, height, cfa_pattern_dim)) {
696 return GetDngInformation({kTiffTagSubIfd}, data, width, height,