Searched defs:compute_row_bytes_ppb (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/codec/
H A DSkCodecPriv.h192 inline size_t compute_row_bytes_ppb(int width, uint32_t pixelsPerByte) { function
210 return compute_row_bytes_ppb(width, pixelsPerByte);

Completed in 94 milliseconds