Home
last modified time | relevance | path

Searched refs:pwsStr (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/src/fdp/include/
Dfde_tto.h55 virtual void CalcSize(const FX_WCHAR* pwsStr,
58 virtual void CalcSize(const FX_WCHAR* pwsStr,
61 virtual void CalcSize(const FX_WCHAR* pwsStr,
64 virtual void CalcSize(const FX_WCHAR* pwsStr,
67 virtual void DrawText(const FX_WCHAR* pwsStr,
71 virtual void DrawText(const FX_WCHAR* pwsStr,
75 virtual void DrawText(const FX_WCHAR* pwsStr,
78 virtual void DrawText(const FX_WCHAR* pwsStr,
82 virtual void CalcLogicSize(const FX_WCHAR* pwsStr,
85 virtual void CalcLogicSize(const FX_WCHAR* pwsStr,
[all …]
/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.h55 virtual void CalcSize(const FX_WCHAR* pwsStr,
58 virtual void CalcSize(const FX_WCHAR* pwsStr,
61 virtual void CalcSize(const FX_WCHAR* pwsStr,
64 virtual void CalcSize(const FX_WCHAR* pwsStr,
68 virtual void DrawText(const FX_WCHAR* pwsStr,
72 virtual void DrawText(const FX_WCHAR* pwsStr,
76 virtual void DrawText(const FX_WCHAR* pwsStr,
79 virtual void DrawText(const FX_WCHAR* pwsStr,
84 virtual void CalcLogicSize(const FX_WCHAR* pwsStr,
87 virtual void CalcLogicSize(const FX_WCHAR* pwsStr,
[all …]
Dfde_textout.cpp163 void CFDE_TextOut::CalcSize(const FX_WCHAR* pwsStr, in CalcSize() argument
168 CalcSize(pwsStr, iLength, rtText); in CalcSize()
172 void CFDE_TextOut::CalcSize(const FX_WCHAR* pwsStr, in CalcSize() argument
177 CalcSize(pwsStr, iLength, rtText); in CalcSize()
181 void CFDE_TextOut::CalcSize(const FX_WCHAR* pwsStr, in CalcSize() argument
187 CalcSize(pwsStr, iLength, rtText); in CalcSize()
191 void CFDE_TextOut::CalcSize(const FX_WCHAR* pwsStr, in CalcSize() argument
194 if (pwsStr == NULL || iLength < 1) { in CalcSize()
201 CalcTextSize(pwsStr, iLength, rect); in CalcSize()
205 void CFDE_TextOut::CalcLogicSize(const FX_WCHAR* pwsStr, in CalcLogicSize() argument
[all …]
/external/pdfium/core/src/fxcrt/
Dfx_basic_utf.cpp76 CFX_ByteString FX_UTF8Encode(const FX_WCHAR* pwsStr, FX_STRSIZE len) { in FX_UTF8Encode() argument
77 FXSYS_assert(pwsStr); in FX_UTF8Encode()
79 len = FXSYS_wcslen(pwsStr); in FX_UTF8Encode()
83 encoder.Input(*pwsStr++); in FX_UTF8Encode()
Dfx_extension.cpp139 FX_FLOAT FXSYS_wcstof(const FX_WCHAR* pwsStr, in FXSYS_wcstof() argument
142 FXSYS_assert(pwsStr); in FXSYS_wcstof()
144 iLength = (int32_t)FXSYS_wcslen(pwsStr); in FXSYS_wcstof()
151 switch (pwsStr[iUsedLen]) { in FXSYS_wcstof()
160 FX_WCHAR wch = pwsStr[iUsedLen]; in FXSYS_wcstof()
168 if (iUsedLen < iLength && pwsStr[iUsedLen] == L'.') { in FXSYS_wcstof()
171 FX_WCHAR wch = pwsStr[iUsedLen]; in FXSYS_wcstof()
/external/pdfium/xfa/src/fgas/src/crt/
Dfx_system.cpp92 FX_FLOAT FX_wcstof(const FX_WCHAR* pwsStr, int32_t iLength, int32_t* pUsedLen) { in FX_wcstof() argument
93 FXSYS_assert(pwsStr != NULL); in FX_wcstof()
95 iLength = FXSYS_wcslen(pwsStr); in FX_wcstof()
102 switch (pwsStr[iUsedLen]) { in FX_wcstof()
111 FX_WCHAR wch = pwsStr[iUsedLen]; in FX_wcstof()
119 if (iUsedLen < iLength && pwsStr[iUsedLen] == L'.') { in FX_wcstof()
122 FX_WCHAR wch = pwsStr[iUsedLen]; in FX_wcstof()
/external/pdfium/xfa/src/fgas/include/
Dfx_sys.h30 FX_FLOAT FX_wcstof(const FX_WCHAR* pwsStr,
/external/pdfium/core/include/fxcrt/
Dfx_ext.h20 FX_FLOAT FXSYS_wcstof(const FX_WCHAR* pwsStr,
Dfx_string.h800 CFX_ByteString FX_UTF8Encode(const FX_WCHAR* pwsStr, FX_STRSIZE len);