Home
last modified time | relevance | path

Searched defs:makeOutset (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/experimental/graphite/src/geom/
DRect.h125 AI Rect makeOutset(float outset) const { return fVals - outset; } in makeOutset() function
126 AI Rect makeOutset(float2 outset) const { return fVals - outset.xyxy(); } in makeOutset() function
/third_party/skia/include/core/
DSkRect.h346 SkIRect makeOutset(int32_t dx, int32_t dy) const { in makeOutset() function
1006 SkRect makeOutset(SkScalar dx, SkScalar dy) const { in makeOutset() function
/third_party/flutter/skia/include/core/
DSkRect.h318 SkIRect makeOutset(int32_t dx, int32_t dy) const { in makeOutset() function
1148 SkRect makeOutset(SkScalar dx, SkScalar dy) const { in makeOutset() function