Home
last modified time | relevance | path

Searched refs:unclippedLayerRect (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DContextShadow.cpp231 FloatRect unclippedLayerRect = layerFloatRect; in calculateLayerBoundingRect() local
245 unclippedLayerRect.inflate(m_blurDistance); in calculateLayerBoundingRect()
254 …const FloatPoint m_unclippedLayerOrigin = FloatPoint(unclippedLayerRect.x(), unclippedLayerRect.y(… in calculateLayerBoundingRect()
DShadowBlur.cpp366 FloatRect unclippedLayerRect = layerRect; in calculateLayerBoundingRect() local
387 …const FloatPoint unclippedLayerOrigin = FloatPoint(unclippedLayerRect.x(), unclippedLayerRect.y()); in calculateLayerBoundingRect()