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

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

Completed in 284 milliseconds