Searched refs:LayerDumper (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DDumpLayer.cpp10 void LayerDumper::writeIntVal(const char* label, int value)
15 void LayerDumper::writeHexVal(const char* label, int value)
20 void LayerDumper::writeFloatVal(const char* label, float value)
25 void LayerDumper::writePoint(const char* label, SkPoint point)
30 void LayerDumper::writeIntPoint(const char* label, IntPoint point)
35 void LayerDumper::writeSize(const char* label, SkSize size)
40 void LayerDumper::writeRect(const char* label, SkRect rect)
46 void LayerDumper::writeMatrix(const char* label, const TransformationMatrix& matrix)
56 void LayerDumper::writeLength(const char* label, SkLength value)
66 LayerDumper
[all...]
H A DDumpLayer.h55 class LayerDumper { class in namespace:WebCore
57 LayerDumper(int initialIndentLevel = 0) function in class:WebCore::LayerDumper
60 virtual ~LayerDumper() {}
93 class FileLayerDumper : public LayerDumper {
H A DIFrameLayerAndroid.cpp32 void IFrameLayerAndroid::dumpLayer(LayerDumper* dumper) const
H A DIFrameLayerAndroid.h56 virtual void dumpLayer(LayerDumper*) const;
H A DLayerAndroid.h76 class LayerDumper;
202 void dumpLayers(LayerDumper*) const;
297 virtual void dumpLayer(LayerDumper*) const;
H A DFixedPositioning.cpp89 void FixedPositioning::dumpLayer(LayerDumper* dumper) const
H A DFixedPositioning.h133 void dumpLayer(LayerDumper*) const;
H A DLayerAndroid.cpp1010 void LayerAndroid::dumpLayer(LayerDumper* dumper) const
1034 void LayerAndroid::dumpLayers(LayerDumper* dumper) const
/external/webkit/Source/WebKit/android/jni/
H A DViewStateSerializer.cpp66 class HierarchyLayerDumper : public LayerDumper {
69 : LayerDumper(level)
74 LayerDumper::beginLayer(className, layerPtr);
92 LayerDumper::beginChildren(childCount);

Completed in 87 milliseconds