Searched refs:dwProps (Results 1 - 5 of 5) sorted by relevance
/external/pdfium/core/fxcrt/ |
H A D | fx_unicode.cpp | 16 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 D | fx_unicode.h | 44 wchar_t FX_GetMirrorChar(wchar_t wch, uint32_t dwProps);
|
H A D | fx_bidi.cpp | 545 uint32_t dwProps = FX_GetUnicodeProperties(wch); 546 int32_t iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS;
|
/external/pdfium/xfa/fgas/layout/ |
H A D | cfx_txtbreak.cpp | 205 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 D | cfx_rtfbreak.cpp | 70 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