Home | History | Annotate | Download | only in img_utils

Lines Matching refs:total

97     uint32_t total = getActualSize();
98 WORD_ALIGN(total)
99 return (total <= OFFSET_SIZE) ? 0 : total;
104 uint32_t total = sizeof(T) * mCount;
107 total <<= 1;
109 return total;
196 uint32_t total = 0;
198 total += mData[i]->getSize();
200 return total;