HomeSort by relevance Sort by last modified time
    Searched defs:GetHeight (Results 1 - 25 of 29) sorted by null

1 2

  /external/pdfium/xfa/src/fxbarcode/
BC_LuminanceSource.cpp 31 int32_t CBC_LuminanceSource::GetHeight() {
BC_BinaryBitmap.cpp 37 int32_t CBC_BinaryBitmap::GetHeight() {
38 return m_binarizer->GetLuminanceSource()->GetHeight();
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 96 int FrameBuffer::GetHeight() const {
  /external/lzma/CPP/Windows/Control/
ReBar.h 24 UINT GetHeight()
  /external/pdfium/xfa/src/fxbarcode/common/
BC_CommonByteMatrix.cpp 40 int32_t CBC_CommonByteMatrix::GetHeight() {
BC_CommonBitMatrix.cpp 137 int32_t CBC_CommonBitMatrix::GetHeight() {
  /external/webrtc/talk/media/base/
yuvframegenerator.h 66 int GetHeight() { return height_; }
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 94 int FrameBuffer::GetHeight() const {
  /development/perftests/panorama/feature_stab/src/dbregtest/
PgmImage.h 55 int GetHeight() const { return m_h; }
  /external/skia/experimental/SkV8Example/
DrawingMethods.cpp 134 void DrawingMethods::GetHeight(v8::Local<v8::String> name,
162 GetHeight);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.h 55 int GetHeight() const { return m_h; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluslinecaps.h 67 REAL GetHeight() const
gdiplusimpl.h 150 __inline__ UINT Image::GetHeight()
833 __inline__ REAL Font::GetHeight(const Graphics *graphics) const
842 __inline__ REAL Font::GetHeight(REAL dpi) const
    [all...]
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.cpp 148 int32_t CFPF_SkiaFont::GetHeight() const {
  /external/opencv/otherlibs/highgui/
grfmt_base.h 71 int GetHeight() { return m_height; };
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.cc 95 size_t WebRtcVideoFrame::GetHeight() const {
284 int height = static_cast<int>(GetHeight());
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 172 int MJpegDecoder::GetHeight() {
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/
mjpeg_decoder.cc 183 int MJpegDecoder::GetHeight() {
233 return DivideAndRoundUp(GetHeight(), vs);
270 dst_height > GetHeight()) {
290 int skip = (GetHeight() - dst_height) / 2;
359 dst_height > GetHeight()) {
377 int skip = (GetHeight() - dst_height) / 2;
  /external/webrtc/webrtc/modules/video_coding/test/
video_source.h 67 uint16_t GetHeight() const { return _height; }
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 427 int CFX_Font::GetHeight() const {
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gdidevice.cpp 31 bmi.bmiHeader.biHeight = -pBitmap->GetHeight();
39 (FX_FLOAT)pBitmap->GetHeight());
50 int32_t CFDE_GdiDevice::GetHeight() const {
51 return m_pBitmap->GetHeight();
135 bmi.bmiHeader.biHeight = pDib->GetHeight();
fde_gedevice.cpp 61 int32_t CFDE_FxgeDevice::GetHeight() const {
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/
fx_dib.h 169 int GetHeight() const { return m_Height; }
fx_ge.h 262 int GetHeight() const { return m_Height; }
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp     [all...]

Completed in 232 milliseconds

1 2