HomeSort by relevance Sort by last modified time
    Searched refs:textFillColor (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebCore/rendering/style/
StyleRareInheritedData.cpp 53 , textFillColor(o.textFillColor)
81 && textFillColor == o.textFillColor
StyleRareInheritedData.h 55 Color textFillColor;
RenderStyle.cpp 507 rareInheritedData->textFillColor != other->rareInheritedData->textFillColor ||
    [all...]
RenderStyle.h 610 const Color& textFillColor() const { return rareInheritedData->textFillColor; }
    [all...]
  /external/webkit/WebCore/rendering/
RenderTreeAsText.cpp 242 if (o.parent() && (o.parent()->style()->textFillColor() != o.style()->textFillColor()) &&
243 o.style()->textFillColor().isValid() && o.style()->textFillColor() != o.style()->color() &&
244 o.style()->textFillColor().rgb())
245 ts << " [textFillColor=" << o.style()->textFillColor().name() << "]";
InlineTextBox.cpp 405 Color textFillColor;
411 textFillColor = Color::black;
414 textFillColor = styleToUse->textFillColor();
415 if (!textFillColor.isValid())
416 textFillColor = styleToUse->color();
420 textFillColor = correctedTextColor(textFillColor, Color::white);
434 Color selectionFillColor = textFillColor;
495 updateGraphicsContext(context, textFillColor, textStrokeColor, textStrokeWidth, styleToUse->colorSpace())
    [all...]
RenderObject.cpp     [all...]
  /external/webkit/WebCore/page/animation/
AnimationBase.cpp 647 gPropertyWrappers->append(new PropertyWrapperMaybeInvalidColor(CSSPropertyWebkitTextFillColor, &RenderStyle::textFillColor, &RenderStyle::setTextFillColor));
    [all...]
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 434 if (!renderStyle->textFillColor().isValid())
    [all...]

Completed in 68 milliseconds