Home
last modified time | relevance | path

Searched refs:bits_to_bytes (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/core/
DSkGlyph.cpp32 static size_t bits_to_bytes(size_t bits) { in bits_to_bytes() function
55 return format == SkMask::kBW_Format ? bits_to_bytes(width) in format_rowbytes()
/external/skia/src/core/
DSkGlyph.cpp41 static size_t bits_to_bytes(size_t bits) { in bits_to_bytes() function
64 return format == SkMask::kBW_Format ? bits_to_bytes(width) in format_rowbytes()
/external/rust/crates/nom/src/bits/
Dmacros.rs196 fn bits_to_bytes() { in bits_to_bytes() function