Home
last modified time | relevance | path

Searched refs:m_pCache (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_imageloader.cpp19 m_pCache(nullptr), in CPDF_ImageLoader()
30 m_pCache = pCache; in Start()
48 bool ret = m_pCache ? m_pCache->Continue(pPause, pRenderStatus) in Continue()
56 if (m_pCache) { in HandleFailure()
57 CPDF_ImageCacheEntry* entry = m_pCache->GetCurImageCacheEntry(); in HandleFailure()
Dcpdf_imageloader.h42 UnownedPtr<CPDF_PageRenderCache> m_pCache; variable
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1503 m_pCache(new SkiaState(this)), in CFX_SkiaDeviceDriver()
1525 m_pCache(new SkiaState(this)), in CFX_SkiaDeviceDriver()
1535 m_pCache(new SkiaState(this)), in CFX_SkiaDeviceDriver()
1548 m_pCache->Flush(); in Flush()
1561 if (m_pCache->DrawText(nChars, pCharPos, pFont, pObject2Device, font_size, in DrawDeviceText()
1726 m_pCache->DebugCheckClip(); in SaveState()
1727 if (!m_pCache->ClipSave()) in SaveState()
1748 if (m_pCache->IsEmpty()) in RestoreState()
1751 if (!m_pCache->ClipRestore()) in RestoreState()
1753 if (bKeepSaved && !m_pCache->ClipSave()) in RestoreState()
[all …]
Dfx_skia_device.h166 std::unique_ptr<SkiaState> m_pCache; variable
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp183 mutable std::unique_ptr<uint8_t, FxFreeDeleter> m_pCache; member in __anon0e29a58a0111::CPDF_ICCBasedCS
913 if (!m_pCache) { in TranslateImageLine()
914 m_pCache.reset(FX_Alloc2D(uint8_t, nMaxColors, 3)); in TranslateImageLine()
928 m_pProfile->transform(), m_pCache.get(), temp_src.get(), nMaxColors); in TranslateImageLine()
930 uint8_t* pCachePtr = m_pCache.get(); in TranslateImageLine()