Searched refs:FX_GetMirrorChar (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_unicode.cpp | 23 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
|
D | 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/ |
D | fgas_textbreak.cpp | 522 wForm = FX_GetMirrorChar(wch, dwProps, m_bCurRTL, m_bVertical); in AppendChar_Others() 1309 wForm = FX_GetMirrorChar(wch, dwProps, bRTLPiece, bVerticalChar); in GetDisplayPos()
|
D | fgas_rtfbreak.cpp | 933 wForm = FX_GetMirrorChar(wch, dwProps, bRTLPiece, false); in GetDisplayPos()
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpage.cpp | 681 wChar = FX_GetMirrorChar(wChar, true, false); in AddCharInfoByRLDirection()
|