Searched refs:GetHeight (Results 1 - 25 of 35) sorted by relevance

12

/external/libyuv/files/source/
H A Dmjpeg_decoder.cc183 int MJpegDecoder::GetHeight() { function in class:libyuv::MJpegDecoder
233 return DivideAndRoundUp(GetHeight(), vs);
270 dst_height > GetHeight()) {
290 int skip = (GetHeight() - dst_height) / 2;
359 dst_height > GetHeight()) {
377 int skip = (GetHeight() - dst_height) / 2;
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_shelf_gtk.h60 int GetHeight() const;
H A Ddownload_shelf_gtk.cc257 int DownloadShelfGtk::GetHeight() const { function in class:DownloadShelfGtk
/external/libyuv/files/include/libyuv/
H A Dmjpeg_decoder.h72 int GetHeight();
/external/opencv/otherlibs/highgui/
H A Dgrfmt_base.h71 int GetHeight() { return m_height; }; function in class:GrFmtReader
H A Dloadsave.cpp414 size.height = reader->GetHeight();
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DSimpleFontDataHaiku.cpp50 font->GetHeight(&height);
/external/chromium/chrome/browser/chromeos/
H A Dwm_overview_title.cc47 while (font.GetHeight() < pixels) {
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc225 box_height_ = std::max<int>(2 * kVerticalPadding + font_.GetHeight() +
226 kVerticalTextPadding + font_.GetHeight(),
474 height = 2 * kVerticalPadding + 2 * font_.GetHeight() + kVerticalTextPadding;
766 int y = box_y_ + kVerticalPadding + font_.GetHeight() +
782 font_.GetHeight());
896 (box_height_ - font_.GetHeight()) / 2);
902 mirrored_x, y, kTextWidth, font_.GetHeight());
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_result_view.cc209 return std::max(normal_font_.GetHeight(), bold_font_.GetHeight());
404 y, j->pixel_width, j->font->GetHeight(), flags);
/external/chromium/chrome/browser/ui/views/
H A Dtheme_install_bubble_view.cc95 ResourceBundle::LargeFont).GetHeight() + kTextVertPadding);
H A Dabout_chrome_view.cc300 font.GetHeight() +
323 height += font.GetHeight() + views::kRelatedControlVerticalSpacing;
476 position.Enlarge(0, font.GetHeight() + views::kRelatedControlVerticalSpacing);
507 main_text_label_height_ = position.height() + font.GetHeight();
H A Dsad_tab_view.cc114 int title_height = title_font_->GetHeight();
H A Dconstrained_window_views.cc528 int title_height = title_font_->GetHeight();
H A Dstatus_bubble_views.cc593 ResourceBundle::BaseFont).GetHeight() + kTotalVerticalPadding);
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
H A Dfontprops.cpp78 int height = font->GetPixelSize().GetHeight();
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediachannel.h256 virtual size_t GetHeight() const = 0;
346 virtual size_t GetHeight() const { return 0; } function in class:cricket::NullVideoFrame
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_gtk.h93 int GetHeight();
H A Dbookmark_utils_gtk.cc197 base_font.GetHeight());
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab.cc579 font_height_ = font_->GetHeight();
/external/libvpx/libwebm/
H A Dmkvparser.hpp398 long long GetHeight() const;
/external/chromium/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.cc493 int title_height = BrowserFrame::GetTitleFont().GetHeight();
H A Dopaque_browser_frame_view.cc516 return std::max(BrowserFrame::GetTitleFont().GetHeight(), kIconMinimumSize);
1061 int title_height = BrowserFrame::GetTitleFont().GetHeight();
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.cc2355 highlight_y + font_.GetHeight());
2553 min_loc.x + 2, font_.GetHeight() + font_y_adjustment_};
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc967 sum += bookmark_bar_->GetHeight();
969 sum += download_shelf_->GetHeight();

Completed in 470 milliseconds

12