Searched refs:m_sourceRect (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | TransparencyWin.cpp | 196 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()
|
D | TransparencyWin.h | 203 IntRect m_sourceRect; variable
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | ShadowBlur.h | 95 FloatRect m_sourceRect; // Sub-rect of m_layerImage that contains the shadow pixels. variable
|
D | ContextShadow.h | 129 FloatRect m_sourceRect; // Sub-rect of m_layerImage that contains the shadow pixels. variable
|
D | ShadowBlur.cpp | 383 …m_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()
|
D | ContextShadow.cpp | 251 m_sourceRect = IntRect(0, 0, layerArea.width() + frameSize, layerArea.height() + frameSize); in calculateLayerBoundingRect()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | ContextShadowQt.cpp | 163 context->platformContext()->drawImage(m_layerOrigin, m_layerImage, m_sourceRect); in endShadowLayer()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | ContextShadowCairo.cpp | 231 …shadowTemplateSize.width() * shadowTemplateSize.height() > m_sourceRect.width() * m_sourceRect.hei… in drawRectShadow()
|