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

  /external/chromium_org/third_party/skia/include/core/
SkImage.h 27 * SkImage is an abstraction for drawing a rectagle of pixels, though the
32 * The content of SkImage is always immutable, though the actual storage may
36 class SK_API SkImage : public SkRefCnt {
38 SK_DECLARE_INST_COUNT(SkImage)
42 static SkImage* NewRasterCopy(const Info&, const void* pixels, size_t rowBytes);
43 static SkImage* NewRasterData(const Info&, SkData* pixels, size_t rowBytes);
44 static SkImage* NewEncodedData(SkData*);
51 static SkImage* NewTexture(const SkBitmap&);
100 SkImage(int width, int height) :
  /external/skia/include/core/
SkImage.h 27 * SkImage is an abstraction for drawing a rectagle of pixels, though the
32 * The content of SkImage is always immutable, though the actual storage may
36 class SK_API SkImage : public SkRefCnt {
38 SK_DECLARE_INST_COUNT(SkImage)
42 static SkImage* NewRasterCopy(const Info&, const void* pixels, size_t rowBytes);
43 static SkImage* NewRasterData(const Info&, SkData* pixels, size_t rowBytes);
44 static SkImage* NewEncodedData(SkData*);
51 static SkImage* NewTexture(const SkBitmap&);
100 SkImage(int width, int height) :

Completed in 664 milliseconds