OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_dwCharStyles
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/core/include/fxcrt/
fx_ucd.h
122
m_dwCharStyles
(0),
131
m_dwCharStyles
(0),
140
FX_DWORD
m_dwCharStyles
;
/external/pdfium/xfa/src/fgas/src/layout/
fx_textbreak.cpp
343
pCurChar->
m_dwCharStyles
= m_dwContextCharStyles;
363
(((CFX_TxtChar*)pLastChar)->
m_dwCharStyles
&
379
((CFX_TxtChar*)pLastChar)->
m_dwCharStyles
|=
382
((CFX_TxtChar*)pCurChar)->
m_dwCharStyles
|=
528
pCurChar->
m_dwCharStyles
|= FX_TXTCHARSTYLE_ArabicIndic;
533
pCurChar->
m_dwCharStyles
|= FX_TXTCHARSTYLE_ArabicComma;
578
pCurChar->
m_dwCharStyles
= 0;
621
FX_BOOL bPrevNum = (pCur->
m_dwCharStyles
& FX_TXTCHARSTYLE_ArabicIndic) != 0;
630
bNextNum = (pNext->
m_dwCharStyles
& FX_TXTCHARSTYLE_ArabicIndic) != 0;
659
bPrevNum = (pCur->
m_dwCharStyles
& FX_TXTCHARSTYLE_ArabicIndic) != 0;
[
all
...]
fx_rtfbreak.cpp
358
pCurChar->
m_dwCharStyles
= 0;
404
pCurChar->
m_dwCharStyles
= 0;
[
all
...]
/external/pdfium/xfa/src/fgas/include/
fx_tbk.h
123
m_dwCharStyles
(0),
168
FX_DWORD
m_dwCharStyles
;
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp
463
TxtEdtPiece.dwCharStyles = pPiece->
m_dwCharStyles
;
/external/pdfium/xfa/src/fdp/src/tto/
fde_textout.cpp
611
ttoPiece.dwCharStyles = pPiece->
m_dwCharStyles
;
Completed in 47 milliseconds