Searched defs:SkPicture (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/skia/include/core/
H A DSkPicture.h35 /** \class SkPicture
37 The SkPicture class records the drawing commands made to a canvas, to
40 class SK_API SkPicture : public SkRefCnt { class in inherits:SkRefCnt
42 SK_DECLARE_INST_COUNT(SkPicture)
89 * @return A new SkPicture representing the serialized data, or NULL if the stream is
92 static SkPicture* CreateFromStream(SkStream*,
98 * SkReadBuffer::setBitmapDecoder() before calling SkPicture::CreateFromBuffer().
100 * @return A new SkPicture representing the serialized data, or NULL if the buffer is
103 static SkPicture* CreateFromBuffer(SkReadBuffer&);
105 virtual ~SkPicture();
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkDevice.cpp203 void SkBaseDevice::EXPERIMENTAL_optimize(const SkPicture* picture) {
207 bool SkBaseDevice::EXPERIMENTAL_drawPicture(SkCanvas*, const SkPicture*, const SkMatrix*, argument
/external/skia/include/core/
H A DSkPicture.h33 /** \class SkPicture
35 The SkPicture class records the drawing commands made to a canvas, to
38 class SK_API SkPicture : public SkRefCnt { class in inherits: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
[all...]
/external/skia/src/core/
H A DSkPicture.cpp19 #include "SkPicture.h"
126 SkPicture::SkPicture() function in class:SkPicture
133 SkPicture::SkPicture(int width, int height, function in class:SkPicture
146 SkPicture::SkPicture(const SkPicture& src) function in class:SkPicture
161 SkPicture::~SkPicture() {
337 SkPicture::SkPicture(SkPicturePlayback* playback, int width, int height) function in class:SkPicture
[all...]

Completed in 388 milliseconds