Searched refs:tmp_width (Results 1 – 3 of 3) sorted by relevance
390 int tmp_width, tmp_height; in resize() local445 tmp_width = (int) ( in resize()448 if (client->width > tmp_width) { in resize()454 tmp_width, tmp_height); in resize()
45 std::uint32_t tmp_width = 0; in GetFullDimension16() local47 if (!GetFullDimension32(tiff_directory, &tmp_width, &tmp_height) || in GetFullDimension16()48 tmp_width > std::numeric_limits<std::uint16_t>::max() || in GetFullDimension16()52 *width = static_cast<std::uint16_t>(tmp_width); in GetFullDimension16()
367 std::uint16_t tmp_width = 0; in RafGetDimension() local371 Get16u(stream, cfa_header_index + 6, endian, &tmp_width)) { in RafGetDimension()372 *width = tmp_width; in RafGetDimension()