Searched refs:fRLEBytes (Results 1 – 2 of 2) sorted by relevance
189 const size_t fRLEBytes; variable
564 , 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()