Searched defs:writeMatrix (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DDumpLayer.cpp46 void LayerDumper::writeMatrix(const char* label, const TransformationMatrix& matrix) function in class:WebCore::LayerDumper
/external/skia/include/core/
H A DSkWriter32.h122 void writeMatrix(const SkMatrix& matrix) { function in class:SkWriter32
/external/skia/src/core/
H A DSkOrderedWriteBuffer.cpp114 void SkOrderedWriteBuffer::writeMatrix(const SkMatrix& matrix) { function in class:SkOrderedWriteBuffer
115 fWriter.writeMatrix(matrix);
/external/webkit/Source/WebKit/android/jni/
H A DViewStateSerializer.cpp211 void writeMatrix(SkWStream *stream, const SkMatrix& matrix) function in namespace:android
361 writeMatrix(stream, layer->getMatrix());
362 writeMatrix(stream, layer->getChildrenMatrix());

Completed in 113 milliseconds