OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkPictureContentLayerUpdater
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/resources/
skpicture_content_layer_updater.h
22
class
SkPictureContentLayerUpdater
: public ContentLayerUpdater {
24
SkPictureContentLayerUpdater
(
28
virtual ~
SkPictureContentLayerUpdater
();
41
DISALLOW_COPY_AND_ASSIGN(
SkPictureContentLayerUpdater
);
skpicture_content_layer_updater.cc
16
SkPictureContentLayerUpdater
::
SkPictureContentLayerUpdater
(
22
SkPictureContentLayerUpdater
::~
SkPictureContentLayerUpdater
() {}
24
void
SkPictureContentLayerUpdater
::PrepareToUpdate(
46
void
SkPictureContentLayerUpdater
::DrawPicture(SkCanvas* canvas) {
47
TRACE_EVENT0("cc", "
SkPictureContentLayerUpdater
::DrawPicture");
bitmap_skpicture_content_layer_updater.h
16
class BitmapSkPictureContentLayerUpdater : public
SkPictureContentLayerUpdater
{
bitmap_skpicture_content_layer_updater.cc
58
:
SkPictureContentLayerUpdater
(painter.Pass(),
Completed in 65 milliseconds