Searched refs:width_ (Results 1 – 12 of 12) sorted by relevance
55 width_ = GetInt(); in DecodeImage()70 width_ = GetShort(); in DecodeImage()79 if (width_ <= 0 || width_ > kMaxDim || height_ <= 0 || height_ > kMaxDim) { in DecodeImage()82 if (width_ * height_ > max_pixels) { in DecodeImage()136 rowLen = width_ * 4; in DecodeImage()139 rowLen = width_ * 3; in DecodeImage()141 rowLen = width_ * 2; in DecodeImage()143 rowLen = width_; in DecodeImage()145 rowLen = width_ / 2; in DecodeImage()146 if (width_ & 1) { in DecodeImage()[all …]
102 int width_; variable
22 this.width_ = width;32 width_: null, property in TableColumn41 var tableColumn = new TableColumn(this.id_, this.name_, this.width_);
21 this.width_ = width;55 return this.width_;87 this.width_ = this.node_.offsetWidth;
58 width_ = static_cast<int>(kDefaultWidthRatio * screen_bounds.width()); in LoginHtmlDialog()94 width_ = width; in SetDialogSize()123 size->SetSize(width_, height_); in GetDialogSize()
87 int width_; variable
60 int width_; member in __anon263915160111::DownloadStartedAnimationGtk89 width_ = gdk_pixbuf_get_width(kDownloadImage); in DownloadStartedAnimationGtk()115 GdkBitmap* mask = gdk_pixmap_new(NULL, width_, height_, 1); in DownloadStartedAnimationGtk()
28 const int stride = dec->pic_hdr_.width_; in VP8DecompressAlphaRows()
335 pic_hdr->width_ = ((buf[4] << 8) | buf[3]) & 0x3fff; in VP8GetHeaders()342 dec->mb_w_ = (pic_hdr->width_ + 15) >> 4; in VP8GetHeaders()345 io->width = pic_hdr->width_; in VP8GetHeaders()
109 uint16_t width_; member
41 dec->alpha_data_ ? (dec->pic_hdr_.width_ * dec->pic_hdr_.height_) : 0; in VP8InitFrame()
176 width_(width) { in ComboboxWithWidth()181 size.set_width(width_); in GetPreferredSize()185 int width_; member in chromeos::__anon8f15ac430111::ComboboxWithWidth