Home
last modified time | relevance | path

Searched refs:m_layerOrigin (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DContextShadow.cpp252 m_layerOrigin = FloatPoint(layerFloatRect.x(), layerFloatRect.y()); in calculateLayerBoundingRect()
255 const FloatSize clippedOut = m_unclippedLayerOrigin - m_layerOrigin; in calculateLayerBoundingRect()
DShadowBlur.h96 …FloatPoint m_layerOrigin; // Top-left corner of the (possibly clipped) bounding rect to draw the s… variable
DContextShadow.h130 …FloatPoint m_layerOrigin; // Top-left corner of the (possibly clipped) bounding rect to draw the s… variable
DShadowBlur.cpp384 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/
DContextShadowQt.cpp163 context->platformContext()->drawImage(m_layerOrigin, m_layerImage, m_sourceRect); in endShadowLayer()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DContextShadowCairo.cpp126 cairo_mask_surface(cr, m_layerImage, m_layerOrigin.x(), m_layerOrigin.y()); in endShadowLayer()