Home
last modified time | relevance | path

Searched refs:pCache (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_imageloader.cpp25 CPDF_PageRenderCache* pCache, in Start() argument
30 m_pCache = pCache; in Start()
33 if (pCache) { in Start()
34 ret = pCache->StartGetCachedBitmap(m_pImageObject->GetImage(), bStdCS, in Start()
Dcpdf_docrenderdata.cpp53 auto pCache = pdfium::MakeRetain<CPDF_Type3Cache>(pFont); in GetCachedType3() local
54 m_Type3FaceMap[pFont] = pCache; in GetCachedType3()
55 return pCache; in GetCachedType3()
Dcpdf_imageloader.h27 CPDF_PageRenderCache* pCache,
Dcpdf_renderstatus.cpp916 CPDF_PageRenderCache* pCache, in DrawPatternBitmap() argument
946 CPDF_RenderContext context(pDoc, pCache); in DrawPatternBitmap()
1944 RetainPtr<CPDF_Type3Cache> pCache = GetCachedType3(pType3Font); in ProcessType3Text() local
1946 CFX_GlyphBitmap* pBitmap = pCache->LoadGlyph(charcode, &matrix, sa, sd); in ProcessType3Text()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp667 CFX_FontCache* pCache = CFX_GEModule::Get()->GetFontCache(); in DrawText() local
668 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont); in DrawText()
684 pCache->ReleaseCachedFace(pFont); in DrawText()
/external/sqlite/dist/orig/
Dsqlite3.c14491 PCache *pCache; /* PRIVATE: Cache that owns this page */ member
14601 SQLITE_PRIVATE void sqlite3PcacheIterateDirty(PCache *pCache, void (*xIter)(PgHdr *));
45231 sqlite3_pcache *pCache; /* Pluggable cache module */
45247 void pcacheDump(PCache *pCache){
45255 if( pCache->pCache==0 ) return;
45256 N = sqlite3PcachePagecount(pCache);
45259 pLower = sqlite3GlobalConfig.pcache2.xFetch(pCache->pCache, i, 0);
45267 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, pLower, 0);
45287 PCache *pCache;
45290 pCache = pPg->pCache;
[all …]
/external/sqlite/dist/
Dsqlite3.c14491 PCache *pCache; /* PRIVATE: Cache that owns this page */ member
14601 SQLITE_PRIVATE void sqlite3PcacheIterateDirty(PCache *pCache, void (*xIter)(PgHdr *));
45247 sqlite3_pcache *pCache; /* Pluggable cache module */
45263 void pcacheDump(PCache *pCache){
45271 if( pCache->pCache==0 ) return;
45272 N = sqlite3PcachePagecount(pCache);
45275 pLower = sqlite3GlobalConfig.pcache2.xFetch(pCache->pCache, i, 0);
45283 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, pLower, 0);
45303 PCache *pCache;
45306 pCache = pPg->pCache;
[all …]