HomeSort by relevance Sort by last modified time
    Searched refs:PicturePile (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
PicturePileLayerContent.h 30 #include "PicturePile.h"
36 PicturePileLayerContent(const PicturePile& picturePile);
49 PicturePile* picturePile() { return &m_picturePile; }
52 PicturePile m_picturePile;
PicturePileLayerContent.cpp 13 PicturePileLayerContent::PicturePileLayerContent(const PicturePile& picturePile)
14 : m_picturePile(picturePile)
15 , m_maxZoomScale(picturePile.maxZoomScale())
16 , m_hasContent(!picturePile.isEmpty())
27 ALOGW("Warning: painting PicturePile without content!");
  /external/webkit/Source/WebKit/android/jni/
PicturePile.h 87 class PicturePile {
89 PicturePile() {}
90 PicturePile(const PicturePile& other);
PicturePile.cpp 26 #define LOG_TAG "PicturePile"
30 #include "PicturePile.h"
72 PicturePile::PicturePile(const PicturePile& other)
79 void PicturePile::draw(SkCanvas* canvas)
93 void PicturePile::clearPrerenders()
99 void PicturePile::drawWithClipRecursive(SkCanvas* canvas, int index)
119 void PicturePile::invalidate(const IntRect& dirtyRect)
140 void PicturePile::setSize(const IntSize& size
    [all...]
WebViewCore.h 35 #include "PicturePile.h"
752 WebCore::PicturePile m_content; // the set of pictures to draw
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 27 #include "PicturePile.h"
157 bool paintContext(LayerAndroid* layer, PicturePile& picture);
173 PicturePile m_contentLayerContent;
174 PicturePile m_foregroundLayerContent;
GraphicsLayerAndroid.cpp 840 PicturePile& picture)
    [all...]
  /external/webkit/Source/WebKit/
Android.mk 72 android/jni/PicturePile.cpp \

Completed in 665 milliseconds