Searched refs:bits_to_bytes (Results 1 – 3 of 3) sorted by relevance
32 static size_t bits_to_bytes(size_t bits) { in bits_to_bytes() function55 return format == SkMask::kBW_Format ? bits_to_bytes(width) in format_rowbytes()
41 static size_t bits_to_bytes(size_t bits) { in bits_to_bytes() function64 return format == SkMask::kBW_Format ? bits_to_bytes(width) in format_rowbytes()
196 fn bits_to_bytes() { in bits_to_bytes() function