Lines Matching refs:height
40 // background-width/background-height.
50 YuvFrameGenerator::YuvFrameGenerator(int width, int height,
53 height_ = height;
176 int* width, int* height) {
181 *height = kBarcodeBackgroundHeight;
243 int YuvFrameGenerator::DrawMiddleGuardBars(int x, int y, int height) {
245 DrawBlockRectangle(y_data_, x, y, kUnitBarSize, height, width_, 0);
247 DrawBlockRectangle(y_data_, x, y, kUnitBarSize, height, width_, 0);
251 int YuvFrameGenerator::DrawSideGuardBars(int x, int y, int height) {
252 DrawBlockRectangle(y_data_, x, y, kUnitBarSize, height, width_, 0);
254 DrawBlockRectangle(y_data_, x, y, kUnitBarSize, height, width_, 0);
265 int height, bool flip) {
273 DrawBlockRectangle(y_data_, x, y, kUnitBarSize, height, width_, 0);
284 int height,
288 for (int y = y_start; y < y_start + height; y++) {