Home | History | Annotate | Download | only in fpdf_render

Lines Matching refs:pCache

468                 CPDF_Type3Cache* pCache = GetCachedType3(pType3Font);

470 CFX_GlyphBitmap* pBitmap = pCache->LoadGlyph(charcode, &matrix, sa, sd);
599 CFX_FontCache* pCache = pFont->m_pDocument ? pFont->m_pDocument->GetRenderData()->GetFontCache() : NULL;
603 &pFont->m_Font, pCache, font_size, pText2User, pUser2Device,
668 CFX_FontCache* pCache = pFont->m_pDocument ? pFont->m_pDocument->GetRenderData()->GetFontCache() : NULL;
698 return pDevice->DrawNormalText(CharPosList.m_nChars, CharPosList.m_pCharPos, &pFont->m_Font, pCache, font_size, pText2Device, fill_argb, FXGE_flags);
720 CFX_FontCache* pCache;
722 pCache = pFont->m_pDocument->GetRenderData()->GetFontCache();
724 pCache = CFX_GEModule::Get()->GetFontCache();
726 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(&pFont->m_Font);
727 FX_FONTCACHE_DEFINE(pCache, &pFont->m_Font);