Searched refs:ImageDataCache (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec.cpp33 CCodec_ScanlineDecoder::ImageDataCache::ImageDataCache(int width, function in class:CCodec_ScanlineDecoder::ImageDataCache
38 CCodec_ScanlineDecoder::ImageDataCache::~ImageDataCache() {
41 bool CCodec_ScanlineDecoder::ImageDataCache::AllocateCache() {
54 void CCodec_ScanlineDecoder::ImageDataCache::AppendLine(const uint8_t* line) {
66 const uint8_t* CCodec_ScanlineDecoder::ImageDataCache::GetLine(int line) const {
144 std::unique_ptr<ImageDataCache> cache(
145 new ImageDataCache(m_OutputWidth, m_OutputHeight, m_Pitch));
H A Dcodec_int.h61 class ImageDataCache { class in class:CCodec_ScanlineDecoder
63 ImageDataCache(int width, int height, FX_DWORD pitch);
64 ~ImageDataCache();
102 std::unique_ptr<ImageDataCache> m_pDataCache;

Completed in 45 milliseconds