Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_char.cpp9 CFX_Char::CFX_Char(uint16_t wCharCode, uint32_t dwCharProps) in CFX_Char() argument
10 : CFX_Char(wCharCode, dwCharProps, 100, 100) {} in CFX_Char()
13 uint32_t dwCharProps, in CFX_Char() argument
27 m_dwCharProps(dwCharProps), in CFX_Char()
Dcfx_char.h18 CFX_Char(uint16_t wCharCode, uint32_t dwCharProps);
20 uint32_t dwCharProps,