Home | History | Annotate | Download | only in layers

Lines Matching refs:PictureLayerContent

1 #define LOG_TAG "PictureLayerContent"
5 #include "PictureLayerContent.h"
16 PictureLayerContent::PictureLayerContent(SkPicture* picture)
24 PictureLayerContent::PictureLayerContent(const PictureLayerContent& content)
32 PictureLayerContent::~PictureLayerContent()
37 int PictureLayerContent::width()
44 int PictureLayerContent::height()
51 void PictureLayerContent::checkForOptimisations()
57 float PictureLayerContent::maxZoomScale()
84 void PictureLayerContent::draw(SkCanvas* canvas)
96 void PictureLayerContent::serialize(SkWStream* stream)