Searched defs:pParentStyle (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/fde/css/
H A Dcfde_cssstyleselector.cpp36 CFDE_CSSComputedStyle* pParentStyle) {
38 if (pParentStyle)
39 pStyle->m_InheritedData = pParentStyle->m_InheritedData;
35 CreateComputedStyle( CFDE_CSSComputedStyle* pParentStyle) argument
/external/pdfium/xfa/fxfa/app/
H A Dcxfa_textparser.cpp167 CFDE_CSSComputedStyle* pParentStyle) {
168 auto pNewStyle = m_pSelector->CreateComputedStyle(pParentStyle);
170 if (!pParentStyle)
173 uint32_t dwDecoration = pParentStyle->GetTextDecoration();
175 if (pParentStyle->GetVerticalAlign() == FDE_CSSVerticalAlign::Number)
176 fBaseLine = pParentStyle->GetNumberVerticalAlign();
181 const FDE_CSSRect* pRect = pParentStyle->GetMarginWidth();
189 CFDE_CSSComputedStyle* pParentStyle) {
198 pContext->m_pParentStyle.Reset(pParentStyle);
204 auto pStyle = CreateStyle(pParentStyle);
166 CreateStyle( CFDE_CSSComputedStyle* pParentStyle) argument
187 ComputeStyle( CFDE_XMLNode* pXMLNode, CFDE_CSSComputedStyle* pParentStyle) argument
222 ParseRichText(CFDE_XMLNode* pXMLNode, CFDE_CSSComputedStyle* pParentStyle) argument
[all...]
H A Dcxfa_textlayout.cpp161 CFDE_CSSComputedStyle* pParentStyle) {
199 const FDE_CSSRect* pParRect = pParentStyle->GetMarginWidth();
200 const FDE_CSSRect* pParPaddingRect = pParentStyle->GetPaddingWidth();
703 const CFX_RetainPtr<CFDE_CSSComputedStyle>& pParentStyle,
746 pStyle = m_textParser.ComputeStyle(pXMLNode, pParentStyle.Get());
747 InitBreak(bContentNode ? pParentStyle.Get() : pStyle.Get(), eDisplay,
748 szText.width, pXMLNode, pParentStyle.Get());
773 bContentNode ? pParentStyle.Get() : pStyle.Get());
775 bContentNode ? pParentStyle.Get() : pStyle.Get());
821 bContentNode ? pParentStyle
157 InitBreak(CFDE_CSSComputedStyle* pStyle, FDE_CSSDisplay eDisplay, FX_FLOAT fLineWidth, CFDE_XMLNode* pXMLNode, CFDE_CSSComputedStyle* pParentStyle) argument
699 LoadRichText( CFDE_XMLNode* pXMLNode, const CFX_SizeF& szText, FX_FLOAT& fLinePos, const CFX_RetainPtr<CFDE_CSSComputedStyle>& pParentStyle, bool bSavePieces, CFX_RetainPtr<CXFA_LinkUserData> pLinkData, bool bEndBreak, bool bIsOl, int32_t iLiCount) argument
[all...]

Completed in 44 milliseconds