OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FX_GetMirrorChar
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/core/src/fxcrt/
fx_unicode.cpp
23
FX_WCHAR
FX_GetMirrorChar
(FX_WCHAR wch, FX_BOOL bRTL, FX_BOOL bVertical) {
45
FX_WCHAR
FX_GetMirrorChar
(FX_WCHAR wch,
/external/pdfium/core/include/fxcrt/
fx_ucd.h
47
FX_WCHAR
FX_GetMirrorChar
(FX_WCHAR wch, FX_BOOL bRTL, FX_BOOL bVertical);
111
FX_WCHAR
FX_GetMirrorChar
(FX_WCHAR wch,
/external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp
580
wForm =
FX_GetMirrorChar
(pCurChar->m_wCharCode, pCurChar->m_dwCharProps,
[
all
...]
fx_textbreak.cpp
536
wForm =
FX_GetMirrorChar
(wch, dwProps, m_bCurRTL, m_bVertical);
[
all
...]
/external/pdfium/core/src/fpdftext/
fpdf_text.cpp
298
wChar =
FX_GetMirrorChar
(wChar, TRUE, FALSE);
fpdf_text_int.cpp
1030
FX_WCHAR wChar =
FX_GetMirrorChar
(str.GetAt(i), TRUE, FALSE);
[
all
...]
Completed in 753 milliseconds