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

  /external/pdfium/core/fxcrt/
fx_unicode.cpp 24 uint32_t dwProps = FX_GetUnicodeProperties(wch);
25 uint32_t dwTemp = (dwProps & 0xFF800000);
30 dwProps = FX_GetUnicodeProperties(wch);
34 dwTemp = (dwProps & 0x007E0000);
46 uint32_t dwProps,
49 uint32_t dwTemp = (dwProps & 0xFF800000);
54 dwProps = FX_GetUnicodeProperties(wch);
58 dwTemp = (dwProps & 0x007E0000);
fx_bidi.cpp 16 uint32_t dwProps = FX_GetUnicodeProperties(wch);
17 int32_t iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS;
fx_ucd.h 117 uint32_t dwProps,
  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp 306 uint32_t dwProps) {
312 int32_t iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS;
504 uint32_t dwProps = pCurChar->m_dwCharProps;
522 wForm = FX_GetMirrorChar(wch, dwProps, m_bCurRTL, m_bVertical);
549 uint32_t dwProps = kTextLayoutCodeProperties[static_cast<uint16_t>(wch)];
550 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps);
556 pCurChar->m_dwCharProps = dwProps;
567 AppendChar_PageLoad(pCurChar, dwProps);
581 if (m_bVertical && (dwProps & 0x8000) != 0)
    [all...]
fgas_rtfbreak.cpp 231 uint32_t dwProps = kTextLayoutCodeProperties[static_cast<uint16_t>(wch)];
232 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps);
238 pCurChar->m_dwCharProps = dwProps;
895 uint32_t dwProps;
906 dwProps = FX_GetUnicodeProperties(wch);
907 dwCharType = (dwProps & FX_CHARTYPEBITSMASK);
933 wForm = FX_GetMirrorChar(wch, dwProps, bRTLPiece, false);
935 dwProps = FX_GetUnicodeProperties(wForm);
fgas_textbreak.h 239 void AppendChar_PageLoad(CFX_TxtChar* pCurChar, uint32_t dwProps);

Completed in 105 milliseconds