Home
last modified time | relevance | path

Searched refs:SetSubstFont (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp167 FxFont.SetSubstFont(&SubstFxFont); in DrawString()
206 FxFont.SetSubstFont(nullptr); in DrawString()
216 FxFont.SetSubstFont(nullptr); in DrawString()
/external/pdfium/core/include/fxge/
Dfx_font.h84 void SetSubstFont(CFX_SubstFont* subst) { m_pSubstFont = subst; } in SetSubstFont() function
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp138 m_pFont->SetSubstFont(pSubst); in CFX_GEFont()