Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkCodecPriv.h71 static inline size_t compute_row_bytes(int width, uint32_t bitsPerPixel) { in compute_row_bytes() function
DSkCodec_libbmp.cpp749 const size_t rowBytes = SkAlign4(compute_row_bytes(width, fBitsPerPixel)); in decodeMask()
973 const size_t rowBytes = compute_row_bytes(numPixels, in decodeRLE()
1083 const size_t rowBytes = SkAlign4(compute_row_bytes(width, fBitsPerPixel)); in decode()
1197 const size_t rowBytes = SkAlign4(compute_row_bytes(width, 1)); in decode()