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

  /external/skia/gm/
nested.cpp 68 SkRect outerRect = SkRect::MakeWH(40, 40);
96 AddShape(&path, outerRect, (Shapes) outerShape, SkPath::kCW_Direction);
  /packages/apps/Camera2/src/com/android/camera/crop/
BoundedRect.java 34 public BoundedRect(float rotation, Rect outerRect, Rect innerRect) {
36 outer = new RectF(outerRect);
44 public BoundedRect(float rotation, RectF outerRect, RectF innerRect) {
46 outer = new RectF(outerRect);
54 public void resetTo(float rotation, RectF outerRect, RectF innerRect) {
56 outer.set(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/rendering/
RenderBoxModelObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.cpp 628 IntRect outerRect = areaCastingShadowInHole(rect.rect(), shadowBlur, shadowSpread, shadowOffset);
645 fillRectWithRoundedHole(outerRect, roundedHole, fillColor);
    [all...]

Completed in 778 milliseconds