Searched refs:mItemSize (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/tinyutils/
H A DVectorImpl.cpp47 : mStorage(0), mCount(0), mFlags(flags), mItemSize(itemSize)
53 mFlags(rhs.mFlags), mItemSize(rhs.mItemSize)
66 this, (int)(mCount*mItemSize));
72 ALOG_ASSERT(mItemSize == rhs.mItemSize,
93 sb = SharedBuffer::alloc(capacity() * mItemSize);
107 return SharedBuffer::sharedBuffer(mStorage)->size() / mItemSize;
228 return reinterpret_cast<char*>(buffer) + index*mItemSize;
240 return reinterpret_cast<const char*>(buffer) + index*mItemSize;
[all...]
H A DVectorImpl.h129 const size_t mItemSize; member in class:android::tinyutils::VectorImpl
/system/core/libutils/
H A DVectorImpl.cpp45 : mStorage(0), mCount(0), mFlags(flags), mItemSize(itemSize)
51 mFlags(rhs.mFlags), mItemSize(rhs.mItemSize)
63 this, (int)(mCount*mItemSize));
69 LOG_ALWAYS_FATAL_IF(mItemSize != rhs.mItemSize,
90 sb = SharedBuffer::alloc(capacity() * mItemSize);
104 return SharedBuffer::bufferFromData(mStorage)->size() / mItemSize;
176 void* item = reinterpret_cast<char*>(array) + mItemSize*(i);
177 void* curr = reinterpret_cast<char*>(array) + mItemSize*(
[all...]
/system/core/include/utils/
H A DVectorImpl.h126 const size_t mItemSize; member in class:android::VectorImpl

Completed in 447 milliseconds