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

/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DContextShadowCairo.cpp193 float radiusTwice = m_blurDistance * 2; local
196 int internalShadowWidth = radiusTwice + max(topLeftRadius.width(), bottomLeftRadius.width()) +
198 int internalShadowHeight = radiusTwice + max(topLeftRadius.height(), topRightRadius.height()) +
212 IntSize shadowBufferSize = IntSize(rect.width() + radiusTwice, rect.height() + radiusTwice);
223 IntSize shadowTemplateSize = IntSize(sideTileWidth + radiusTwice + internalShadowWidth,
224 sideTileWidth + radiusTwice + internalShadowHeight);
249 IntRect templateRect = IntRect(m_blurDistance, m_blurDistance, shadowTemplateSize.width() - radiusTwice, shadowTemplateSize.height() - radiusTwice);
271 shadowRect.inflate(-radiusTwice);
[all...]

Completed in 35 milliseconds