Searched refs:cbStart (Results 1 – 1 of 1) sorted by relevance
99 uint8_t* cbStart = mData.data() + mWidth * mHeight; in allocate() local100 uint8_t* crStart = cbStart + mWidth * mHeight / 4; in allocate()101 out->cb = cbStart; in allocate()133 uint8_t* cbStart = mData.data() + mWidth * mHeight; in getCroppedLayout() local134 uint8_t* crStart = cbStart + mWidth * mHeight / 4; in getCroppedLayout()135 out->cb = cbStart + mWidth * rect.top / 4 + rect.left / 2; in getCroppedLayout()