Searched refs:internalShadowWidth (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DContextShadowCairo.cpp196 int internalShadowWidth = radiusTwice + max(topLeftRadius.width(), bottomLeftRadius.width()) + local
205 if ((!context->getCTM().isIdentityOrTranslationOrFlipped()) || (internalShadowWidth > rect.width())
223 IntSize shadowTemplateSize = IntSize(sideTileWidth + radiusTwice + internalShadowWidth,

Completed in 77 milliseconds