Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/graphite/geom/
H A DRect.h147 AI Rect makeInset(float inset) const { return fVals + inset; } in makeInset() function
148 AI Rect makeInset(float2 inset) const { return fVals + inset.xyxy(); } in makeInset() function
/aosp_15_r20/external/skia/include/core/
H A DSkRect.h333 SkIRect makeInset(int32_t dx, int32_t dy) const { in makeInset() function
988 SkRect makeInset(float dx, float dy) const { in makeInset() function
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/
H A DGrTextureEffect.cpp69 Span makeInset(float o) const { in Sampling() function