Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkCodecPriv.h158 static inline size_t compute_row_bytes_bpp(int width, uint32_t bytesPerPixel) { in compute_row_bytes_bpp() function
173 return compute_row_bytes_bpp(width, bytesPerPixel); in compute_row_bytes()