HomeSort by relevance Sort by last modified time
    Searched defs:BlurRec (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkMaskFilterBase.h 155 struct BlurRec {
161 * If this filter can be represented by a BlurRec, return true and (if not null) fill in the
162 * provided BlurRec parameter. If this effect cannot be represented as a BlurRec, return false
163 * and ignore the BlurRec parameter.
165 virtual bool asABlur(BlurRec*) const;
  /external/skqp/src/core/
SkMaskFilterBase.h 155 struct BlurRec {
161 * If this filter can be represented by a BlurRec, return true and (if not null) fill in the
162 * provided BlurRec parameter. If this effect cannot be represented as a BlurRec, return false
163 * and ignore the BlurRec parameter.
165 virtual bool asABlur(BlurRec*) const;

Completed in 86 milliseconds