/external/skia/src/images/ |
D | bmpdecoderhelper.cpp | 48 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 …]
|
D | bmpdecoderhelper.h | 95 int width_; variable
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/ |
D | table_column.js | 22 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/ |
D | table_column.js | 22 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/ |
D | login_html_dialog.cc | 58 width_ = static_cast<int>(kDefaultWidthRatio * screen_bounds.width()); in LoginHtmlDialog() 94 width_ = width; in SetDialogSize() 123 size->SetSize(width_, height_); in GetDialogSize()
|
D | login_html_dialog.h | 87 int width_; variable
|
/external/chromium/chrome/browser/resources/net_internals/ |
D | view.js | 21 this.width_ = width; 55 return this.width_; 87 this.width_ = this.node_.offsetWidth;
|
/external/chromium/chrome/browser/ui/gtk/download/ |
D | download_started_animation_gtk.cc | 60 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/ |
D | draw-impl.h | 60 title_(title), width_(width), height_(height), portrait_(portrait), in FstDrawer() 79 Print(width_); in Draw() 219 float width_; variable
|
/external/webp/src/dec/ |
D | alpha.c | 28 const int stride = dec->pic_hdr_.width_; in VP8DecompressAlphaRows()
|
D | vp8.c | 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()
|
D | vp8i.h | 109 uint16_t width_; member
|
D | frame.c | 41 dec->alpha_data_ ? (dec->pic_hdr_.width_ * dec->pic_hdr_.height_) : 0; in VP8InitFrame()
|
/external/chromium/chrome/browser/chromeos/options/ |
D | wifi_config_view.cc | 176 width_(width) { in ComboboxWithWidth() 181 size.set_width(width_); in GetPreferredSize() 185 int width_; member in chromeos::__anon4cc391a40111::ComboboxWithWidth
|