Searched defs:writeMatrix (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/include/core/ | ||
H A D | SkWriter32.h | 147 void writeMatrix(const SkMatrix& matrix) { function in class:SkWriter32 |
/external/skia/include/core/ | ||
H A D | SkWriter32.h | 147 void writeMatrix(const SkMatrix& matrix) { function in class:SkWriter32 |
/external/chromium_org/third_party/skia/src/core/ | ||
H A D | SkWriteBuffer.cpp | 113 void SkWriteBuffer::writeMatrix(const SkMatrix& matrix) { function in class:SkWriteBuffer 114 fWriter.writeMatrix(matrix); |
/external/skia/src/core/ | ||
H A D | SkWriteBuffer.cpp | 113 void SkWriteBuffer::writeMatrix(const SkMatrix& matrix) { function in class:SkWriteBuffer 114 fWriter.writeMatrix(matrix); |
Completed in 52 milliseconds