Home
last modified time | relevance | path

Searched refs:GetFontCache (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp188 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowChars()
200 CFX_GEModule::Get()->GetFontCache(), in ShowChars()
212 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowChars()
226 CFX_GEModule::Get()->GetFontCache(), in ShowChars()
242 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowChars()
253 CFX_GEModule::Get()->GetFontCache(), in ShowChars()
265 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowChars()
279 CFX_GEModule::Get()->GetFontCache(), in ShowChars()
DBC_OnedEAN13Writer.cpp224 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowChars()
236 CFX_GEModule::Get()->GetFontCache(), in ShowChars()
249 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowChars()
263 CFX_GEModule::Get()->GetFontCache(), in ShowChars()
280 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowChars()
291 CFX_GEModule::Get()->GetFontCache(), in ShowChars()
DBC_OnedEAN8Writer.cpp220 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowChars()
230 CFX_GEModule::Get()->GetFontCache(), in ShowChars()
244 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowChars()
258 CFX_GEModule::Get()->GetFontCache(), in ShowChars()
DBC_OneDimWriter.cpp205 CFX_GEModule::Get()->GetFontCache(), in ShowDeviceChars()
224 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowBitmapChars()
/external/pdfium/core/src/fxge/ge/
Dfx_ge.cpp43 CFX_FontCache* CFX_GEModule::GetFontCache() { in GetFontCache() function in CFX_GEModule
Dfx_ge_ps.cpp667 pCache = CFX_GEModule::Get()->GetFontCache(); in DrawText()
Dfx_ge_text.cpp268 pCache = CFX_GEModule::Get()->GetFontCache(); in DrawNormalText()
1122 pCache = CFX_GEModule::Get()->GetFontCache(); in DrawTextPath()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp600 pFont->m_pDocument ? pFont->m_pDocument->GetRenderData()->GetFontCache() in DrawTextPath()
691 pFont->m_pDocument ? pFont->m_pDocument->GetRenderData()->GetFontCache() in DrawNormalText()
752 pCache = pFont->m_pDocument->GetRenderData()->GetFontCache(); in DrawTextPathWithPattern()
754 pCache = CFX_GEModule::Get()->GetFontCache(); in DrawTextPathWithPattern()
Dfpdf_render_cache.cpp336 CFX_FontCache* pCache = m_pDocRender->GetFontCache(); in ClearRenderFont()
Drender_int.h78 CFX_FontCache* GetFontCache() { return m_pFontCache; } in GetFontCache() function
/external/pdfium/core/include/fxge/
Dfx_ge.h31 CFX_FontCache* GetFontCache();
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp141 CFX_FontCache* pCache = CFX_GEModule::Get()->GetFontCache(); in DrawString()
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp882 length, charPos, _info._font, CFX_GEModule::Get()->GetFontCache(), in RenderDeviceShowText()