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

  /external/pdfium/core/fpdfapi/render/
cpdf_imageloader.cpp 19 m_pCache(nullptr),
30 m_pCache = pCache;
48 bool ret = m_pCache ? m_pCache->Continue(pPause, pRenderStatus)
56 if (m_pCache) {
57 CPDF_ImageCacheEntry* entry = m_pCache->GetCurImageCacheEntry();
cpdf_imageloader.h 42 UnownedPtr<CPDF_PageRenderCache> m_pCache;
  /external/pdfium/core/fxge/skia/
fx_skia_device.h 166 std::unique_ptr<SkiaState> m_pCache;
fx_skia_device.cpp     [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp 183 mutable std::unique_ptr<uint8_t, FxFreeDeleter> m_pCache;
913 if (!m_pCache) {
914 m_pCache.reset(FX_Alloc2D(uint8_t, nMaxColors, 3));
928 m_pProfile->transform(), m_pCache.get(), temp_src.get(), nMaxColors);
930 uint8_t* pCachePtr = m_pCache.get();
    [all...]

Completed in 287 milliseconds