| /external/pdfium/core/src/fpdfapi/fpdf_render/ |
| fpdf_render_cache.cpp | 336 CFX_FontCache* pCache = m_pDocRender->GetFontCache(); 337 if (pCache) { 338 pCache->FreeCache(FALSE);
|
| fpdf_render_text.cpp | 452 CPDF_Type3Cache* pCache = GetCachedType3(pType3Font); 454 CFX_GlyphBitmap* pBitmap = pCache->LoadGlyph(charcode, &matrix, sa, sd); 599 CFX_FontCache* pCache = 605 &pFont->m_Font, pCache, font_size, pText2User, 690 CFX_FontCache* pCache = 723 &pFont->m_Font, pCache, font_size, 750 CFX_FontCache* pCache; 752 pCache = pFont->m_pDocument->GetRenderData()->GetFontCache(); 754 pCache = CFX_GEModule::Get()->GetFontCache(); 756 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(&pFont->m_Font) [all...] |
| fpdf_render.cpp | 53 CPDF_CountedObject<CPDF_Type3Cache>* pCache; 57 pCache = new CPDF_CountedObject<CPDF_Type3Cache>(pType3); 58 m_Type3FaceMap[pFont] = pCache; 60 pCache = it->second; 62 return pCache->AddRef(); 88 void DestroyPageCache(CPDF_PageRenderCache* pCache) override; 107 void CPDF_RenderModule::DestroyPageCache(CPDF_PageRenderCache* pCache) { 108 delete pCache; [all...] |
| /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
| ndapi.c | 676 NJ_SEARCH_CACHE *pCache; 743 pCache = cursor->cond.ds->dic[diccnt].srhCache; 744 if (pCache != NULL) { 746 if (NJ_GET_CACHEOVER_FROM_SCACHE(pCache)) { 749 if (pCache->keyPtr[cacheOverKeyPtr] == pCache->keyPtr[cacheOverKeyPtr + 1] ) { 762 pCache->keyPtr[clrcnt] = 0x0000; 766 if ((pCache->keyPtr[clrcnt - 1] > pCache->keyPtr[clrcnt]) && 767 (pCache->keyPtr[clrcnt] != 0)) [all...] |
| /external/pdfium/xfa/src/fgas/src/font/ |
| fx_gdifont.cpp | 139 CFX_GdiFontCache* pCache;
141 pCache = NULL;
142 m_FontCache.GetNextAssoc(pos, (void*&)dwMAT2, (void*&)pCache);
143 if (pCache != NULL) {
144 delete pCache;
469 CFX_GdiFontCache* pCache = NULL;
470 if (m_FontCache.Lookup((void*)dwMAT2, (void*&)pCache) && pCache != NULL) {
471 FX_LPCGDIGOCACHE pGO = pCache->GetCachedGlyphOutline(iGlyphIndex);
486 if (pCache == NULL) { [all...] |
| /external/pdfium/xfa/src/fdp/src/css/ |
| fde_cssdeclaration.cpp | 52 CFX_MapPtrToPtr* pCache = pArgs->pStringCache;
54 if (pCache) {
58 if (pCache->Lookup(pKey, pszCached)) {
69 if (pCache) {
70 pCache->SetAt(pKey, psz);
[all...] |
| /external/pdfium/xfa/src/fdp/src/fde/ |
| fde_gedevice.cpp | 141 CFX_FontCache* pCache = CFX_GEModule::Get()->GetFontCache();
182 m_pDevice->DrawNormalText(iCurCount, pCurCP, &FxFont, pCache,
186 m_pDevice->DrawNormalText(iCurCount, pCurCP, pFxFont, pCache,
204 iCurCount, pCurCP, &FxFont, pCache, -fFontSize,
210 return m_pDevice->DrawNormalText(iCurCount, pCurCP, pFxFont, pCache,
|
| /external/pdfium/core/src/fxcodec/codec/ |
| fx_codec_icc.cpp | 410 CFX_IccProfileCache* pCache = NULL; 439 pCache = new CFX_IccProfileCache; 442 pCache->m_pProfile = cmsOpenProfileFromMem(pIccParam->pProfileData, 448 pCache->m_pProfile = cmsCreate_sRGBProfile(); 451 pCache->m_pProfile = CreateProfile_Gray(pIccParam->Gamma); 460 m_MapProfile[ProfileKey] = pCache; 462 pCache = it->second; 463 pCache->m_dwRate++; 465 return pCache->m_pProfile; [all...] |
| /external/sqlite/dist/orig/ |
| sqlite3.c | [all...] |
| /external/sqlite/dist/ |
| sqlite3.c | [all...] |