HomeSort by relevance Sort by last modified time
    Searched defs:dwProps (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fgas/layout/
cfx_rtfbreak.cpp 70 uint32_t dwProps = FX_GetUnicodeProperties(wch);
71 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps);
72 m_pCurLine->m_LineChars.emplace_back(wch, dwProps, m_iHorizontalScale,
697 uint32_t dwProps = FX_GetUnicodeProperties(wch);
698 uint32_t dwCharType = (dwProps & FX_CHARTYPEBITSMASK);
724 wForm = FX_GetMirrorChar(wch, dwProps);
726 dwProps = FX_GetUnicodeProperties(wForm);
cfx_txtbreak.cpp 205 uint32_t dwProps = FX_GetUnicodeProperties(wch);
206 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps);
207 m_pCurLine->m_LineChars.emplace_back(wch, dwProps, m_iHorizontalScale,
699 uint32_t dwProps = FX_GetUnicodeProperties(wch);
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...]

Completed in 871 milliseconds