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

  /external/skia/src/core/
SkBitmap.cpp 9 #include "SkBitmap.h"
31 static bool reset_return_false(SkBitmap* bm) {
36 SkBitmap::SkBitmap()
42 SkBitmap::SkBitmap(const SkBitmap& src)
54 SkBitmap::SkBitmap(SkBitmap&& other
    [all...]
  /external/skia/include/core/
SkBitmap.h 27 /** \class SkBitmap
29 The SkBitmap class specifies a raster bitmap. A bitmap has an integer width
33 A const SkBitmap exposes getAddr(), which lets a caller write its pixels;
37 SkBitmap is not thread safe. Each thread must use its own (shallow) copy.
39 class SK_API SkBitmap {
47 SkBitmap();
54 SkBitmap(const SkBitmap& src);
60 SkBitmap(SkBitmap&& src)
    [all...]

Completed in 584 milliseconds