OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dwProps
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/core/src/fxcrt/
fx_unicode.cpp
24
FX_DWORD
dwProps
= FX_GetUnicodeProperties(wch);
25
FX_DWORD dwTemp = (
dwProps
& 0xFF800000);
30
dwProps
= FX_GetUnicodeProperties(wch);
34
dwTemp = (
dwProps
& 0x007E0000);
46
FX_DWORD
dwProps
,
49
FX_DWORD dwTemp = (
dwProps
& 0xFF800000);
54
dwProps
= FX_GetUnicodeProperties(wch);
58
dwTemp = (
dwProps
& 0x007E0000);
fx_bidi.cpp
23
FX_DWORD
dwProps
= FX_GetUnicodeProperties(wch);
24
int32_t iBidiCls = (
dwProps
& FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS;
/external/pdfium/xfa/src/fgas/src/layout/
fx_textbreak.cpp
317
void CFX_TxtBreak::AppendChar_PageLoad(CFX_Char* pCurChar, FX_DWORD
dwProps
) {
323
int32_t iBidiCls = (
dwProps
& FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS;
518
FX_DWORD
dwProps
= pCurChar->m_dwCharProps;
519
FX_DWORD dwType = (
dwProps
& FX_CHARTYPEBITSMASK);
536
wForm = FX_GetMirrorChar(wch,
dwProps
, m_bCurRTL, m_bVertical);
572
FX_DWORD
dwProps
= kTextLayoutCodeProperties[(FX_WORD)wch];
573
FX_DWORD dwType = (
dwProps
& FX_CHARTYPEBITSMASK);
577
pCurChar->m_dwCharProps =
dwProps
;
588
AppendChar_PageLoad(pCurChar,
dwProps
);
604
if (m_bVertical && (
dwProps
& 0x8000) != 0) {
[
all
...]
fx_rtfbreak.cpp
351
FX_DWORD
dwProps
= kTextLayoutCodeProperties[(FX_WORD)wch];
352
FX_DWORD dwType = (
dwProps
& FX_CHARTYPEBITSMASK);
357
pCurChar->m_dwCharProps =
dwProps
;
386
if (m_bVertical && (
dwProps
& 0x8000) != 0) {
[
all
...]
fx_textbreak.h
99
void AppendChar_PageLoad(CFX_Char* pCurChar, FX_DWORD
dwProps
);
/external/pdfium/core/include/fxcrt/
fx_ucd.h
112
FX_DWORD
dwProps
,
Completed in 101 milliseconds