Home
last modified time | relevance | path

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

12

/external/libyuv/files/source/
Dmjpeg_decoder.cc183 int MJpegDecoder::GetHeight() { in GetHeight() function in libyuv::MJpegDecoder
233 return DivideAndRoundUp(GetHeight(), vs); in GetComponentHeight()
270 dst_height > GetHeight()) { in DecodeToBuffers()
290 int skip = (GetHeight() - dst_height) / 2; in DecodeToBuffers()
359 dst_height > GetHeight()) { in DecodeToCallback()
377 int skip = (GetHeight() - dst_height) / 2; in DecodeToCallback()
/external/chromium/chrome/browser/ui/views/download/
Ddownload_item_view.cc225 box_height_ = std::max<int>(2 * kVerticalPadding + font_.GetHeight() + in DownloadItemView()
226 kVerticalTextPadding + font_.GetHeight(), in DownloadItemView()
474 height = 2 * kVerticalPadding + 2 * font_.GetHeight() + kVerticalTextPadding; in GetPreferredSize()
766 int y = box_y_ + kVerticalPadding + font_.GetHeight() + in OnPaint()
782 font_.GetHeight()); in OnPaint()
896 (box_height_ - font_.GetHeight()) / 2); in OnPaint()
902 mirrored_x, y, kTextWidth, font_.GetHeight()); in OnPaint()
/external/libyuv/files/include/libyuv/
Dmjpeg_decoder.h72 int GetHeight();
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_shelf_gtk.h60 int GetHeight() const;
Ddownload_shelf_gtk.cc257 int DownloadShelfGtk::GetHeight() const { in GetHeight() function in DownloadShelfGtk
/external/opencv/otherlibs/highgui/
Dgrfmt_base.h71 int GetHeight() { return m_height; }; in GetHeight() function
Dloadsave.cpp414 size.height = reader->GetHeight(); in icvLoadImage()
/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_result_view.cc209 return std::max(normal_font_.GetHeight(), bold_font_.GetHeight()); in GetFontHeight()
404 y, j->pixel_width, j->font->GetHeight(), flags); in DrawString()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DSimpleFontDataHaiku.cpp50 font->GetHeight(&height); in platformInit()
/external/chromium/chrome/browser/ui/views/
Dabout_chrome_view.cc300 font.GetHeight() + in Init()
323 height += font.GetHeight() + views::kRelatedControlVerticalSpacing; in Init()
476 position.Enlarge(0, font.GetHeight() + views::kRelatedControlVerticalSpacing); in OnPaint()
507 main_text_label_height_ = position.height() + font.GetHeight(); in OnPaint()
Dtheme_install_bubble_view.cc95 ResourceBundle::LargeFont).GetHeight() + kTextVertPadding); in GetPreferredSize()
Dsad_tab_view.cc114 int title_height = title_font_->GetHeight(); in Layout()
Dconstrained_window_views.cc528 int title_height = title_font_->GetHeight(); in LayoutTitleBar()
Dstatus_bubble_views.cc593 ResourceBundle::BaseFont).GetHeight() + kTotalVerticalPadding); in GetPreferredSize()
/external/chromium/chrome/browser/chromeos/
Dwm_overview_title.cc47 while (font.GetHeight() < pixels) { in FindFontThisHigh()
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediachannel.h256 virtual size_t GetHeight() const = 0;
346 virtual size_t GetHeight() const { return 0; } in GetHeight() function
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
Dfontprops.cpp78 int height = font->GetPixelSize().GetHeight(); in wxFontProperties()
/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_bar_gtk.h93 int GetHeight();
Dbookmark_utils_gtk.cc197 base_font.GetHeight()); in GetDragRepresentation()
/external/libvpx/libwebm/
Dmkvparser.hpp398 long long GetHeight() const;
/external/chromium/chrome/browser/ui/views/tabs/
Dbase_tab.cc579 font_height_ = font_->GetHeight(); in InitResources()
/external/chromium/chrome/browser/ui/views/frame/
Dapp_panel_browser_frame_view.cc493 int title_height = BrowserFrame::GetTitleFont().GetHeight(); in LayoutTitleBar()
Dopaque_browser_frame_view.cc516 return std::max(BrowserFrame::GetTitleFont().GetHeight(), kIconMinimumSize); in IconSize()
1061 int title_height = BrowserFrame::GetTitleFont().GetHeight(); in LayoutTitleBar()
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DD3DRMOBJ.H191 STDMETHOD_(DWORD, GetHeight)(THIS) PURE; in DECLARE_INTERFACE_()
240 STDMETHOD_(DWORD, GetHeight)(THIS) PURE; in DECLARE_INTERFACE_()
/external/quake/quake/src/QW/dxsdk/sdk/inc/
Dd3drmobj.h191 STDMETHOD_(DWORD, GetHeight)(THIS) PURE; in DECLARE_INTERFACE_()
240 STDMETHOD_(DWORD, GetHeight)(THIS) PURE; in DECLARE_INTERFACE_()

12