Searched defs:height_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
H A Dview_resizer_pong.h15 CGFloat height_; variable
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_started_animation_gtk.cc61 int height_; member in class:__anon2452::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())));
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_html_dialog.h88 int height_; member in class:chromeos::LoginHtmlDialog
/external/skia/src/images/
H A Dbmpdecoderhelper.h96 int height_; member in class:image_codec::BmpDecoderHelper
/external/openfst/src/include/fst/script/
H A Ddraw-impl.h60 title_(title), width_(width), height_(height), portrait_(portrait),
81 Print(height_);
220 float height_; member in class:fst::FstDrawer
/external/webp/src/dec/
H A Dvp8li.h72 int height_; member in struct:__anon15040
H A Dvp8i.h113 uint16_t height_; member in struct:__anon15028
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dminimize.h327 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_[paren
371 vector<StateId> height_; member in class:fst::AcyclicMinimizer::HeightVisitor
[all...]
/external/openfst/src/include/fst/
H A Dminimize.h340 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_[paren
384 vector<StateId> height_; member in class:fst::AcyclicMinimizer::HeightVisitor
[all...]

Completed in 158 milliseconds