Searched defs:SkPictureContentLayerUpdater (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
H A Dskpicture_content_layer_updater.h20 class SkPictureContentLayerUpdater : public ContentLayerUpdater { class in namespace:cc
22 SkPictureContentLayerUpdater(
26 virtual ~SkPictureContentLayerUpdater();
38 DISALLOW_COPY_AND_ASSIGN(SkPictureContentLayerUpdater);
H A Dskpicture_content_layer_updater.cc17 SkPictureContentLayerUpdater::SkPictureContentLayerUpdater( function in class:cc::SkPictureContentLayerUpdater
23 SkPictureContentLayerUpdater::~SkPictureContentLayerUpdater() {}
25 void SkPictureContentLayerUpdater::PrepareToUpdate(
50 void SkPictureContentLayerUpdater::DrawPicture(SkCanvas* canvas) {
51 TRACE_EVENT0("cc", "SkPictureContentLayerUpdater::DrawPicture");

Completed in 104 milliseconds