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

  /external/chromium_org/third_party/skia/include/core/
SkMaskFilter.h 141 struct BlurRec {
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/
SkMaskFilter.h 141 struct BlurRec {
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 81 milliseconds