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

  /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/skia/gm/
nested.cpp 72 SkRect outerRect = SkRect::MakeWH(40, 40);
100 AddShape(&path, outerRect, (Shapes) outerShape, SkPath::kCW_Direction);
imagefiltersgraph.cpp 217 SkImageFilter::CropRect outerRect(SkRect::MakeXYWH(SkIntToScalar(10), SkIntToScalar(10),
221 SkAutoTUnref<SkImageFilter> color1(SkColorFilterImageFilter::Create(cf1, NULL, &outerRect));
  /external/skia/gm/
nested.cpp 72 SkRect outerRect = SkRect::MakeWH(40, 40);
100 AddShape(&path, outerRect, (Shapes) outerShape, SkPath::kCW_Direction);
imagefiltersgraph.cpp 195 SkImageFilter::CropRect outerRect(SkRect::MakeXYWH(SkIntToScalar(10), SkIntToScalar(10),
199 SkAutoTUnref<SkImageFilter> color1(SkColorFilterImageFilter::Create(cf1, NULL, &outerRect));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
BoundedRect.java 36 public BoundedRect(float rotation, Rect outerRect, Rect innerRect) {
38 outer = new RectF(outerRect);
46 public BoundedRect(float rotation, RectF outerRect, RectF innerRect) {
48 outer = new RectF(outerRect);
56 public void resetTo(float rotation, RectF outerRect, RectF innerRect) {
58 outer.set(outerRect);
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp     [all...]
  /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...]

Completed in 532 milliseconds