Home
last modified time | relevance | path

Searched defs:makeInset (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/experimental/graphite/src/geom/
DRect.h123 AI Rect makeInset(float inset) const { return fVals + inset; } in makeInset() function
124 AI Rect makeInset(float2 inset) const { return fVals + inset.xyxy(); } in makeInset() function
/third_party/skia/include/core/
DSkRect.h328 SkIRect makeInset(int32_t dx, int32_t dy) const { in makeInset() function
991 SkRect makeInset(SkScalar dx, SkScalar dy) const { in makeInset() function
/third_party/flutter/skia/include/core/
DSkRect.h300 SkIRect makeInset(int32_t dx, int32_t dy) const { in makeInset() function
1133 SkRect makeInset(SkScalar dx, SkScalar dy) const { in makeInset() function
/third_party/skia/src/gpu/effects/
DGrTextureEffect.cpp49 Span makeInset(float o) const { in Sampling() function