HomeSort by relevance Sort by last modified time
    Searched refs:writeToMemory (Results 26 - 47 of 47) sorted by null

12

  /external/skia/src/core/
SkPictureRecord.cpp 715 size_t size = kUInt32Size + matrix.writeToMemory(NULL);
728 size_t size = kUInt32Size + matrix.writeToMemory(NULL);
933 size_t size = 2 * kUInt32Size + region.writeToMemory(NULL);
    [all...]
SkPictureFlat.h 282 buffer.writeToMemory(result->data());
SkRRect.cpp 415 size_t SkRRect::writeToMemory(void* buffer) const {
SkScalerContext.cpp 161 androidBuffer.writeToMemory(desc->addEntry(kAndroidOpts_SkDescriptorTag,
    [all...]
SkRegion.cpp 1097 size_t SkRegion::writeToMemory(void* storage) const {
    [all...]
SkMatrix.cpp     [all...]
SkPaint.cpp     [all...]
SkPath.cpp     [all...]
  /external/chromium_org/third_party/skia/tests/
MatrixTest.cpp 106 size_t size1 = m.writeToMemory(NULL);
107 size_t size2 = m.writeToMemory(buffer);
117 size3 = m2.writeToMemory(buffer2);
    [all...]
PathTest.cpp     [all...]
  /external/skia/tests/
MatrixTest.cpp 106 size_t size1 = m.writeToMemory(NULL);
107 size_t size2 = m.writeToMemory(buffer);
117 size3 = m2.writeToMemory(buffer2);
PathTest.cpp     [all...]
  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 556 size_t writeToMemory(void* buffer) const;
SkPath.h     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 285 buffer.writeToMemory(result->data());
SkRRect.cpp 424 size_t SkRRect::writeToMemory(void* buffer) const {
SkRegion.cpp 1097 size_t SkRegion::writeToMemory(void* storage) const {
    [all...]
SkMatrix.cpp     [all...]
SkPaint.cpp     [all...]
SkPath.cpp     [all...]
  /external/skia/include/core/
SkMatrix.h 551 size_t writeToMemory(void* buffer) const;
SkPath.h     [all...]

Completed in 889 milliseconds

12