Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_char.cpp27 m_dwCharProps(dwCharProps), in CFX_Char()
36 return GetCharTypeFromProp(m_dwCharProps); in GetCharType()
Dcfx_char.h29 uint32_t char_props() const { return m_dwCharProps; } in char_props()
47 uint32_t m_dwCharProps; variable