Searched refs:dst_pixfmt_bytes_per_pixel (Results 1 - 2 of 2) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 5121 uint32_t dst_pixfmt_bytes_per_pixel); 5129 uint32_t dst_pixfmt_bytes_per_pixel; member 20316 uint32_t dst_pixfmt_bytes_per_pixel) { in wuffs_base__pixel_swizzler__transparent_black_src() 20317 uint64_t n = ((uint64_t)dst_len) / dst_pixfmt_bytes_per_pixel; in wuffs_base__pixel_swizzler__transparent_black_src() 20321 memset(dst_ptr, 0, ((size_t)(n * dst_pixfmt_bytes_per_pixel))); in wuffs_base__pixel_swizzler__transparent_black_src() 20332 uint32_t dst_pixfmt_bytes_per_pixel) { in wuffs_base__pixel_swizzler__transparent_black_src_over() 20333 uint64_t n = ((uint64_t)dst_len) / dst_pixfmt_bytes_per_pixel; in wuffs_base__pixel_swizzler__transparent_black_src_over() 21282 p->private_impl.dst_pixfmt_bytes_per_pixel = 0; in wuffs_base__pixel_swizzler__prepare() 21388 p->private_impl.dst_pixfmt_bytes_per_pixel = dst_pixfmt_bits_per_pixel / 8; in wuffs_base__pixel_swizzler__prepare() 21458 p->private_impl.dst_pixfmt_bytes_per_pixel); in wuffs_base__pixel_swizzler__swizzle_interleaved_transparent_black() 20310 wuffs_base__pixel_swizzler__transparent_black_src( uint8_t* dst_ptr, size_t dst_len, uint8_t* dst_palette_ptr, size_t dst_palette_len, uint64_t num_pixels, uint32_t dst_pixfmt_bytes_per_pixel) wuffs_base__pixel_swizzler__transparent_black_src() argument 20326 wuffs_base__pixel_swizzler__transparent_black_src_over( uint8_t* dst_ptr, size_t dst_len, uint8_t* dst_palette_ptr, size_t dst_palette_len, uint64_t num_pixels, uint32_t dst_pixfmt_bytes_per_pixel) wuffs_base__pixel_swizzler__transparent_black_src_over() argument [all...] |
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 4906 uint32_t dst_pixfmt_bytes_per_pixel); 4914 uint32_t dst_pixfmt_bytes_per_pixel; member 19240 uint32_t dst_pixfmt_bytes_per_pixel) { in wuffs_base__pixel_swizzler__transparent_black_src() 19241 uint64_t n = ((uint64_t)dst_len) / dst_pixfmt_bytes_per_pixel; in wuffs_base__pixel_swizzler__transparent_black_src() 19245 memset(dst_ptr, 0, ((size_t)(n * dst_pixfmt_bytes_per_pixel))); in wuffs_base__pixel_swizzler__transparent_black_src() 19256 uint32_t dst_pixfmt_bytes_per_pixel) { in wuffs_base__pixel_swizzler__transparent_black_src_over() 19257 uint64_t n = ((uint64_t)dst_len) / dst_pixfmt_bytes_per_pixel; in wuffs_base__pixel_swizzler__transparent_black_src_over() 20206 p->private_impl.dst_pixfmt_bytes_per_pixel = 0; in wuffs_base__pixel_swizzler__prepare() 20312 p->private_impl.dst_pixfmt_bytes_per_pixel = dst_pixfmt_bits_per_pixel / 8; in wuffs_base__pixel_swizzler__prepare() 20382 p->private_impl.dst_pixfmt_bytes_per_pixel); in wuffs_base__pixel_swizzler__swizzle_interleaved_transparent_black() 19234 wuffs_base__pixel_swizzler__transparent_black_src( uint8_t* dst_ptr, size_t dst_len, uint8_t* dst_palette_ptr, size_t dst_palette_len, uint64_t num_pixels, uint32_t dst_pixfmt_bytes_per_pixel) wuffs_base__pixel_swizzler__transparent_black_src() argument 19250 wuffs_base__pixel_swizzler__transparent_black_src_over( uint8_t* dst_ptr, size_t dst_len, uint8_t* dst_palette_ptr, size_t dst_palette_len, uint64_t num_pixels, uint32_t dst_pixfmt_bytes_per_pixel) wuffs_base__pixel_swizzler__transparent_black_src_over() argument [all...] |
Completed in 74 milliseconds