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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRegion.cpp 132 LayoutRect clippedRect(paintInvalidationRect);
133 clippedRect.intersect(flippedFlowThreadPortionOverflowRect);
134 if (clippedRect.isEmpty())
138 clippedRect.setLocation(regionLocation + (clippedRect.location() - flippedFlowThreadPortionRect.location()));
141 flipForWritingMode(clippedRect);
143 invalidatePaintRectangle(clippedRect);
RenderMultiColumnSet.cpp 437 LayoutRect clippedRect(flowThreadPaintInvalidationRect);
438 clippedRect.intersect(RenderRegion::flowThreadPortionOverflowRect());
439 if (clippedRect.isEmpty())
489 LayoutRect clippedRect(layerBoundsInFlowThread);
490 clippedRect.intersect(RenderRegion::flowThreadPortionOverflowRect());
491 if (clippedRect.isEmpty())
522 LayoutRect clippedRect(layerBoundsInFlowThread);
523 clippedRect.intersect(flowThreadOverflowPortion);
524 if (clippedRect.isEmpty())
557 clippedRect = layerBoundingBox
    [all...]
  /external/chromium_org/third_party/skia/tests/
ReadPixelsTest.cpp 379 SkIRect clippedRect = DEV_RECT;
380 if (clippedRect.intersect(srcRect)) {
384 checkRead(reporter, wkbmp, clippedRect.fLeft,
385 clippedRect.fTop, true, false);
  /external/skia/tests/
ReadPixelsTest.cpp 381 SkIRect clippedRect = DEV_RECT;
382 if (clippedRect.intersect(srcRect)) {
386 checkRead(reporter, wkbmp, clippedRect.fLeft,
387 clippedRect.fTop, true, false);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]

Completed in 1447 milliseconds