Home
last modified time | relevance | path

Searched refs:strFont (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fwl/src/lightwidget/
Dtheme.cpp121 const FX_WCHAR* strFont, in SetFont() argument
127 pTheme->SetFont(pWidget, strFont, fFontSize, rgbFont); in SetFont()
/external/pdfium/xfa/include/fwl/lightwidget/
Dtheme.h42 const FX_WCHAR* strFont,
/external/pdfium/xfa/include/fwl/theme/
Dwidgettp.h42 const FX_WCHAR* strFont,
/external/pdfium/xfa/src/fwl/src/theme/
Dwidgettp.cpp163 const FX_WCHAR* strFont, in SetFont() argument
169 m_pFDEFont = FWL_GetFontManager()->FindFont(strFont, 0, 0); in SetFont()