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

  /external/webkit/Source/WebCore/platform/graphics/
ContextShadow.cpp 46 , m_blurDistance(0)
54 , m_blurDistance(round(radius))
61 m_blurDistance = min(m_blurDistance, 128);
82 m_blurDistance = 0;
119 int d = max(2, static_cast<int>(floorf((2 / 3.f) * m_blurDistance)));
206 m_blurDistance = roundf(static_cast<float>(m_blurDistance) / scale);
227 layerFloatRect.inflate(m_blurDistance);
228 inflation += m_blurDistance;
    [all...]
ContextShadow.h 82 int m_blurDistance;
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ContextShadowCairo.cpp 193 float radiusTwice = m_blurDistance * 2;
216 shadowRect.move(- m_blurDistance, - m_blurDistance);
249 IntRect templateRect = IntRect(m_blurDistance, m_blurDistance, shadowTemplateSize.width() - radiusTwice, shadowTemplateSize.height() - radiusTwice);
287 destRect.setWidth(shadowRect.width() - topLeftRadius.width() - topRightRadius.width() - m_blurDistance * 4);
297 destRect.setWidth(shadowRect.width() - bottomLeftRadius.width() - bottomRightRadius.width() - m_blurDistance * 4);
305 destRect.setHeight(shadowRect.height() - topRightRadius.height() - bottomRightRadius.height() - m_blurDistance * 4);
313 destRect.setHeight(shadowRect.height() - topLeftRadius.height() - bottomLeftRadius.height() - m_blurDistance * 4);
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontQt.cpp 142 clip.adjust(-ctxShadow->m_blurDistance, -ctxShadow->m_blurDistance, ctxShadow->m_blurDistance, ctxShadow->m_blurDistance);

Completed in 143 milliseconds