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

/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp588 ssize_t storageSize = ptCount * sizeof(SkPoint); // texs[] local
590 storageSize += ptCount * sizeof(SkPoint); // storage for verts
592 storageSize += indexCount * sizeof(uint16_t); // indices[]
594 SkAutoMalloc storage(storageSize);
661 SkASSERT((char*)indexPtr - (char*)storage.get() == storageSize);

Completed in 111 milliseconds