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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
PictureLayerContent.h 33 class PictureLayerContent : public LayerContent {
35 PictureLayerContent(SkPicture* picture);
36 PictureLayerContent(const PictureLayerContent& content);
37 ~PictureLayerContent();
PictureLayerContent.cpp 2 #include "PictureLayerContent.h"
9 PictureLayerContent::PictureLayerContent(SkPicture* picture)
17 PictureLayerContent::PictureLayerContent(const PictureLayerContent& content)
25 PictureLayerContent::~PictureLayerContent()
30 int PictureLayerContent::width()
37 int PictureLayerContent::height(
    [all...]

Completed in 35 milliseconds