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

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_cache.cpp 350 CFX_FontCache* pCache = m_pDocRender->GetFontCache();
351 if (pCache) {
352 pCache->FreeCache(FALSE);
fpdf_render_text.cpp 455 CPDF_Type3Cache* pCache = GetCachedType3(pType3Font);
457 CFX_GlyphBitmap* pBitmap = pCache->LoadGlyph(charcode, &matrix, sa, sd);
585 CFX_FontCache* pCache = pFont->m_pDocument ? pFont->m_pDocument->GetRenderData()->GetFontCache() : NULL;
589 &pFont->m_Font, pCache, font_size, pText2User, pUser2Device,
654 CFX_FontCache* pCache = pFont->m_pDocument ? pFont->m_pDocument->GetRenderData()->GetFontCache() : NULL;
684 return pDevice->DrawNormalText(CharPosList.m_nChars, CharPosList.m_pCharPos, &pFont->m_Font, pCache, font_size, pText2Device, fill_argb, FXGE_flags);
706 CFX_FontCache* pCache;
708 pCache = pFont->m_pDocument->GetRenderData()->GetFontCache();
710 pCache = CFX_GEModule::Get()->GetFontCache();
712 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(&pFont->m_Font)
    [all...]
fpdf_render.cpp 67 CPDF_CountedObject<CPDF_Type3Cache*>* pCache;
68 if (!m_Type3FaceMap.Lookup(pFont, pCache)) {
70 pCache = new CPDF_CountedObject<CPDF_Type3Cache*>;
71 pCache->m_Obj = pType3;
72 pCache->m_nCount = 1;
73 m_Type3FaceMap.SetAt(pFont, pCache);
75 pCache->m_nCount++;
76 return pCache->m_Obj;
80 CPDF_CountedObject<CPDF_Type3Cache*>* pCache;
81 if (!m_Type3FaceMap.Lookup(pFont, 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/core/src/fxcodec/codec/
fx_codec_icc.cpp 405 CFX_IccProfileCache* pCache = NULL;
434 if (!m_MapProfile.Lookup(ProfileKey, (FX_LPVOID&)pCache)) {
435 pCache = new CFX_IccProfileCache;
438 pCache->m_pProfile = cmsOpenProfileFromMem(pIccParam->pProfileData, pIccParam->dwProfileSize);
443 pCache->m_pProfile = cmsCreate_sRGBProfile();
446 pCache->m_pProfile = CreateProfile_Gray(pIccParam->Gamma);
455 m_MapProfile.SetAt(ProfileKey, pCache);
457 pCache->m_dwRate++;
459 return pCache->m_pProfile;
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2075 milliseconds