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

  /external/skia/src/core/
SkBitmap.cpp 9 #include "SkBitmap.h"
33 static bool reset_return_false(SkBitmap* bm) {
38 SkBitmap::SkBitmap() : fFlags(0) {}
40 SkBitmap::SkBitmap(const SkBitmap& src)
49 SkBitmap::SkBitmap(SkBitmap&& other
    [all...]
  /external/skqp/src/core/
SkBitmap.cpp 9 #include "SkBitmap.h"
33 static bool reset_return_false(SkBitmap* bm) {
38 SkBitmap::SkBitmap() : fFlags(0) {}
40 SkBitmap::SkBitmap(const SkBitmap& src)
49 SkBitmap::SkBitmap(SkBitmap&& other
    [all...]
  /external/skia/include/core/
SkBitmap.h 24 /** \class SkBitmap
25 SkBitmap describes a two-dimensional raster pixel array. SkBitmap is built on
28 SkBitmap points to SkPixelRef, which describes the physical array of pixels.
31 SkBitmap can be drawn using SkCanvas. SkBitmap can be a drawing destination for SkCanvas
32 draw methods. SkBitmap flexibility as a pixel container limits some optimizations
38 Declaring SkBitmap const prevents altering SkImageInfo: the SkBitmap height, width,
40 pixels. Declaring SkBitmap const affects SkBitmap configuration, not its contents
    [all...]
  /external/skqp/include/core/
SkBitmap.h 24 /** \class SkBitmap
25 SkBitmap describes a two-dimensional raster pixel array. SkBitmap is built on
28 SkBitmap points to SkPixelRef, which describes the physical array of pixels.
31 SkBitmap can be drawn using SkCanvas. SkBitmap can be a drawing destination for SkCanvas
32 draw methods. SkBitmap flexibility as a pixel container limits some optimizations
38 Declaring SkBitmap const prevents altering SkImageInfo: the SkBitmap height, width,
40 pixels. Declaring SkBitmap const affects SkBitmap configuration, not its contents
    [all...]

Completed in 65 milliseconds