Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_textpiece.h23 WideString szText; variable
Dcfx_rtfbreak.cpp750 wchar_t wch = pPiece->szText[i]; in GetDisplayPos()
769 wNext = pPiece->szText[i + 1]; in GetDisplayPos()
771 wNext = pPiece->szText[i + 2]; in GetDisplayPos()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp460 CFX_SizeF szText(m_pLoader->fWidth, m_pLoader->fHeight); in LayoutInternal() local
474 Loader(szText.width, &fLinePos, true); in LayoutInternal()
476 UpdateAlign(szText.height, fLinePos); in LayoutInternal()
493 if (!LoadRichText(pXMLNode, szText.width, &fLinePos, in LayoutInternal()
503 if (!LoadRichText(pXMLNode, szText.width, &fLinePos, in LayoutInternal()
513 if (!LoadRichText(pXMLNode, szText.width, &fLinePos, in LayoutInternal()
524 LoadText(pNode, szText.width, &fLinePos, true); in LayoutInternal()
964 if (pPiece->szText[i] == L'.') in DoTabstops()
1006 pTP->szText = pPiece->GetString(); in AppendTextLine()
/external/angle/util/windows/third_party/StackWalker/src/
DStackWalker.h172 virtual void OnOutput(LPCSTR szText);