Searched refs:layerRect (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DShadowBlur.cpp405 FloatRect layerRect; local
412 layerRect = transform.inverse().mapQuad(transformedPolygon).boundingBox();
414 layerRect = shadowedRect;
415 layerRect.move(m_offset);
420 layerRect.inflateX(edgeSize.width());
421 layerRect.inflateY(edgeSize.height());
425 FloatRect unclippedLayerRect = layerRect;
427 if (!clipRect.contains(enclosingIntRect(layerRect))) {
429 if (intersection(layerRect, clipRect).isEmpty())
445 layerRect
515 IntRect layerRect = calculateLayerBoundingRect(graphicsContext, shadowedRect, graphicsContext->clipBounds()); local
542 IntRect layerRect = calculateLayerBoundingRect(graphicsContext, rect, graphicsContext->clipBounds()); local
567 drawRectShadowWithoutTiling(GraphicsContext* graphicsContext, const FloatRect& shadowedRect, const RoundedRect::Radii& radii, const IntRect& layerRect) argument
602 drawInsetShadowWithoutTiling(GraphicsContext* graphicsContext, const FloatRect& rect, const FloatRect& holeRect, const RoundedRect::Radii& holeRadii, const IntRect& layerRect) argument
890 IntRect layerRect = calculateLayerBoundingRect(context, layerArea, context->clipBounds()); local
[all...]
H A DShadowBlur.h90 void drawRectShadowWithoutTiling(GraphicsContext*, const FloatRect&, const RoundedRect::Radii&, const IntRect& layerRect);
93 void drawInsetShadowWithoutTiling(GraphicsContext*, const FloatRect&, const FloatRect& holeRect, const RoundedRect::Radii&, const IntRect& layerRect);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperLayer.cpp127 options.textureMapper->drawBorder(m_state.debugBorderColor, m_state.debugBorderWidth, layerRect(), transform);
135 FloatRect targetRect = layerRect();
154 ASSERT(!layerRect().isEmpty());
185 options.textureMapper->beginClip(clipTransform, layerRect());
271 boundingRect = layerRect();
745 FloatRect rect = parentLayer->layerRect();
H A DTextureMapperLayer.h182 inline FloatRect layerRect() const function in class:WebCore::TextureMapperLayer

Completed in 116 milliseconds