Home
last modified time | relevance | path

Searched refs:szText (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/app/
Dcxfa_textlayout.cpp438 CFX_SizeF szText(m_pLoader->m_fWidth, m_pLoader->m_fHeight); in Layout() local
456 Loader(szText, fLinePos, true); in Layout()
458 UpdateAlign(szText.height, fLinePos); in Layout()
477 if (!LoadRichText(pXMLNode, szText, fLinePos, m_pLoader->m_pParentStyle, in Layout()
486 if (!LoadRichText(pXMLNode, szText, fLinePos, m_pLoader->m_pParentStyle, in Layout()
496 if (!LoadRichText(pXMLNode, szText, fLinePos, in Layout()
506 LoadText(pNode, szText, fLinePos, true); in Layout()
643 bool CXFA_TextLayout::Loader(const CFX_SizeF& szText, in Loader() argument
657 LoadRichText(pXMLContainer, szText, fLinePos, pRootStyle, bSavePieces, in Loader()
661 LoadText(m_pTextDataNode, szText, fLinePos, bSavePieces); in Loader()
[all …]
Dcxfa_textlayout.h75 bool Loader(const CFX_SizeF& szText,
79 const CFX_SizeF& szText,
83 const CFX_SizeF& szText,
Dxfa_textpiece.h25 CFX_WideString szText; variable
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp289 const char *szText; in OsExit() local
294 szText = (const char*)m_pShell->PVRShellGet(prefExitMessage); in OsExit()
302 if(!szText || !szCaption) in OsExit()
305 nT = (int)strlen(szText) + 1; in OsExit()
311 for(i = 0; (tzText[i] = szText[i]) != 0; ++i); in OsExit()