Searched refs:bits_to_bytes (Results 1 – 2 of 2) 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()