Searched refs:barcode_start_y_ (Results 1 – 2 of 2) sorted by relevance
65 barcode_start_y_ = height_ - kBarcodeBackgroundHeight; in YuvFrameGenerator()68 barcode_start_y_ = -1; in YuvFrameGenerator()178 *top = barcode_start_y_; in GetBarcodeBounds()213 DrawBlockRectangle(y_data_, barcode_start_x_, barcode_start_y_, in DrawBarcode()216 DrawBlockRectangle(u_data_, barcode_start_x_ / 2, barcode_start_y_ / 2, in DrawBarcode()219 DrawBlockRectangle(v_data_, barcode_start_x_ / 2, barcode_start_y_ / 2, in DrawBarcode()225 int y = barcode_start_y_ + kBarsYOffset; in DrawBarcode()
104 int barcode_start_y_; variable