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

  /external/pdfium/core/src/fxcrt/
fx_unicode.cpp 26 FX_DWORD dwProps = (gs_FX_TextLayout_CodeProperties[(FX_WORD)wch] & FX_CHARTYPEBITSMASK);
27 return dwProps == FX_CHARTYPE_Combination;
31 FX_DWORD dwProps = gs_FX_TextLayout_CodeProperties[(FX_WORD)wch];
32 FX_INT32 iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS;
37 FX_DWORD dwProps = gs_FX_TextLayout_CodeProperties[(FX_WORD)wch];
38 FX_DWORD dwTemp = (dwProps & 0xFF800000);
41 dwProps = gs_FX_TextLayout_CodeProperties[(FX_WORD)wch];
44 dwTemp = (dwProps & 0x007E0000);
51 FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch, FX_DWORD dwProps, FX_BOOL bRTL, FX_BOOL bVertical)
53 FX_DWORD dwTemp = (dwProps & 0xFF800000)
    [all...]
fx_arabic.cpp 26 FX_DWORD dwProps = gs_FX_TextLayout_CodeProperties[(FX_WORD)wch];
27 FX_INT32 iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS;
  /external/pdfium/core/include/fxcrt/
fx_ucd.h 111 FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch, FX_DWORD dwProps, FX_BOOL bRTL, FX_BOOL bVertical);

Completed in 143 milliseconds