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

  /external/webkit/WebCore/rendering/
InlineTextBox.h 38 Color correctedTextColor(Color textColor, Color backgroundColor);
InlineTextBox.cpp 215 Color correctedTextColor(Color textColor, Color backgroundColor)
420 textFillColor = correctedTextColor(textFillColor, Color::white);
428 textStrokeColor = correctedTextColor(textStrokeColor, Color::white);
    [all...]

Completed in 63 milliseconds