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

/external/chromium_org/third_party/skia/include/core/
H A DSkMaskFilter.h141 struct BlurRec { struct in class:SkMaskFilter
147 * If this filter can be represented by a BlurRec, return true and (if not null) fill in the
148 * provided BlurRec parameter. If this effect cannot be represented as a BlurRec, return false
149 * and ignore the BlurRec parameter.
151 virtual bool asABlur(BlurRec*) const;
/external/skia/include/core/
H A DSkMaskFilter.h141 struct BlurRec { struct in class:SkMaskFilter
147 * If this filter can be represented by a BlurRec, return true and (if not null) fill in the
148 * provided BlurRec parameter. If this effect cannot be represented as a BlurRec, return false
149 * and ignore the BlurRec parameter.
151 virtual bool asABlur(BlurRec*) const;

Completed in 69 milliseconds