Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.h60 m_dwLogFontStyle = dwLogFontStyle; in SetLogicalFontStyle()
81 Optional<uint32_t> m_dwLogFontStyle; variable
Dcfgas_gefont.cpp142 if (m_dwLogFontStyle.has_value()) in GetFontStyles()
143 return m_dwLogFontStyle.value(); in GetFontStyles()