/external/pdfium/xfa/src/fdp/include/ |
fde_tto.h | 55 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/ |
fde_textout.h | 55 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...] |
fde_textout.cpp | 163 void CFDE_TextOut::CalcSize(const FX_WCHAR* pwsStr,
168 CalcSize(pwsStr, iLength, rtText);
172 void CFDE_TextOut::CalcSize(const FX_WCHAR* pwsStr,
177 CalcSize(pwsStr, iLength, rtText);
181 void CFDE_TextOut::CalcSize(const FX_WCHAR* pwsStr,
187 CalcSize(pwsStr, iLength, rtText);
191 void CFDE_TextOut::CalcSize(const FX_WCHAR* pwsStr,
194 if (pwsStr == NULL || iLength < 1) {
201 CalcTextSize(pwsStr, iLength, rect);
205 void CFDE_TextOut::CalcLogicSize(const FX_WCHAR* pwsStr,
[all...] |
/external/pdfium/core/src/fxcrt/ |
fx_basic_utf.cpp | 76 CFX_ByteString FX_UTF8Encode(const FX_WCHAR* pwsStr, FX_STRSIZE len) { 77 FXSYS_assert(pwsStr); 79 len = FXSYS_wcslen(pwsStr); 83 encoder.Input(*pwsStr++);
|
fx_extension.cpp | 139 FX_FLOAT FXSYS_wcstof(const FX_WCHAR* pwsStr, 142 FXSYS_assert(pwsStr); 144 iLength = (int32_t)FXSYS_wcslen(pwsStr); 151 switch (pwsStr[iUsedLen]) { 160 FX_WCHAR wch = pwsStr[iUsedLen]; 168 if (iUsedLen < iLength && pwsStr[iUsedLen] == L'.') { 171 FX_WCHAR wch = pwsStr[iUsedLen];
|
/external/pdfium/xfa/src/fgas/src/crt/ |
fx_system.cpp | 92 FX_FLOAT FX_wcstof(const FX_WCHAR* pwsStr, int32_t iLength, int32_t* pUsedLen) {
93 FXSYS_assert(pwsStr != NULL);
95 iLength = FXSYS_wcslen(pwsStr);
102 switch (pwsStr[iUsedLen]) {
111 FX_WCHAR wch = pwsStr[iUsedLen];
119 if (iUsedLen < iLength && pwsStr[iUsedLen] == L'.') {
122 FX_WCHAR wch = pwsStr[iUsedLen];
|
/external/pdfium/xfa/src/fgas/include/ |
fx_sys.h | 30 FX_FLOAT FX_wcstof(const FX_WCHAR* pwsStr,
|
/external/pdfium/core/include/fxcrt/ |
fx_ext.h | 20 FX_FLOAT FXSYS_wcstof(const FX_WCHAR* pwsStr,
|
fx_string.h | 800 CFX_ByteString FX_UTF8Encode(const FX_WCHAR* pwsStr, FX_STRSIZE len);
|