HomeSort by relevance Sort by last modified time
    Searched defs:outerRect (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/gm/
nested.cpp 72 SkRect outerRect = SkRect::MakeWH(40, 40);
100 AddShape(&path, outerRect, (Shapes) outerShape, SkPath::kCW_Direction);
  /external/skia/gm/
nested.cpp 72 SkRect outerRect = SkRect::MakeWH(40, 40);
100 AddShape(&path, outerRect, (Shapes) outerShape, SkPath::kCW_Direction);
  /external/chromium_org/third_party/WebKit/Source/web/
ViewportAnchor.cpp 163 IntRect outerRect = IntRect(flooredIntPoint(outerOrigin), outerSize);
166 moveToEncloseRect(outerRect, innerRect);
168 outerRect.setLocation(scrollView.adjustScrollPositionWithinRange(outerRect.location()));
170 moveIntoRect(innerRect, outerRect);
172 mainFrameOffset = outerRect.location();
173 pinchViewportOffset = FloatPoint(innerRect.location() - outerRect.location());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 733 IntRect outerRect = areaCastingShadowInHole(rect.rect(), shadowBlur, shadowSpread, shadowOffset);
750 fillRectWithRoundedHole(outerRect, roundedHole, fillColor);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp     [all...]

Completed in 109 milliseconds