Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkCodecPriv.h151 static inline size_t compute_row_bytes_ppb(int width, uint32_t pixelsPerByte) { in compute_row_bytes_ppb() function
169 return compute_row_bytes_ppb(width, pixelsPerByte); in compute_row_bytes()