HomeSort by relevance Sort by last modified time
    Searched refs:pwsStr (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/fde/tto/
fde_textout.h 101 void DrawText(const FX_WCHAR* pwsStr, int32_t iLength, int32_t x, int32_t y);
102 void DrawText(const FX_WCHAR* pwsStr,
106 void DrawText(const FX_WCHAR* pwsStr, int32_t iLength, const CFX_Rect& rect);
107 void DrawText(const FX_WCHAR* pwsStr, int32_t iLength, const CFX_RectF& rect);
110 void CalcLogicSize(const FX_WCHAR* pwsStr, int32_t iLength, CFX_SizeF& size);
111 void CalcLogicSize(const FX_WCHAR* pwsStr, int32_t iLength, CFX_RectF& rect);
112 void DrawLogicText(const FX_WCHAR* pwsStr,
116 void DrawLogicText(const FX_WCHAR* pwsStr,
122 void CalcTextSize(const FX_WCHAR* pwsStr, int32_t iLength, CFX_RectF& rect);
128 void DrawText(const FX_WCHAR* pwsStr,
    [all...]
fde_textout.cpp 168 void CFDE_TextOut::CalcLogicSize(const FX_WCHAR* pwsStr,
172 CalcLogicSize(pwsStr, iLength, rtText);
176 void CFDE_TextOut::CalcLogicSize(const FX_WCHAR* pwsStr,
179 if (!pwsStr || iLength < 1) {
183 CalcTextSize(pwsStr, iLength, rect);
187 void CFDE_TextOut::CalcTextSize(const FX_WCHAR* pwsStr,
193 const FX_WCHAR* pStr = pwsStr;
299 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr,
305 DrawText(pwsStr, iLength, rtText);
308 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr,
    [all...]
  /external/pdfium/core/fxcrt/
fx_ext.h 23 FX_FLOAT FXSYS_wcstof(const FX_WCHAR* pwsStr,
fx_extension.cpp 443 FX_FLOAT FXSYS_wcstof(const FX_WCHAR* pwsStr,
446 ASSERT(pwsStr);
448 iLength = (int32_t)FXSYS_wcslen(pwsStr);
455 switch (pwsStr[iUsedLen]) {
464 FX_WCHAR wch = pwsStr[iUsedLen];
472 if (iUsedLen < iLength && pwsStr[iUsedLen] == L'.') {
475 FX_WCHAR wch = pwsStr[iUsedLen];

Completed in 190 milliseconds