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

  /external/chromium_org/third_party/skia/src/core/
SkPicture.cpp 19 #include "SkPicture.h"
126 SkPicture::SkPicture()
133 SkPicture::SkPicture(int width, int height,
146 SkPicture::SkPicture(const SkPicture& src)
161 SkPicture::~SkPicture() {
    [all...]
  /external/skia/src/core/
SkPicture.cpp 19 #include "SkPicture.h"
126 SkPicture::SkPicture()
133 SkPicture::SkPicture(int width, int height,
146 SkPicture::SkPicture(const SkPicture& src)
161 SkPicture::~SkPicture() {
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkPicture.h 33 /** \class SkPicture
35 The SkPicture class records the drawing commands made to a canvas, to
38 class SK_API SkPicture : public SkRefCnt {
40 SK_DECLARE_INST_COUNT(SkPicture)
63 SkPicture();
67 SkPicture(const SkPicture& src);
99 * @return A new SkPicture representing the serialized data, or NULL if the stream is
102 static SkPicture* CreateFromStream(SkStream*,
108 * SkReadBuffer::setBitmapDecoder() before calling SkPicture::CreateFromBuffer()
    [all...]
  /external/skia/include/core/
SkPicture.h 33 /** \class SkPicture
35 The SkPicture class records the drawing commands made to a canvas, to
38 class SK_API SkPicture : public SkRefCnt {
40 SK_DECLARE_INST_COUNT(SkPicture)
63 SkPicture();
67 SkPicture(const SkPicture& src);
99 * @return A new SkPicture representing the serialized data, or NULL if the stream is
102 static SkPicture* CreateFromStream(SkStream*,
108 * SkReadBuffer::setBitmapDecoder() before calling SkPicture::CreateFromBuffer()
    [all...]

Completed in 143 milliseconds