Home
last modified time | relevance | path

Searched refs:textStrokeWidth (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp58 , textStrokeWidth(RenderStyle::initialTextStrokeWidth()) in StyleRareInheritedData()
102 , textStrokeWidth(o.textStrokeWidth) in StyleRareInheritedData()
169 && textStrokeWidth == o.textStrokeWidth in operator ==()
DStyleRareInheritedData.h62 float textStrokeWidth; variable
DRenderStyle.cpp487 if (textStrokeWidth() != other->textStrokeWidth()) in diff()
DRenderStyle.h729 float textStrokeWidth() const { return rareInheritedData->textStrokeWidth; } in textStrokeWidth() function
1206 void setTextStrokeWidth(float w) { SET_VAR(rareInheritedData, textStrokeWidth, w); } in setTextStrokeWidth()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp542 float textStrokeWidth = styleToUse->textStrokeWidth(); in paint() local
585 float selectionStrokeWidth = textStrokeWidth; in paint()
612 float strokeWidth = pseudoStyle->textStrokeWidth(); in paint()
692 GraphicsContextStateSaver stateSaver(*context, textStrokeWidth > 0); in paint()
694 updateGraphicsContext(context, textFillColor, textStrokeColor, textStrokeWidth); in paint()
697 …un, nullAtom, 0, 0, length, length, textOrigin, boxRect, textShadow, textStrokeWidth > 0, isHorizo… in paint()
699 …n, nullAtom, 0, ePos, sPos, length, textOrigin, boxRect, textShadow, textStrokeWidth > 0, isHorizo… in paint()
703 updateGraphicsContext(context, emphasisMarkColor, textStrokeColor, textStrokeWidth); in paint()
713 …set, 0, length, length, emphasisMarkTextOrigin, boxRect, textShadow, textStrokeWidth > 0, isHorizo… in paint()
715 …et, ePos, sPos, length, emphasisMarkTextOrigin, boxRect, textShadow, textStrokeWidth > 0, isHorizo… in paint()
[all …]
DRenderTreeAsText.cpp243 …if (o.parent()->style()->textStrokeWidth() != o.style()->textStrokeWidth() && o.style()->textStrok… in writeRenderObject()
244 ts << " [textStrokeWidth=" << o.style()->textStrokeWidth() << "]"; in writeRenderObject()
DInlineFlowBox.cpp160 …hadow() || childStyle->textEmphasisMark() != TextEmphasisMarkNone || childStyle->textStrokeWidth()) in addToLine()
848 int strokeOverflow = static_cast<int>(ceilf(style->textStrokeWidth() / 2.0f)); in addTextBoxVisualOverflow()
DRenderObject.cpp2987 if (style->textStrokeWidth() > 0) { in decorationColor()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp1432 HANDLE_INHERIT_AND_INITIAL(textStrokeWidth, TextStrokeWidth) in oldApplyProperty()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2335 return zoomAdjustedPixelValue(style->textStrokeWidth(), *style); in getPropertyCSSValue()