Home
last modified time | relevance | path

Searched refs:pStyle (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp135 IFDE_CSSComputedStyle* pStyle = m_pSelector->CreateComputedStyle(NULL); in CreateRootStyle() local
136 IFDE_CSSFontStyle* pFontStyle = pStyle->GetFontStyles(); in CreateRootStyle()
137 IFDE_CSSParagraphStyle* pParaStyle = pStyle->GetParagraphStyles(); in CreateRootStyle()
165 pStyle->GetBoundaryStyles()->SetMarginWidth(rtMarginWidth); in CreateRootStyle()
191 return pStyle; in CreateRootStyle()
230 IFDE_CSSComputedStyle* pStyle = CreateStyle(pParentStyle); in ComputeStyle() local
234 pContext->CountDecls(), pStyle); in ComputeStyle()
236 return pStyle; in ComputeStyle()
332 FX_FLOAT CXFA_TextParser::GetTabInterval(IFDE_CSSComputedStyle* pStyle) const { in GetTabInterval()
334 if (pStyle && pStyle->GetCustomStyle(FX_WSTRC(L"tab-interval"), wsValue)) { in GetTabInterval()
[all …]
Dxfa_textlayout.h83 FX_FLOAT GetTabInterval(IFDE_CSSComputedStyle* pStyle) const;
84 int32_t CountTabs(IFDE_CSSComputedStyle* pStyle) const;
85 FX_BOOL IsSpaceRun(IFDE_CSSComputedStyle* pStyle) const;
86 FX_BOOL GetTabstops(IFDE_CSSComputedStyle* pStyle,
89 IFDE_CSSComputedStyle* pStyle) const;
91 IFDE_CSSComputedStyle* pStyle) const;
93 IFDE_CSSComputedStyle* pStyle,
96 IFDE_CSSComputedStyle* pStyle) const;
98 IFDE_CSSComputedStyle* pStyle,
102 IFDE_CSSComputedStyle* pStyle,
[all …]
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssdeclaration.cpp168 IFDE_CSSValue *pColor, *pStyle, *pWidth; in AddProperty() local
179 pStyle, pWidth)) { in AddProperty()
180 AddBorderProperty(pStaticStore, pColor, pStyle, pWidth, bImportant, in AddProperty()
184 AddBorderProperty(pStaticStore, pColor, pStyle, pWidth, bImportant, in AddProperty()
188 AddBorderProperty(pStaticStore, pColor, pStyle, pWidth, bImportant, in AddProperty()
192 AddBorderProperty(pStaticStore, pColor, pStyle, pWidth, bImportant, in AddProperty()
201 pStyle, pWidth)) { in AddProperty()
202 AddBorderProperty(pStaticStore, pColor, pStyle, pWidth, bImportant, in AddProperty()
211 pStyle, pWidth)) { in AddProperty()
212 AddBorderProperty(pStaticStore, pColor, pStyle, pWidth, bImportant, in AddProperty()
[all …]
Dfde_cssdeclaration.h87 IFDE_CSSValue*& pStyle,
91 IFDE_CSSValue* pStyle,
Dfde_cssstyleselector.cpp257 CFDE_CSSComputedStyle* pStyle = in CreateComputedStyle() local
260 pStyle->m_InheritedData = in CreateComputedStyle()
263 pStyle->m_InheritedData.Reset(); in CreateComputedStyle()
265 pStyle->m_NonInheritedData.Reset(); in CreateComputedStyle()
266 return pStyle; in CreateComputedStyle()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp322 CFX_ByteString ParseStyle(const FX_CHAR* pStyle, int iLen, int iIndex) { in ParseStyle() argument
328 if (pStyle[iIndex] == ',') { in ParseStyle()
331 buf.AppendChar(pStyle[iIndex]); in ParseStyle()
343 const FX_FontStyle* pStyle = NULL; in GetStyleType() local
345 pStyle = g_FontStyles + i; in GetStyleType()
346 if (!pStyle || pStyle->len > iLen) { in GetStyleType()
350 if (bsStyle.Left(pStyle->len).Compare(pStyle->style) == 0) { in GetStyleType()
354 if (bsStyle.Right(pStyle->len).Compare(pStyle->style) == 0) { in GetStyleType()
953 const FX_CHAR* pStyle = style; in FindSubstFont() local
958 buf = ParseStyle(pStyle, nLen, i); in FindSubstFont()