Searched refs:m_pParentStyle (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/app/ |
D | cxfa_textparsecontext.cpp | 14 : m_pParentStyle(nullptr), in CXFA_TextParseContext()
|
D | cxfa_textparsecontext.h | 32 CFX_RetainPtr<CFDE_CSSComputedStyle> m_pParentStyle; variable
|
D | cxfa_loadercontext.h | 34 CFX_RetainPtr<CFDE_CSSComputedStyle> m_pParentStyle; variable
|
D | cxfa_textparser.cpp | 198 pContext->m_pParentStyle.Reset(pParentStyle); in ComputeStyle() 387 if (pContext && pContext->m_pParentStyle && in GetHorScale() 388 pContext->m_pParentStyle->GetCustomStyle( in GetHorScale()
|
D | cxfa_textlayout.cpp | 477 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()
|