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

  /external/pdfium/core/fpdfapi/render/
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;
  /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 737 milliseconds