HomeSort by relevance Sort by last modified time
    Searched refs:backgroundRect (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayerFragment.h 44 backgroundRect = background;
52 backgroundRect.moveBy(offset);
60 backgroundRect.intersect(rect);
67 ClipRect backgroundRect;
RenderLayerClipper.cpp 183 ClipRect backgroundRect, foregroundRect, outlineRect;
186 calculateRects(context, m_renderer.view()->unscaledDocumentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);
195 ClipRect backgroundRect, foregroundRect, outlineRect;
197 calculateRects(context, PaintInfo::infiniteRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);
199 LayoutRect clipRect = backgroundRect.rect();
211 ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offsetFromRoot) const
216 backgroundRect = backgroundClipRect(context);
217 backgroundRect.move(roundedIntSize(context.subPixelAccumulation));
218 backgroundRect.intersect(paintDirtyRect);
220 backgroundRect = paintDirtyRect
    [all...]
RenderLayerClipper.h 116 ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offsetFromRoot = 0) const;
RenderView.h 136 LayoutRect backgroundRect(RenderBox* backgroundRenderer) const;
RenderLayer.cpp     [all...]
RenderView.cpp 751 LayoutRect RenderView::backgroundRect(RenderBox* backgroundRenderer) const
757 LayoutRect backgroundRect(0, 0, columnInfo->desiredColumnWidth(), columnInfo->columnHeight() * columnInfo->columnCount());
759 backgroundRect = backgroundRect.transposedRect();
760 backgroundRenderer->flipForWritingMode(backgroundRect);
762 return backgroundRect;
    [all...]
RenderBox.cpp     [all...]
RenderLayerScrollableArea.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp 124 paintFillLayers(paintInfo, bgColor, bgLayer, m_renderBox.view()->backgroundRect(&m_renderBox), BackgroundBleedNone, CompositeSourceOver, rootBackgroundRenderer);
429 IntRect backgroundRect(pixelSnappedIntRect(scrolledPaintRect));
434 backgroundRect.intersect(paintInfo.rect);
443 context->fillRect(backgroundRect, bgColor, context->compositeOperation());
560 IntRect backgroundRect(pixelSnappedIntRect(rect));
561 backgroundRect.intersect(paintInfo.rect);
571 context->fillRect(backgroundRect, baseColor, operation);
573 context->fillRect(backgroundRect, bgColor, operation);
575 context->clearRect(backgroundRect);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 77 static IntRect backgroundRect(const RenderObject* renderer)
129 return contentsRect(renderer).contains(backgroundRect(renderer));
    [all...]

Completed in 157 milliseconds