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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
PicturePileLayerContent.cpp 2 #include "PicturePileLayerContent.h"
9 PicturePileLayerContent::PicturePileLayerContent(const PicturePile& picturePile)
14 void PicturePileLayerContent::draw(SkCanvas* canvas)
20 void PicturePileLayerContent::serialize(SkWStream* stream)
31 PrerenderedInval* PicturePileLayerContent::prerenderForRect(const IntRect& dirty)
36 void PicturePileLayerContent::clearPrerenders()
PicturePileLayerContent.h 34 class PicturePileLayerContent : public LayerContent {
36 PicturePileLayerContent(const PicturePile& picturePile);

Completed in 599 milliseconds