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 17 #include "SkPicture.h"
29 SK_DEFINE_INST_COUNT(SkPicture)
118 SkPicture::SkPicture() {
124 SkPicture::SkPicture(const SkPicture& src) : INHERITED() {
143 SkPicture::~SkPicture() {
148 void SkPicture::swap(SkPicture& other)
    [all...]
  /external/skia/src/core/
SkPicture.cpp 17 #include "SkPicture.h"
29 SK_DEFINE_INST_COUNT(SkPicture)
118 SkPicture::SkPicture() {
124 SkPicture::SkPicture(const SkPicture& src) : INHERITED() {
143 SkPicture::~SkPicture() {
148 void SkPicture::swap(SkPicture& other)
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkPicture.h 28 /** \class SkPicture
30 The SkPicture class records the drawing commands made to a canvas, to
33 class SK_API SkPicture : public SkRefCnt {
35 SK_DECLARE_INST_COUNT(SkPicture)
41 SkPicture();
45 SkPicture(const SkPicture& src);
65 * @return A new SkPicture representing the serialized data, or NULL if the stream is
68 static SkPicture* CreateFromStream(SkStream*,
71 virtual ~SkPicture();
    [all...]
  /external/skia/include/core/
SkPicture.h 28 /** \class SkPicture
30 The SkPicture class records the drawing commands made to a canvas, to
33 class SK_API SkPicture : public SkRefCnt {
35 SK_DECLARE_INST_COUNT(SkPicture)
41 SkPicture();
45 SkPicture(const SkPicture& src);
65 * @return A new SkPicture representing the serialized data, or NULL if the stream is
68 static SkPicture* CreateFromStream(SkStream*,
71 virtual ~SkPicture();
    [all...]

Completed in 78 milliseconds