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 298 Color correctedTextColor(Color textColor, Color backgroundColor)
578 textFillColor = correctedTextColor(textFillColor, Color::white);
584 textStrokeColor = correctedTextColor(textStrokeColor, Color::white);
590 emphasisMarkColor = correctedTextColor(emphasisMarkColor, Color::white);
    [all...]

Completed in 43 milliseconds