HomeSort by relevance Sort by last modified time
    Searched refs:width_ (Results 1 - 19 of 19) sorted by null

  /external/skia/src/images/
bmpdecoderhelper.cpp 48 width_ = GetInt();
63 width_ = GetShort();
72 if (width_ <= 0 || width_ > kMaxDim || height_ <= 0 || height_ > kMaxDim) {
75 if (width_ * height_ > max_pixels) {
129 rowLen = width_ * 4;
132 rowLen = width_ * 3;
134 rowLen = width_ * 2;
136 rowLen = width_;
138 rowLen = width_ / 2
    [all...]
bmpdecoderhelper.h 95 int width_; member in class:image_codec::BmpDecoderHelper
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 40 width_(0),
58 if (width_ == 0 && height_ == 0) {
82 width_ = 0;
88 width_ = width;
197 target->Init(width_, height_);
205 } else if (frame && frame->width_ == width_ && frame->height_ == height_) {
215 return width_ * height_ * 4;
310 width_,
352 width_,
    [all...]
gl_frame.h 186 int width_; member in class:android::filterfw::GLFrame
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.h 73 SlantedRect() : width_(0.0f), height_(0.0f) {}
80 float width() const { return width_; }
84 float width_; member in class:android::filterfw::SlantedRect
geometry.cpp 153 width_ = lengths.x();
  /external/chromium/chrome/browser/chromeos/login/
login_html_dialog.cc 58 width_ = static_cast<int>(kDefaultWidthRatio * screen_bounds.width());
94 width_ = width;
123 size->SetSize(width_, height_);
login_html_dialog.h 87 int width_; member in class:chromeos::LoginHtmlDialog
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 60 int width_; member in class:__anon3603::DownloadStartedAnimationGtk
89 width_ = gdk_pixbuf_get_width(kDownloadImage);
115 GdkBitmap* mask = gdk_pixmap_new(NULL, width_, height_, 1);
  /external/webp/src/dec/
alpha.c 28 const int stride = dec->pic_hdr_.width_;
vp8i.h 109 uint16_t width_; member in struct:__anon15219
vp8.c 335 pic_hdr->width_ = ((buf[4] << 8) | buf[3]) & 0x3fff;
342 dec->mb_w_ = (pic_hdr->width_ + 15) >> 4;
345 io->width = pic_hdr->width_;
frame.c 41 dec->alpha_data_ ? (dec->pic_hdr_.width_ * dec->pic_hdr_.height_) : 0;
  /external/chromium/chrome/browser/resources/net_internals/
view.js 21 this.width_ = width;
55 return this.width_;
87 this.width_ = this.node_.offsetWidth;
  /external/openfst/src/include/fst/script/
draw-impl.h 60 title_(title), width_(width), height_(height), portrait_(portrait),
79 Print(width_);
219 float width_; member in class:fst::FstDrawer
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_view.cc 176 width_(width) {
181 size.set_width(width_);
185 int width_; member in class:chromeos::__anon3025::ComboboxWithWidth
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h 800 ::google::protobuf::int32 width_; member in class:android::gltrace::GLMessage_FrameBuffer
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 1816 private int width_ = 0; field in class:GLProtoBuf.GLMessage.FrameBuffer
    [all...]

Completed in 455 milliseconds