Searched defs:bytes_per_pixel (Results 1 – 3 of 3) sorted by relevance
/device/generic/vulkan-cereal/third-party/stb/include/stb/ |
D | stb_image.h | 1202 static void stbi__vertical_flip(void *image, int w, int h, int bytes_per_pixel) in stbi__vertical_flip() 1227 static void stbi__vertical_flip_slices(void *image, int w, int h, int z, int bytes_per_pixel) in stbi__vertical_flip_slices()
|
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/ |
D | stb_image.h | 1202 static void stbi__vertical_flip(void *image, int w, int h, int bytes_per_pixel) in stbi__vertical_flip() 1227 static void stbi__vertical_flip_slices(void *image, int w, int h, int z, int bytes_per_pixel) in stbi__vertical_flip_slices()
|
D | wuffs-v0.3.c | 4259 uint64_t bytes_per_pixel = bits_per_pixel / 8; in wuffs_base__pixel_config__pixbuf_len() local 4790 uint64_t bytes_per_pixel = bits_per_pixel / 8; in wuffs_base__pixel_buffer__set_interleaved() local 4834 uint64_t bytes_per_pixel = bits_per_pixel / 8; in wuffs_base__pixel_buffer__set_from_slice() local 4903 uint64_t bytes_per_pixel = bits_per_pixel / 8; in wuffs_base__pixel_buffer__set_from_table() local
|