Searched defs:GetHeight (Results 1 - 20 of 20) sorted by relevance

/external/pdfium/core/fxcodec/codec/
H A Dccodec_scanlinedecoder.h30 int GetHeight() { return m_OutputHeight; } function in class:CCodec_ScanlineDecoder
H A Dccodec_progressivedecoder.h55 int32_t GetHeight() const { return m_SrcHeight; } function in class:CCodec_ProgressiveDecoder
/external/pdfium/xfa/fxbarcode/common/
H A DBC_CommonByteMatrix.cpp38 int32_t CBC_CommonByteMatrix::GetHeight() { function in class:CBC_CommonByteMatrix
H A DBC_CommonBitMatrix.cpp134 int32_t CBC_CommonBitMatrix::GetHeight() { function in class:CBC_CommonBitMatrix
/external/webrtc/talk/media/base/
H A Dyuvframegenerator.h66 int GetHeight() { return height_; } function in class:cricket::YuvFrameGenerator
/external/lzma/CPP/Windows/Control/
H A DReBar.h24 UINT GetHeight() function in class:NWindows::NControl::CReBar
/external/skia/experimental/SkV8Example/
H A DDrawingMethods.cpp134 void DrawingMethods::GetHeight(v8::Local<v8::String> name, function in class:DrawingMethods
162 GetHeight);
/external/opencv/otherlibs/highgui/
H A Dgrfmt_base.h71 int GetHeight() { return m_height; }; function in class:GrFmtReader
/external/pdfium/core/fxge/android/
H A Dcfpf_skiafont.cpp152 int32_t CFPF_SkiaFont::GetHeight() const { function in class:CFPF_SkiaFont
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoframe.cc95 size_t WebRtcVideoFrame::GetHeight() const { function in class:cricket::WebRtcVideoFrame
284 int height = static_cast<int>(GetHeight());
/external/webrtc/webrtc/modules/video_coding/test/
H A Dvideo_source.h67 uint16_t GetHeight() const { return _height; } function in class:VideoSource
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dmjpeg_decoder.cc173 int MJpegDecoder::GetHeight() { function in class:libyuv::MJpegDecoder
223 return DivideAndRoundUp(GetHeight(), vs);
251 dst_height > GetHeight()) {
271 int skip = (GetHeight() - dst_height) / 2;
343 dst_height > GetHeight()) {
361 int skip = (GetHeight() - dst_height) / 2;
/external/libyuv/files/source/
H A Dmjpeg_decoder.cc173 int MJpegDecoder::GetHeight() { function in class:libyuv::MJpegDecoder
221 return DivideAndRoundUp(GetHeight(), vs);
249 if (dst_width != GetWidth() || dst_height > GetHeight()) {
269 int skip = (GetHeight() - dst_height) / 2;
339 if (dst_width != GetWidth() || dst_height > GetHeight()) {
357 int skip = (GetHeight() - dst_height) / 2;
/external/pdfium/xfa/fde/
H A Dfde_gedevice.cpp41 int32_t CFDE_RenderDevice::GetHeight() const { function in class:CFDE_RenderDevice
42 return m_pDevice->GetHeight();
95 static_cast<FX_FLOAT>(pDib->GetHeight()));
/external/pdfium/core/fxge/
H A Dcfx_renderdevice.h98 int GetHeight() const { return m_Height; } function in class:CFX_RenderDevice
H A Dfx_dib.h187 int GetHeight() const { return m_Height; } function in class:CFX_DIBSource
/external/pdfium/core/fxge/ge/
H A Dcfx_font.cpp522 int CFX_Font::GetHeight() const { function in class:CFX_Font
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_widgetdata.cpp382 bool CXFA_WidgetData::GetHeight(FX_FLOAT& fHeight) { function in class:CXFA_WidgetData
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.cc5490 long long VideoTrack::GetHeight() const { return m_height; } function in class:VideoTrack
5497 return m_display_height > 0 ? m_display_height : GetHeight();
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc5410 long long VideoTrack::GetHeight() const { return m_height; } function in class:VideoTrack
5417 return m_display_height > 0 ? m_display_height : GetHeight();

Completed in 3018 milliseconds