/external/libyuv/files/source/ |
D | mjpeg_decoder.cc | 183 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/ |
D | download_item_view.cc | 225 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/ |
D | mjpeg_decoder.h | 72 int GetHeight();
|
/external/chromium/chrome/browser/ui/gtk/download/ |
D | download_shelf_gtk.h | 60 int GetHeight() const;
|
D | download_shelf_gtk.cc | 257 int DownloadShelfGtk::GetHeight() const { in GetHeight() function in DownloadShelfGtk
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_base.h | 71 int GetHeight() { return m_height; }; in GetHeight() function
|
D | loadsave.cpp | 414 size.height = reader->GetHeight(); in icvLoadImage()
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
D | autocomplete_result_view.cc | 209 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/ |
D | SimpleFontDataHaiku.cpp | 50 font->GetHeight(&height); in platformInit()
|
/external/chromium/chrome/browser/ui/views/ |
D | about_chrome_view.cc | 300 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()
|
D | theme_install_bubble_view.cc | 95 ResourceBundle::LargeFont).GetHeight() + kTextVertPadding); in GetPreferredSize()
|
D | sad_tab_view.cc | 114 int title_height = title_font_->GetHeight(); in Layout()
|
D | constrained_window_views.cc | 528 int title_height = title_font_->GetHeight(); in LayoutTitleBar()
|
D | status_bubble_views.cc | 593 ResourceBundle::BaseFont).GetHeight() + kTotalVerticalPadding); in GetPreferredSize()
|
/external/chromium/chrome/browser/chromeos/ |
D | wm_overview_title.cc | 47 while (font.GetHeight() < pixels) { in FindFontThisHigh()
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | mediachannel.h | 256 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/ |
D | fontprops.cpp | 78 int height = font->GetPixelSize().GetHeight(); in wxFontProperties()
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
D | bookmark_bar_gtk.h | 93 int GetHeight();
|
D | bookmark_utils_gtk.cc | 197 base_font.GetHeight()); in GetDragRepresentation()
|
/external/libvpx/libwebm/ |
D | mkvparser.hpp | 398 long long GetHeight() const;
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | base_tab.cc | 579 font_height_ = font_->GetHeight(); in InitResources()
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | app_panel_browser_frame_view.cc | 493 int title_height = BrowserFrame::GetTitleFont().GetHeight(); in LayoutTitleBar()
|
D | opaque_browser_frame_view.cc | 516 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/ |
D | D3DRMOBJ.H | 191 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/ |
D | d3drmobj.h | 191 STDMETHOD_(DWORD, GetHeight)(THIS) PURE; in DECLARE_INTERFACE_() 240 STDMETHOD_(DWORD, GetHeight)(THIS) PURE; in DECLARE_INTERFACE_()
|