Home | History | Annotate | Download | only in rendering

Lines Matching refs:childStyle

123         RenderStyle* childStyle = child->renderer().style(isFirstLineStyle());
129 if (!parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
130 || parentStyle->lineHeight() != childStyle->lineHeight()
131 || (parentStyle->verticalAlign() != BASELINE && !isRootInlineBox()) || childStyle->verticalAlign() != BASELINE)
134 if (childStyle->hasTextCombine() || childStyle->textEmphasisMark() != TextEmphasisMarkNone)
146 || !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
147 || parentStyle->lineHeight() != childStyle->lineHeight()
148 || (parentStyle->verticalAlign() != BASELINE && !isRootInlineBox()) || childStyle->verticalAlign() != BASELINE
149 || childStyle->hasBorder() || childStyle->hasPadding() || childStyle->hasTextCombine())
160 RenderStyle* childStyle = child->renderer().style(isFirstLineStyle());
161 if (childStyle->letterSpacing() < 0 || childStyle->textShadow() || childStyle->textEmphasisMark() != TextEmphasisMarkNone || childStyle->textStrokeWidth())