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

  /external/skia/include/core/
SkMask.h 15 /** \class SkMask
16 SkMask is used to describe alpha bitmaps, either 1bit, 8bit, or
19 struct SkMask {
131 * Stack class used to manage the fImage buffer in a SkMask.
132 * When this object loses scope, the buffer is freed with SkMask::FreeImage().
141 SkMask::FreeImage(fImage);
  /external/skia/legacy/include/core/
SkMask.h 15 /** \class SkMask
16 SkMask is used to describe alpha bitmaps, either 1bit, 8bit, or
19 struct SkMask {
131 * Stack class used to manage the fImage buffer in a SkMask.
132 * When this object loses scope, the buffer is freed with SkMask::FreeImage().
141 SkMask::FreeImage(fImage);

Completed in 19 milliseconds