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

/external/pdfium/xfa/src/fxbarcode/
H A DBC_LuminanceSource.cpp31 int32_t CBC_LuminanceSource::GetHeight() { function in class:CBC_LuminanceSource
H A DBC_BinaryBitmap.cpp37 int32_t CBC_BinaryBitmap::GetHeight() { function in class:CBC_BinaryBitmap
38 return m_binarizer->GetLuminanceSource()->GetHeight();
/external/pdfium/xfa/src/fxbarcode/common/
H A DBC_CommonByteMatrix.cpp40 int32_t CBC_CommonByteMatrix::GetHeight() { function in class:CBC_CommonByteMatrix
H A DBC_CommonBitMatrix.cpp137 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/src/fxge/android/
H A Dfpf_skiafont.cpp148 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.cc172 int MJpegDecoder::GetHeight() { function in class:libyuv::MJpegDecoder
222 return DivideAndRoundUp(GetHeight(), vs);
250 dst_height > GetHeight()) {
270 int skip = (GetHeight() - dst_height) / 2;
342 dst_height > GetHeight()) {
360 int skip = (GetHeight() - dst_height) / 2;
/external/libyuv/files/source/
H A Dmjpeg_decoder.cc171 int MJpegDecoder::GetHeight() { function in class:libyuv::MJpegDecoder
221 return DivideAndRoundUp(GetHeight(), vs);
249 dst_height > GetHeight()) {
269 int skip = (GetHeight() - dst_height) / 2;
341 dst_height > GetHeight()) {
359 int skip = (GetHeight() - dst_height) / 2;
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp427 int CFX_Font::GetHeight() const { function in class:CFX_Font
/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_gdidevice.cpp31 bmi.bmiHeader.biHeight = -pBitmap->GetHeight();
39 (FX_FLOAT)pBitmap->GetHeight());
50 int32_t CFDE_GdiDevice::GetHeight() const { function in class:CFDE_GdiDevice
51 return m_pBitmap->GetHeight();
135 bmi.bmiHeader.biHeight = pDib->GetHeight();
H A Dfde_gedevice.cpp61 int32_t CFDE_FxgeDevice::GetHeight() const { function in class:CFDE_FxgeDevice
62 return m_pDevice->GetHeight();
107 srcRect.Set(0, 0, (FX_FLOAT)pDib->GetWidth(), (FX_FLOAT)pDib->GetHeight());
441 for (int32_t j = rect.bottom; j < rect.top; j += mask.GetHeight())
506 for (int32_t j = rect.top; j < rect.bottom; j += pBitmap->GetHeight()) {
/external/pdfium/core/include/fxge/
H A Dfx_dib.h169 int GetHeight() const { return m_Height; } function in class:CFX_DIBSource
H A Dfx_ge.h262 int GetHeight() const { return m_Height; } function in class:CFX_RenderDevice
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp5190 long long VideoTrack::GetHeight() const { return m_height; } function in class:VideoTrack
5197 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();
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_objectacc_imp.cpp1614 FX_BOOL CXFA_WidgetData::GetHeight(FX_FLOAT& fHeight) { function in class:CXFA_WidgetData

Completed in 883 milliseconds