Searched refs:cbStart (Results 1 – 1 of 1) sorted by relevance
119 uint8_t* cbStart = mData.data() + mWidth * mHeight; in allocate() local120 uint8_t* crStart = cbStart + mWidth * mHeight / 4; in allocate()121 out->cb = cbStart; in allocate()164 uint8_t* cbStart = mData.data() + mWidth * mHeight; in getCroppedLayout() local165 uint8_t* crStart = cbStart + mWidth * mHeight / 4; in getCroppedLayout()166 out->cb = cbStart + mWidth * rect.top / 4 + rect.left / 2; in getCroppedLayout()