Searched refs:dwProps (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/
H A Dfx_unicode.cpp16 wchar_t GetMirrorChar(wchar_t wch, uint32_t dwProps) { argument
17 uint32_t dwTemp = (dwProps & kMirrorMask);
38 wchar_t FX_GetMirrorChar(wchar_t wch, uint32_t dwProps) { argument
39 return GetMirrorChar(wch, dwProps);
H A Dfx_unicode.h44 wchar_t FX_GetMirrorChar(wchar_t wch, uint32_t dwProps);
H A Dfx_bidi.cpp545 uint32_t dwProps = FX_GetUnicodeProperties(wch);
546 int32_t iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS;
/external/pdfium/xfa/fgas/layout/
H A Dcfx_txtbreak.cpp205 uint32_t dwProps = FX_GetUnicodeProperties(wch); local
206 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps);
207 m_pCurLine->m_LineChars.emplace_back(wch, dwProps, m_iHorizontalScale,
699 uint32_t dwProps = FX_GetUnicodeProperties(wch); local
700 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps);
713 dwProps = FX_GetUnicodeProperties(wNext);
714 if ((dwProps & FX_CHARTYPEBITSMASK) != FX_CHARTYPE_Combination)
729 dwProps = FX_GetUnicodeProperties(wNext);
730 } while ((dwProps & FX_CHARTYPEBITSMASK) == FX_CHARTYPE_Combination);
778 wForm = FX_GetMirrorChar(wch, dwProps);
[all...]
H A Dcfx_rtfbreak.cpp70 uint32_t dwProps = FX_GetUnicodeProperties(wch); local
71 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps);
72 m_pCurLine->m_LineChars.emplace_back(wch, dwProps, m_iHorizontalScale,
697 uint32_t dwProps = FX_GetUnicodeProperties(wch); local
698 uint32_t dwCharType = (dwProps & FX_CHARTYPEBITSMASK);
724 wForm = FX_GetMirrorChar(wch, dwProps);
726 dwProps = FX_GetUnicodeProperties(wForm);

Completed in 103 milliseconds