OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FX_GetMirrorChar
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/fxcrt/
fx_unicode.cpp
23
FX_WCHAR
FX_GetMirrorChar
(FX_WCHAR wch, bool bRTL, bool bVertical) {
45
FX_WCHAR
FX_GetMirrorChar
(FX_WCHAR wch,
fx_ucd.h
49
FX_WCHAR
FX_GetMirrorChar
(FX_WCHAR wch, bool bRTL, bool bVertical);
116
FX_WCHAR
FX_GetMirrorChar
(FX_WCHAR wch,
/external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp
522
wForm =
FX_GetMirrorChar
(wch, dwProps, m_bCurRTL, m_bVertical);
[
all
...]
fgas_rtfbreak.cpp
933
wForm =
FX_GetMirrorChar
(wch, dwProps, bRTLPiece, false);
/external/pdfium/core/fpdftext/
cpdf_textpage.cpp
681
wChar =
FX_GetMirrorChar
(wChar, true, false);
[
all
...]
Completed in 463 milliseconds