Searched refs:calculateLayerBoundingRect (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DContextShadow.h136 IntRect calculateLayerBoundingRect(GraphicsContext*, const FloatRect& layerArea, const IntRect& clipRect);
H A DShadowBlur.h66 IntRect calculateLayerBoundingRect(GraphicsContext*, const FloatRect& layerArea, const IntRect& clipRect);
H A DContextShadow.cpp209 IntRect ContextShadow::calculateLayerBoundingRect(GraphicsContext* context, const FloatRect& layerArea, const IntRect& clipRect) function in class:WebCore::ContextShadow
H A DShadowBlur.cpp342 IntRect ShadowBlur::calculateLayerBoundingRect(GraphicsContext* context, const FloatRect& shadowedRect, const IntRect& clipRect) function in class:WebCore::ShadowBlur
446 IntRect layerRect = calculateLayerBoundingRect(graphicsContext, shadowedRect, graphicsContext->clipBounds());
472 IntRect layerRect = calculateLayerBoundingRect(graphicsContext, rect, graphicsContext->clipBounds());
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DContextShadowQt.cpp127 IntRect layerRect = calculateLayerBoundingRect(context, layerArea, clip);
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DContextShadowCairo.cpp92 IntRect layerRect = calculateLayerBoundingRect(context, layerArea, IntRect(x1, y1, x2 - x1, y2 - y1));
229 calculateLayerBoundingRect(context, shadowRect, IntRect(x1, y1, x2 - x1, y2 - y1));

Completed in 81 milliseconds