OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compute_row_bytes
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/codec/
SkCodecPriv.h
206
inline size_t
compute_row_bytes
(int width, uint32_t bitsPerPixel) {
function
SkBmpStandardCodec.cpp
31
, fAndMaskRowBytes(fInIco ? SkAlign4(
compute_row_bytes
(this->getInfo().width(), 1)) : 0)
SkBmpCodec.cpp
555
, fSrcRowBytes(SkAlign4(
compute_row_bytes
(info.width(), fBitsPerPixel)))
SkBmpRLECodec.cpp
400
const size_t rowBytes =
compute_row_bytes
(numPixels,
Completed in 799 milliseconds