Home
last modified time | relevance | path

Searched refs:width_ (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/images/
Dbmpdecoderhelper.cpp48 width_ = GetInt(); in DecodeImage()
63 width_ = GetShort(); in DecodeImage()
72 if (width_ <= 0 || width_ > kMaxDim || height_ <= 0 || height_ > kMaxDim) { in DecodeImage()
75 if (width_ * height_ > max_pixels) { in DecodeImage()
129 rowLen = width_ * 4; in DecodeImage()
132 rowLen = width_ * 3; in DecodeImage()
134 rowLen = width_ * 2; in DecodeImage()
136 rowLen = width_; in DecodeImage()
138 rowLen = width_ / 2; in DecodeImage()
139 if (width_ & 1) { in DecodeImage()
[all …]
Dbmpdecoderhelper.h95 int width_; variable
/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
Dtable_column.js22 this.width_ = width;
32 width_: null, property in TableColumn
41 var tableColumn = new TableColumn(this.id_, this.name_, this.width_);
/external/chromium-trace/src/shared/js/cr/ui/table/
Dtable_column.js22 this.width_ = width;
33 width_: null, property in TableColumn
42 var tableColumn = new TableColumn(this.id_, this.name_, this.width_,
/external/chromium/chrome/browser/chromeos/login/
Dlogin_html_dialog.cc58 width_ = static_cast<int>(kDefaultWidthRatio * screen_bounds.width()); in LoginHtmlDialog()
94 width_ = width; in SetDialogSize()
123 size->SetSize(width_, height_); in GetDialogSize()
Dlogin_html_dialog.h87 int width_; variable
/external/chromium/chrome/browser/resources/net_internals/
Dview.js21 this.width_ = width;
55 return this.width_;
87 this.width_ = this.node_.offsetWidth;
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_started_animation_gtk.cc60 int width_; member in __anondbe8f0170111::DownloadStartedAnimationGtk
89 width_ = gdk_pixbuf_get_width(kDownloadImage); in DownloadStartedAnimationGtk()
115 GdkBitmap* mask = gdk_pixmap_new(NULL, width_, height_, 1); in DownloadStartedAnimationGtk()
/external/openfst/src/include/fst/script/
Ddraw-impl.h60 title_(title), width_(width), height_(height), portrait_(portrait), in FstDrawer()
79 Print(width_); in Draw()
219 float width_; variable
/external/webp/src/dec/
Dalpha.c28 const int stride = dec->pic_hdr_.width_; in VP8DecompressAlphaRows()
Dvp8.c335 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()
Dvp8i.h109 uint16_t width_; member
Dframe.c41 dec->alpha_data_ ? (dec->pic_hdr_.width_ * dec->pic_hdr_.height_) : 0; in VP8InitFrame()
/external/chromium/chrome/browser/chromeos/options/
Dwifi_config_view.cc176 width_(width) { in ComboboxWithWidth()
181 size.set_width(width_); in GetPreferredSize()
185 int width_; member in chromeos::__anon4cc391a40111::ComboboxWithWidth