HomeSort by relevance Sort by last modified time
    Searched full:templaterect (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/cairo/
ContextShadowCairo.cpp 249 IntRect templateRect = IntRect(m_blurDistance, m_blurDistance, shadowTemplateSize.width() - radiusTwice, shadowTemplateSize.height() - radiusTwice);
251 path.addRoundedRect(templateRect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);

Completed in 29 milliseconds