Searched refs:cbStart (Results 1 – 2 of 2) sorted by relevance
352 uint8_t* cbStart = mData.data() + mWidth * mHeight; in allocate() local353 uint8_t* crStart = cbStart + mWidth * mHeight / 4; in allocate()354 out->cb = cbStart; in allocate()384 uint8_t* cbStart = mData.data() + mWidth * mHeight; in getCroppedLayout() local385 uint8_t* crStart = cbStart + mWidth * mHeight / 4; in getCroppedLayout()386 out->cb = cbStart + mWidth * rect.top / 4 + rect.left / 2; in getCroppedLayout()
148 uint8_t* cbStart = mData.data() + mWidth * mHeight; in allocate() local149 uint8_t* crStart = cbStart + mWidth * mHeight / 4; in allocate()150 out->cb = cbStart; in allocate()193 uint8_t* cbStart = mData.data() + mWidth * mHeight; in getCroppedLayout() local194 uint8_t* crStart = cbStart + mWidth * mHeight / 4; in getCroppedLayout()195 out->cb = cbStart + mWidth * rect.top / 4 + rect.left / 2; in getCroppedLayout()