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

  /frameworks/base/libs/hwui/tests/common/scenes/
ShadowShaderAnimation.cpp 35 int outset = 50; variable
37 sp<RenderNode> card = createCard(outset, outset,
38 width - (outset * 2), height - (outset * 2));
  /external/skia/gm/
convexpolyeffect.cpp 26 /** outset rendered rect to visualize anti-aliased poly edges */
27 static SkRect outset(const SkRect& unsorted) { function
29 r.outset(5.f, 5.f);
64 , fRect(outset(rect)) {
  /frameworks/base/libs/hwui/
Rect.h 199 outset(-delta);
202 void outset(float delta) { function in class:android::uirenderer::Rect
209 void outset(float xdelta, float ydelta) { function in class:android::uirenderer::Rect
239 /* For other geometry, we do the regular rounding in order to snap, but also outset the
TessellationCache.cpp 428 float outset = description.strokeWidth / 2; local
429 rect.outset(outset, outset);
430 rx += outset;
431 ry += outset;
  /external/skia/include/core/
SkRRect.h 259 * Call outset on the bounds, and adjust the radii to reflect what happens
266 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { function in class:SkRRect
269 void outset(SkScalar dx, SkScalar dy) { function in class:SkRRect
SkRect.h 177 * Return a new Rect, built as an outset of this rect.
218 /** Outset the rectangle by (dx,dy). If dx is positive, then the sides are
223 void outset(int32_t dx, int32_t dy) { this->inset(-dx, -dy); } function in struct:SkIRect
645 * Return a new Rect, built as an outset of this rect.
687 /** Outset the rectangle by (dx,dy). If dx is positive, then the sides are
692 void outset(SkScalar dx, SkScalar dy) { this->inset(-dx, -dy); }
  /external/skia/tests/
BlurTest.cpp 31 static const int outset = 100; variable
122 iref.inset(-outset, -outset);
  /external/skia/src/gpu/ops/
GrSmallPathRenderer.cpp 606 // outset bounds to include ~1 pixel of AA in device space
607 SkScalar outset = SkScalarInvert(maxScale); local
608 bounds.outset(outset, outset);
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 976 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1; local
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 4926 OutSet* outset = entry.out_set(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java 4310 int outset = ScreenShapeHelper.getWindowOutsetBottomPx(mContext.getResources()); local
5303 int outset = ScreenShapeHelper.getWindowOutsetBottomPx(mContext.getResources()); local
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 467 milliseconds