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

  /external/webkit/Source/WebCore/rendering/
InlineTextBox.h 40 Color correctedTextColor(Color textColor, Color backgroundColor);
InlineTextBox.cpp 299 Color correctedTextColor(Color textColor, Color backgroundColor)
579 textFillColor = correctedTextColor(textFillColor, Color::white);
585 textStrokeColor = correctedTextColor(textStrokeColor, Color::white);
591 emphasisMarkColor = correctedTextColor(emphasisMarkColor, Color::white);
    [all...]

Completed in 35 milliseconds