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

  /frameworks/base/libs/hwui/
Rect.h 162 void outset(float delta) { function in class:android::uirenderer::Rect
PathTessellator.cpp 63 float outset = paint->getStrokeWidth() * 0.5f; local
64 if (outset == 0) outset = 0.5f; // account for hairline
65 bounds.outset(outset, outset);
    [all...]
OpenGLRenderer.cpp 1545 float outset = paint->getStrokeWidth() * 0.5f; local
2573 float outset = p->getStrokeWidth() \/ 2; local
    [all...]
  /external/skia/include/core/
SkRect.h 184 /** Outset the rectangle by (dx,dy). If dx is positive, then the sides are
189 void outset(int32_t dx, int32_t dy) { this->inset(-dx, -dy); } function in struct:SkIRect
601 /** Outset the rectangle by (dx,dy). If dx is positive, then the sides are
606 void outset(SkScalar dx, SkScalar dy) { this->inset(-dx, -dy); }
SkRRect.h 238 * Call outset on the bounds, and adjust the radii to reflect what happens
245 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { function in class:SkRRect
248 void outset(SkScalar dx, SkScalar dy) { function in class:SkRRect
  /external/skia/tests/
BlurTest.cpp 19 static const int outset = 100; variable
132 iref.inset(-outset, -outset);
  /external/webkit/Source/WebKit/android/
RenderSkinMediaButton.cpp 49 int8_t outset, margin; member in struct:PatchData
174 int marginValue = pd.margin + pd.outset;

Completed in 239 milliseconds