Home
last modified time | relevance | path

Searched refs:m_sourceRect (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DTransparencyWin.cpp196 m_sourceRect = region; in init()
212 m_transformedSourceRect = m_sourceRect; in computeLayerSize()
213 m_layerSize = IntSize(m_sourceRect.width(), m_sourceRect.height()); in computeLayerSize()
215 m_transformedSourceRect = m_orgTransform.mapRect(m_sourceRect); in computeLayerSize()
319 m_drawRect = m_sourceRect; in setupTransformForKeepTransform()
451 destRect.set(m_sourceRect.x(), m_sourceRect.y(), m_sourceRect.maxX(), m_sourceRect.maxY()); in compositeOpaqueComposite()
DTransparencyWin.h203 IntRect m_sourceRect; variable
/external/webkit/Source/WebCore/platform/graphics/
DShadowBlur.h95 FloatRect m_sourceRect; // Sub-rect of m_layerImage that contains the shadow pixels. variable
DContextShadow.h129 FloatRect m_sourceRect; // Sub-rect of m_layerImage that contains the shadow pixels. variable
DShadowBlur.cpp383m_sourceRect = FloatRect(0, 0, shadowedRect.width() + frameSize, shadowedRect.height() + frameSize… in calculateLayerBoundingRect()
416 graphicsContext->fillRect(FloatRect(m_layerOrigin, m_sourceRect.size())); in drawShadowBuffer()
462 …|| (templateSize.width() * templateSize.height() > m_sourceRect.width() * m_sourceRect.height())) { in drawRectShadow()
DContextShadow.cpp251 m_sourceRect = IntRect(0, 0, layerArea.width() + frameSize, layerArea.height() + frameSize); in calculateLayerBoundingRect()
/external/webkit/Source/WebCore/platform/graphics/qt/
DContextShadowQt.cpp163 context->platformContext()->drawImage(m_layerOrigin, m_layerImage, m_sourceRect); in endShadowLayer()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DContextShadowCairo.cpp231 …shadowTemplateSize.width() * shadowTemplateSize.height() > m_sourceRect.width() * m_sourceRect.hei… in drawRectShadow()