Lines Matching refs:width_
52 width_ = width; in YuvFrameGenerator()
55 int size = width_ * height_; in YuvFrameGenerator()
62 ASSERT(width_ >= kBarcodeBackgroundWidth); in YuvFrameGenerator()
80 int size = width_ * height_; in GenerateNextFrame()
86 DrawLandscape(y_data_, width_, height_); in GenerateNextFrame()
87 DrawGradientX(u_data_, width_/2, height_/2); in GenerateNextFrame()
88 DrawGradientY(v_data_, width_/2, height_/2); in GenerateNextFrame()
89 DrawMovingLineX(u_data_, width_/2, height_/2, frame_index_); in GenerateNextFrame()
90 DrawMovingLineY(v_data_, width_/2, height_/2, frame_index_); in GenerateNextFrame()
91 DrawBouncingCube(y_data_, width_, height_, frame_index_); in GenerateNextFrame()
215 width_, 255); in DrawBarcode()
218 width_ / 2, 128); in DrawBarcode()
221 width_ / 2, 128); in DrawBarcode()
245 DrawBlockRectangle(y_data_, x, y, kUnitBarSize, height, width_, 0); in DrawMiddleGuardBars()
247 DrawBlockRectangle(y_data_, x, y, kUnitBarSize, height, width_, 0); in DrawMiddleGuardBars()
252 DrawBlockRectangle(y_data_, x, y, kUnitBarSize, height, width_, 0); in DrawSideGuardBars()
254 DrawBlockRectangle(y_data_, x, y, kUnitBarSize, height, width_, 0); in DrawSideGuardBars()
273 DrawBlockRectangle(y_data_, x, y, kUnitBarSize, height, width_, 0); in DrawEanEncodedDigit()