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

  /external/webkit/WebCore/platform/graphics/mac/
FontMac.mm 121 bool hasSimpleShadow = context->textDrawingMode() == cTextFill && shadowColor.isValid() && !shadowBlur;
122 if (hasSimpleShadow) {
144 if (hasSimpleShadow)
  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 360 bool hasSimpleShadow = graphicsContext->textDrawingMode() == cTextFill && shadowColor.isValid() && !shadowBlur;
361 if (hasSimpleShadow) {
383 if (hasSimpleShadow)

Completed in 139 milliseconds