Home
last modified time | relevance | path

Searched refs:m_pParentStyle (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/app/
Dcxfa_textparsecontext.cpp14 : m_pParentStyle(nullptr), in CXFA_TextParseContext()
Dcxfa_textparsecontext.h32 CFX_RetainPtr<CFDE_CSSComputedStyle> m_pParentStyle; variable
Dcxfa_loadercontext.h34 CFX_RetainPtr<CFDE_CSSComputedStyle> m_pParentStyle; variable
Dcxfa_textparser.cpp198 pContext->m_pParentStyle.Reset(pParentStyle); in ComputeStyle()
387 if (pContext && pContext->m_pParentStyle && in GetHorScale()
388 pContext->m_pParentStyle->GetCustomStyle( in GetHorScale()
Dcxfa_textlayout.cpp477 if (!LoadRichText(pXMLNode, szText, fLinePos, m_pLoader->m_pParentStyle, in Layout()
486 if (!LoadRichText(pXMLNode, szText, fLinePos, m_pLoader->m_pParentStyle, in Layout()
497 m_pLoader->m_pParentStyle, true, nullptr)) { in Layout()
831 m_pLoader->m_pParentStyle = pParentStyle; in LoadRichText()
880 m_pLoader->m_pParentStyle = pParentStyle; in LoadRichText()