Home
last modified time | relevance | path

Searched refs:FX_GetMirrorChar (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_unicode.cpp23 FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch, bool bRTL, bool bVertical) { in FX_GetMirrorChar() function
45 FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch, in FX_GetMirrorChar() function
Dfx_ucd.h49 FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch, bool bRTL, bool bVertical);
116 FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch,
/external/pdfium/xfa/fgas/layout/
Dfgas_textbreak.cpp522 wForm = FX_GetMirrorChar(wch, dwProps, m_bCurRTL, m_bVertical); in AppendChar_Others()
1309 wForm = FX_GetMirrorChar(wch, dwProps, bRTLPiece, bVerticalChar); in GetDisplayPos()
Dfgas_rtfbreak.cpp933 wForm = FX_GetMirrorChar(wch, dwProps, bRTLPiece, false); in GetDisplayPos()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp681 wChar = FX_GetMirrorChar(wChar, true, false); in AddCharInfoByRLDirection()