Searched refs:GetFontCache (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/xfa/src/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 188 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()
|
D | BC_OnedEAN13Writer.cpp | 224 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()
|
D | BC_OnedEAN8Writer.cpp | 220 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()
|
D | BC_OneDimWriter.cpp | 205 CFX_GEModule::Get()->GetFontCache(), in ShowDeviceChars() 224 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowBitmapChars()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge.cpp | 43 CFX_FontCache* CFX_GEModule::GetFontCache() { in GetFontCache() function in CFX_GEModule
|
D | fx_ge_ps.cpp | 667 pCache = CFX_GEModule::Get()->GetFontCache(); in DrawText()
|
D | fx_ge_text.cpp | 268 pCache = CFX_GEModule::Get()->GetFontCache(); in DrawNormalText() 1122 pCache = CFX_GEModule::Get()->GetFontCache(); in DrawTextPath()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 600 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()
|
D | fpdf_render_cache.cpp | 336 CFX_FontCache* pCache = m_pDocRender->GetFontCache(); in ClearRenderFont()
|
D | render_int.h | 78 CFX_FontCache* GetFontCache() { return m_pFontCache; } in GetFontCache() function
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 31 CFX_FontCache* GetFontCache();
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_gedevice.cpp | 141 CFX_FontCache* pCache = CFX_GEModule::Get()->GetFontCache(); in DrawString()
|
/external/pdfium/xfa/src/fxgraphics/src/ |
D | fx_graphics.cpp | 882 length, charPos, _info._font, CFX_GEModule::Get()->GetFontCache(), in RenderDeviceShowText()
|