Lines Matching defs:bits_per_pixel
3872 inline uint32_t bits_per_pixel() const;
3993 wuffs_base__pixel_format::bits_per_pixel() const {
4253 uint32_t bits_per_pixel =
4255 if ((bits_per_pixel == 0) || ((bits_per_pixel % 8) != 0)) {
4259 uint64_t bytes_per_pixel = bits_per_pixel / 8;
4784 uint32_t bits_per_pixel =
4786 if ((bits_per_pixel == 0) || ((bits_per_pixel % 8) != 0)) {
4790 uint64_t bytes_per_pixel = bits_per_pixel / 8;
4828 uint32_t bits_per_pixel =
4830 if ((bits_per_pixel == 0) || ((bits_per_pixel % 8) != 0)) {
4834 uint64_t bytes_per_pixel = bits_per_pixel / 8;
4897 uint32_t bits_per_pixel =
4899 if ((bits_per_pixel == 0) || ((bits_per_pixel % 8) != 0)) {
4903 uint64_t bytes_per_pixel = bits_per_pixel / 8;