Searched refs:GetHeight (Results 151 - 170 of 170) sorted by relevance

1234567

/external/pdfium/core/include/fxge/
H A Dfx_dib.h152 int GetHeight() const function in class:CFX_DIBSource
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_old.cpp249 int height = pDecoder->GetHeight();
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpeg.cpp192 int height = pSource->GetHeight();
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_path.cpp77 FX_RECT mask_box(left, top, left + mask_dib->GetWidth(), top + mask_dib->GetHeight());
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc871 lines[0].size.set_height(font_list().GetHeight());
H A Drender_text.cc62 const int font_height = font_list.GetHeight();
/external/chromium_org/ui/views/controls/
H A Dlabel_unittest.cc219 const gfx::Size expected_size(0, gfx::FontList().GetHeight());
/external/libyuv/files/source/
H A Dconvert_argb.cc925 mjpeg_decoder.GetHeight() != h)) {
H A Dconvert.cc1633 mjpeg_decoder.GetHeight() != h)) {
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_composite.cpp4133 GetOverlapRect(dest_left, dest_top, width, height, pSrcBitmap->GetWidth(), pSrcBitmap->GetHeight(),
4191 GetOverlapRect(dest_left, dest_top, width, height, pMask->GetWidth(), pMask->GetHeight(), src_left, src_top, pClipRgn);
4478 m_pClipScanV = FX_Alloc(FX_BYTE, m_pBitmap->GetHeight());
4490 m_pAddClipScan = FX_Alloc(FX_BYTE, m_bVertical ? m_pBitmap->GetHeight() : m_pBitmap->GetWidth());
H A Dfx_dib_convert.cpp245 int height = pBitmap->GetHeight();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1161 frame->GetYPitch() * frame->GetHeight());
1171 frame->GetWidth(), frame->GetHeight(), strides, planes);
1182 frame->GetWidth(), frame->GetHeight(), texture_object, texture_id);
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc567 insets.width(), GetFontList().GetHeight() + insets.height());
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc1512 int height = rep.GetHeight();
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc389 animation_.reset(new LoadingAnimation(this, font_list.GetHeight()));
/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py220 self.SetSize((bmp.GetWidth(), bmp.GetHeight()))
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp1877 int nHeight = pBmp->GetHeight();
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp5525 long long VideoTrack::GetHeight() const { return m_height; } function in class:mkvparser::VideoTrack
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp6342 long long VideoTrack::GetHeight() const function in class:mkvparser::VideoTrack
/external/libvpx/libwebm/
H A Dmkvparser.cpp5528 long long VideoTrack::GetHeight() const { return m_height; } function in class:mkvparser::VideoTrack

Completed in 699 milliseconds

1234567