HomeSort by relevance Sort by last modified time
    Searched refs:m_pDataCache (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxcodec/codec/
fx_codec.cpp 41 m_pDataCache = NULL;
46 if (m_pDataCache) {
47 FX_Free(m_pDataCache);
52 if (m_pDataCache && line < m_pDataCache->m_nCachedLines) {
53 return &m_pDataCache->m_Data + line * m_Pitch;
74 if (m_pDataCache && line < m_pDataCache->m_nCachedLines) {
100 if (m_pDataCache && m_NextLine == m_pDataCache->m_nCachedLines) {
    [all...]
codec_int.h 69 if (m_pDataCache) {
70 FX_Free(m_pDataCache);
72 m_pDataCache = NULL;
106 CCodec_ImageDataCache* m_pDataCache;

Completed in 44 milliseconds