Home
last modified time | relevance | path

Searched refs:SetFace (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp181 FxFont.SetFace(pFxFont->GetFace()); in DrawString()
202 FxFont.SetFace(pFxFont->GetFace()); in DrawString()
207 FxFont.SetFace(nullptr); in DrawString()
217 FxFont.SetFace(nullptr); in DrawString()
/external/pdfium/core/include/fxge/
Dfx_font.h83 void SetFace(FXFT_Face face) { m_Face = face; } in SetFace() function