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

  /external/webkit/WebCore/rendering/
InlineFlowBox.cpp     [all...]
InlineTextBox.cpp 670 bool linesAreOpaque = !isPrinting && (!(deco & UNDERLINE) || underline.alpha() == 255) && (!(deco & OVERLINE) || overline.alpha() == 255) && (!(deco & LINE_THROUGH) || linethrough.alpha() == 255);
676 if (!linesAreOpaque && shadow && shadow->next) {
    [all...]

Completed in 198 milliseconds