Home
last modified time | relevance | path

Searched defs:BlurRec (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkMaskFilterBase.h91 struct BlurRec { struct
96 * If this filter can be represented by a BlurRec, return true and (if not null) fill in the argument
/aosp_15_r20/external/skia/src/effects/
H A DSkShaderMaskFilterImpl.h39 bool asABlur(BlurRec*) const override { return false; } in asABlur() argument