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

  /external/chromium/chrome/browser/ui/cocoa/
view_resizer_pong.h 15 CGFloat height_; variable
  /external/skia/src/images/
bmpdecoderhelper.cpp 49 height_ = GetInt();
64 height_ = GetShort();
68 if (height_ < 0) {
69 height_ = -height_;
72 if (width_ <= 0 || width_ > kMaxDim || height_ <= 0 || height_ > kMaxDim) {
75 if (width_ * height_ > max_pixels) {
161 if (!rle && (pos_ + (rowLen * height_) > len_ + 1)) {
165 output_ = callback->SetSize(width_, height_);
    [all...]
bmpdecoderhelper.h 96 int height_; member in class:image_codec::BmpDecoderHelper
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 41 height_(0),
58 if (width_ == 0 && height_ == 0) {
83 height_ = 0;
89 height_ = height;
197 target->Init(width_, height_);
205 } else if (frame && frame->width_ == width_ && frame->height_ == height_) {
215 return width_ * height_ * 4;
311 height_,
353 height_,
    [all...]
gl_frame.h 187 int height_; member in class:android::filterfw::GLFrame
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 61 int height_; member in class:__anon3603::DownloadStartedAnimationGtk
90 height_ = gdk_pixbuf_get_height(kDownloadImage);
95 if (tab_contents_bounds_.height() < height_)
115 GdkBitmap* mask = gdk_pixmap_new(NULL, width_, height_, 1);
143 height_ - height_ * (1 - GetCurrentValue())));
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.h 73 SlantedRect() : width_(0.0f), height_(0.0f) {}
81 float height() const { return height_; }
85 float height_; member in class:android::filterfw::SlantedRect
geometry.cpp 154 height_ = lengths.y();
  /external/webp/src/dec/
alpha.c 29 if (row < 0 || row + num_rows > dec->pic_hdr_.height_) {
38 const size_t output_size = stride * dec->pic_hdr_.height_;
vp8i.h 110 uint16_t height_; member in struct:__anon15219
vp8.c 337 pic_hdr->height_ = ((buf[6] << 8) | buf[5]) & 0x3fff;
343 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4;
346 io->height = pic_hdr->height_;
frame.c 41 dec->alpha_data_ ? (dec->pic_hdr_.width_ * dec->pic_hdr_.height_) : 0;
  /external/chromium/chrome/browser/chromeos/login/
login_html_dialog.cc 59 height_ = static_cast<int>(kDefaultHeightRatio * screen_bounds.height());
95 height_ = height;
123 size->SetSize(width_, height_);
login_html_dialog.h 88 int height_; member in class:chromeos::LoginHtmlDialog
  /external/openfst/src/include/fst/
minimize.h 340 for (size_t i = height_.size(); i <= s; ++i)
341 height_.push_back(-1);
359 if (height_[arc.nextstate] + 1 > height_[s])
360 height_[s] = height_[arc.nextstate] + 1;
366 if (height_[s] == -1) height_[s] = 0;
367 StateId h = height_[s] + 1;
369 if (h > height_[parent]) height_[parent] = h
384 vector<StateId> height_; member in class:fst::AcyclicMinimizer::HeightVisitor
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 327 for (size_t i = height_.size(); i <= (size_t)s; ++i)
328 height_.push_back(-1);
346 if (height_[arc.nextstate] + 1 > height_[s])
347 height_[s] = height_[arc.nextstate] + 1;
353 if (height_[s] == -1) height_[s] = 0;
354 StateId h = height_[s] + 1;
356 if (h > height_[parent]) height_[parent] = h
371 vector<StateId> height_; member in class:fst::AcyclicMinimizer::HeightVisitor
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
view.js 22 this.height_ = height;
59 return this.height_;
88 this.height_ = this.node_.offsetHeight;
  /external/openfst/src/include/fst/script/
draw-impl.h 60 title_(title), width_(width), height_(height), portrait_(portrait),
81 Print(height_);
220 float height_; member in class:fst::FstDrawer
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h 801 ::google::protobuf::int32 height_; member in class:android::gltrace::GLMessage_FrameBuffer
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 1823 private int height_ = 0; field in class:GLProtoBuf.GLMessage.FrameBuffer
    [all...]

Completed in 298 milliseconds