HomeSort by relevance Sort by last modified time
    Searched refs:mItemSize (Results 1 - 6 of 6) sorted by null

  /system/core/libpixelflinger/tinyutils/
VectorImpl.cpp 45 : mStorage(0), mCount(0), mFlags(flags), mItemSize(itemSize)
51 mFlags(rhs.mFlags), mItemSize(rhs.mItemSize)
64 this, (int)(mCount*mItemSize));
70 ALOG_ASSERT(mItemSize == rhs.mItemSize,
91 sb = SharedBuffer::alloc(capacity() * mItemSize);
105 return SharedBuffer::sharedBuffer(mStorage)->size() / mItemSize;
226 return reinterpret_cast<char*>(buffer) + index*mItemSize;
238 return reinterpret_cast<const char*>(buffer) + index*mItemSize;
    [all...]
VectorImpl.h 120 const size_t mItemSize;
  /frameworks/native/libs/utils/
VectorImpl.cpp 45 : 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*(i-1)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
PieControl.java 52 protected int mItemSize;
76 mItemSize = (int) activity.getResources().getDimension(R.dimen.qc_item_size);
252 view.setMinimumWidth(mItemSize);
253 view.setMinimumHeight(mItemSize);
255 LayoutParams lp = new LayoutParams(mItemSize, mItemSize);
271 LayoutParams lp = new LayoutParams(mItemSize, mItemSize);
  /packages/apps/Camera/src/com/android/camera/ui/
CameraSwitcher.java 52 private int mItemSize;
76 mItemSize = context.getResources().getDimensionPixelSize(R.dimen.switcher_size);
153 content.addView(item, new LinearLayout.LayoutParams(mItemSize, mItemSize));
  /frameworks/native/include/utils/
VectorImpl.h 135 const size_t mItemSize;

Completed in 104 milliseconds