Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkCodec_libbmp.h189 const size_t fRLEBytes; variable
DSkCodec_libbmp.cpp564 , fRLEBytes(RLEBytes) in SkBmpCodec()
898 SkAutoTDeleteArray<uint8_t> buffer(SkNEW_ARRAY(uint8_t, fRLEBytes)); in decodeRLE()
899 size_t totalBytes = stream()->read(buffer.get(), fRLEBytes); in decodeRLE()
900 if (totalBytes < fRLEBytes) { in decodeRLE()