OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dwProps
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcrt/
fx_arabic.cpp
26
FX_DWORD
dwProps
= gs_FX_TextLayout_CodeProperties[(FX_WORD)wch];
27
FX_INT32 iBidiCls = (
dwProps
& FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS;
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
...]
Completed in 73 milliseconds