Searched refs:m_layerOrigin (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | ContextShadow.cpp | 252 m_layerOrigin = FloatPoint(layerFloatRect.x(), layerFloatRect.y()); in calculateLayerBoundingRect() 255 const FloatSize clippedOut = m_unclippedLayerOrigin - m_layerOrigin; in calculateLayerBoundingRect()
|
D | ShadowBlur.h | 96 …FloatPoint m_layerOrigin; // Top-left corner of the (possibly clipped) bounding rect to draw the s… variable
|
D | ContextShadow.h | 130 …FloatPoint m_layerOrigin; // Top-left corner of the (possibly clipped) bounding rect to draw the s… variable
|
D | ShadowBlur.cpp | 384 m_layerOrigin = FloatPoint(layerRect.x(), layerRect.y()); in calculateLayerBoundingRect() 388 const FloatSize clippedOut = unclippedLayerOrigin - m_layerOrigin; in calculateLayerBoundingRect() 410 graphicsContext->clip(FloatRect(m_layerOrigin, m_layerSize)); in drawShadowBuffer() 412 graphicsContext->clipToImageBuffer(m_layerImage, FloatRect(m_layerOrigin, bufferSize)); in drawShadowBuffer() 416 graphicsContext->fillRect(FloatRect(m_layerOrigin, m_sourceRect.size())); in drawShadowBuffer()
|
/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 | 126 cairo_mask_surface(cr, m_layerImage, m_layerOrigin.x(), m_layerOrigin.y()); in endShadowLayer()
|