Lines Matching refs:width_
39 oldRowBytes_ = width_ * pixelBytes_; in InitRotation()
45 offsetX_ = width_ - 1; in InitRotation()
47 oldRowBytes_ = width_ * pixelBytes_; in InitRotation()
48 newRowBytes_ = width_ * pixelBytes_; in InitRotation()
54 offsetY_ = width_ - 1; in InitRotation()
55 oldRowBytes_ = width_ * pixelBytes_; in InitRotation()
63 oldRowBytes_ = width_ * pixelBytes_; in InitRotation()
64 newRowBytes_ = width_ * pixelBytes_; in InitRotation()
75 return width_; in GetWidth()
86 width_ = realWidth; in RotateWidthHeight()
89 width_ = realHeight; in RotateWidthHeight()