Searched refs:LayerDumper (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | DumpLayer.cpp | 10 void LayerDumper::writeIntVal(const char* label, int value) in writeIntVal() 15 void LayerDumper::writeHexVal(const char* label, int value) in writeHexVal() 20 void LayerDumper::writeFloatVal(const char* label, float value) in writeFloatVal() 25 void LayerDumper::writePoint(const char* label, SkPoint point) in writePoint() 30 void LayerDumper::writeIntPoint(const char* label, IntPoint point) in writeIntPoint() 35 void LayerDumper::writeSize(const char* label, SkSize size) in writeSize() 40 void LayerDumper::writeRect(const char* label, SkRect rect) in writeRect() 46 void LayerDumper::writeMatrix(const char* label, const TransformationMatrix& matrix) in writeMatrix() 56 void LayerDumper::writeLength(const char* label, SkLength value) in writeLength() 66 LayerDumper::beginLayer(className, layerPtr); in beginLayer() [all …]
|
D | DumpLayer.h | 55 class LayerDumper { 57 LayerDumper(int initialIndentLevel = 0) 60 virtual ~LayerDumper() {} in ~LayerDumper() 93 class FileLayerDumper : public LayerDumper {
|
D | LayerAndroid.h | 76 class LayerDumper; variable 202 void dumpLayers(LayerDumper*) const; 297 virtual void dumpLayer(LayerDumper*) const;
|
D | IFrameLayerAndroid.cpp | 32 void IFrameLayerAndroid::dumpLayer(LayerDumper* dumper) const in dumpLayer()
|
D | IFrameLayerAndroid.h | 56 virtual void dumpLayer(LayerDumper*) const;
|
D | FixedPositioning.cpp | 89 void FixedPositioning::dumpLayer(LayerDumper* dumper) const in dumpLayer()
|
D | FixedPositioning.h | 133 void dumpLayer(LayerDumper*) const;
|
D | LayerAndroid.cpp | 1011 void LayerAndroid::dumpLayer(LayerDumper* dumper) const in dumpLayer() 1035 void LayerAndroid::dumpLayers(LayerDumper* dumper) const in dumpLayers()
|
/external/webkit/Source/WebKit/android/jni/ |
D | ViewStateSerializer.cpp | 68 class HierarchyLayerDumper : public LayerDumper { 71 : LayerDumper(level) in HierarchyLayerDumper() 76 LayerDumper::beginLayer(className, layerPtr); in beginLayer() 94 LayerDumper::beginChildren(childCount); in beginChildren()
|