Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp98 m_bExtFont(FALSE), in CFX_GEFont()
120 m_bExtFont(FALSE), in CFX_GEFont()
173 if (m_pFont != NULL && !m_bExtFont) { in ~CFX_GEFont()
311 m_bExtFont = !bTakeOver; in LoadFont()
314 m_bExtFont = TRUE; in LoadFont()
Dfx_gefont.h64 FX_BOOL m_bExtFont; variable