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

  /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 444 float outset = description.strokeWidth / 2; local
445 rect.outset(outset, outset);
446 rx += outset;
447 ry += outset;
OpenGLRenderer.cpp 1364 float outset = paint->getStrokeWidth() * 0.5f; local
    [all...]
  /external/skia/include/core/
SkRRect.h 250 * Call outset on the bounds, and adjust the radii to reflect what happens
257 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { function in class:SkRRect
260 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
625 * Return a new Rect, built as an outset of this rect.
667 /** Outset the rectangle by (dx,dy). If dx is positive, then the sides are
672 void outset(SkScalar dx, SkScalar dy) { this->inset(-dx, -dy); }
  /external/skia/tests/
BlurTest.cpp 30 static const int outset = 100; variable
128 iref.inset(-outset, -outset);
  /packages/apps/Launcher3/src/com/android/launcher3/
PendingAppWidgetHostView.java 222 int outset = (mCenterDrawable instanceof PreloadIconDrawable) ? local
224 int maxSize = grid.iconSizePx + 2 * outset;
228 mRect.inset(outset, outset);
  /external/skia/src/gpu/batches/
GrPLSPathRenderer.cpp 93 static bool outset(SkPoint* p1, SkPoint line1, SkPoint line2) { function
118 if (!outset(&result[0], line1, line2)) {
122 if (!outset(&result[1], -line1, line3)) {
126 if (!outset(&result[2], -line3, -line2)) {
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 615 bounds.outset(SK_ScalarHalf, SK_ScalarHalf);
1053 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1; local
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 4930 OutSet* outset = entry.out_set(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java 3885 int outset = ScreenShapeHelper.getWindowOutsetBottomPx(mContext.getResources()); local
4864 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 

Completed in 1020 milliseconds