Searched defs:writeToMemory (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkOrderedWriteBuffer.h39 // (You may be able to use this to avoid a call to writeToMemory.)
42 void writeToMemory(void* dst) { fWriter.flatten(dst); } function in class:SkOrderedWriteBuffer
H A DSkRRect.cpp283 uint32_t SkRRect::writeToMemory(void* buffer) const { function in class:SkRRect
H A DSkRegion.cpp1102 uint32_t SkRegion::writeToMemory(void* storage) const { function in class:SkRegion
H A DSkMatrix.cpp1886 uint32_t SkMatrix::writeToMemory(void* buffer) const { function in class:SkMatrix
H A DSkPath.cpp2087 uint32_t SkPath::writeToMemory(void* storage) const { function in class:SkPath
/external/skia/src/core/
H A DSkOrderedWriteBuffer.h39 // (You may be able to use this to avoid a call to writeToMemory.)
42 void writeToMemory(void* dst) { fWriter.flatten(dst); } function in class:SkOrderedWriteBuffer
H A DSkRegion.cpp1102 uint32_t SkRegion::writeToMemory(void* storage) const { function in class:SkRegion
H A DSkMatrix.cpp1886 uint32_t SkMatrix::writeToMemory(void* buffer) const { function in class:SkMatrix
H A DSkPath.cpp2087 uint32_t SkPath::writeToMemory(void* storage) const { function in class:SkPath
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp20 size_t SkFontConfigInterface::FontIdentity::writeToMemory(void* addr) const { function in class:SkFontConfigInterface::FontIdentity
71 size_t size0 = iden0.writeToMemory(NULL);
76 size_t size1 = iden0.writeToMemory(storage.get());
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp20 size_t SkFontConfigInterface::FontIdentity::writeToMemory(void* addr) const { function in class:SkFontConfigInterface::FontIdentity
71 size_t size0 = iden0.writeToMemory(NULL);
76 size_t size1 = iden0.writeToMemory(storage.get());

Completed in 253 milliseconds