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

  /external/skia/src/core/
SkMask.h 15 /** \class SkMask
16 SkMask is used to describe alpha bitmaps, either 1bit, 8bit, or
19 struct SkMask {
20 SkMask() : fImage(nullptr) {}
136 * Stack class used to manage the fImage buffer in a SkMask.
137 * When this object loses scope, the buffer is freed with SkMask::FreeImage().
146 SkMask::FreeImage(fImage);
  /external/skqp/include/core/
SkMask.h 15 /** \class SkMask
16 SkMask is used to describe alpha bitmaps, either 1bit, 8bit, or
19 struct SkMask {
20 SkMask() : fImage(nullptr) {}
136 * Stack class used to manage the fImage buffer in a SkMask.
137 * When this object loses scope, the buffer is freed with SkMask::FreeImage().
146 SkMask::FreeImage(fImage);

Completed in 1624 milliseconds