Searched refs:pixel_bytes (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | gen_angle_format_table.py | 326 pixel_bytes = 0 331 pixel_bytes = parsed['blockPixelBytes'] 336 pixel_bytes = ceil_int(sum_of_bits, 8) 337 parsed["pixelBytes"] = pixel_bytes
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | pnmdec.c | 185 uint64_t stride, pixel_bytes, sample_size, depth; in ReadPNM() local 211 pixel_bytes = (uint64_t)info.width * info.height * info.bytes_per_px; in ReadPNM() 212 if (data_size < offset + pixel_bytes) { in ReadPNM()
|
/third_party/cups-filters/filter/ |
H A D | urftopdf.cpp | 69 pixel_bytes(0),line_bytes(0), in pdf_info() 80 unsigned pixel_bytes; member 195 info->pixel_bytes = bpp/8; in add_pdf_page() 196 info->line_bytes = (width*info->pixel_bytes); in add_pdf_page()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngwutil.c | 2231 size_t pixel_bytes; in png_do_write_interlace() local 2237 pixel_bytes = (row_info->pixel_depth >> 3); in png_do_write_interlace() 2244 sp = row + (size_t)i * pixel_bytes; in png_do_write_interlace() 2248 memcpy(dp, sp, pixel_bytes); in png_do_write_interlace() 2251 dp += pixel_bytes; in png_do_write_interlace()
|
H A D | pngrutil.c | 3891 size_t pixel_bytes = (row_info->pixel_depth >> 3); in png_do_read_interlace() local 3894 * pixel_bytes; in png_do_read_interlace() 3896 png_bytep dp = row + (size_t)(final_width - 1) * pixel_bytes; in png_do_read_interlace() 3906 memcpy(v, sp, pixel_bytes); in png_do_read_interlace() 3910 memcpy(dp, v, pixel_bytes); in png_do_read_interlace() 3911 dp -= pixel_bytes; in png_do_read_interlace() 3914 sp -= pixel_bytes; in png_do_read_interlace()
|
Completed in 10 milliseconds