HomeSort by relevance Sort by last modified time
    Searched refs:m_height (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/pdfium/xfa/fxbarcode/
BC_Dimension.cpp 32 m_height = height;
39 return m_height;
42 return m_width * 32713 + m_height;
45 return (FX_WCHAR)(m_width + (FX_WCHAR)'x' + m_height);
BC_Dimension.h 26 int32_t m_height; member in class:CBC_Dimension
  /external/deqp/framework/common/
tcuSurface.cpp 30 , m_height (0)
36 , m_height (height)
55 m_height = height;
tcuRenderTarget.cpp 31 , m_height (0)
41 , m_height (height)
tcuRenderTarget.hpp 47 int getHeight (void) const { return m_height; }
53 int m_height; member in class:tcu::RenderTarget
tcuSurfaceAccess.cpp 34 , m_height (height)
44 , m_height (surface.getHeight())
54 , m_height (height)
tcuSurface.hpp 54 int getHeight (void) const { return m_height; }
66 int m_height; member in class:tcu::Surface
72 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height));
89 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height));
107 return ConstPixelBufferAccess(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_width, m_height, 1, m_pixels.empty() ? DE_NULL : m_pixels.getPtr());
113 return PixelBufferAccess(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_width, m_height, 1, m_pixels.empty() ? DE_NULL : m_pixels.getPtr());
tcuSurfaceAccess.hpp 58 int getHeight (void) const { return m_height; }
68 int m_height; member in class:tcu::SurfaceAccess
73 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height));
tcuCompressedTexture.hpp 121 int getHeight (void) const { return m_height; }
133 int m_height; member in class:tcu::CompressedTexture
  /external/pdfium/xfa/fxbarcode/common/
BC_CommonBitMatrix.cpp 29 m_height = 0;
35 m_height = dimension;
36 int32_t rowSize = (m_height + 31) >> 5;
38 m_bits = FX_Alloc2D(int32_t, m_rowSize, m_height);
39 FXSYS_memset(m_bits, 0, m_rowSize * m_height * sizeof(int32_t));
43 m_height = height;
46 m_bits = FX_Alloc2D(int32_t, m_rowSize, m_height);
47 FXSYS_memset(m_bits, 0, m_rowSize * m_height * sizeof(int32_t));
54 if (offset >= m_rowSize * m_height || offset < 0) {
64 if (offset >= m_rowSize * m_height || offset < 0)
    [all...]
BC_CommonByteMatrix.cpp 27 m_height = height;
32 m_bytes = FX_Alloc2D(uint8_t, m_height, m_width);
33 FXSYS_memset(m_bytes, 0xff, m_height * m_width);
39 return m_height;
55 for (y = 0; y < m_height; y++) {
BC_CommonByteMatrix.h 32 int32_t m_height; member in class:CBC_CommonByteMatrix
  /external/pdfium/third_party/agg23/
agg_rendering_buffer.h 52 m_height(0),
61 m_height(0),
71 m_height = height;
101 return m_height;
140 unsigned m_height; member in class:agg::rendering_buffer
  /external/opencv/otherlibs/highgui/
grfmt_bmp.cpp 109 m_height = m_strm.GetDWord();
116 if( m_width > 0 && m_height > 0 &&
152 m_height = m_strm.GetWord();
156 if( m_width > 0 && m_height > 0 &&
180 m_width = m_height = -1;
204 data += (m_height - 1)*step;
227 for( y = 0; y < m_height; y++, data += step )
241 for( y = 0; y < m_height; y++, data += step )
296 int y_shift = m_height - y;
308 y, m_height, x_shift3
    [all...]
grfmt_sunras.cpp 104 m_height = m_strm.GetDWord();
113 if( m_width > 0 && m_height > 0 &&
166 m_width = m_height = -1;
209 for( y = 0; y < m_height; y++, data += step )
266 if( ++y >= m_height ) break;
278 for( y = 0; y < m_height; y++, data += step )
329 y, m_height, len,
333 y, m_height, len,
335 if( y >= m_height )
345 if( ++y >= m_height ) break
    [all...]
grfmt_base.h 71 int GetHeight() { return m_height; };
85 int m_height; // height of the image ( filled by ReadHeader ) member in class:GrFmtReader
grfmt_imageio.cpp 113 m_height = CGImageGetHeight( imageRef );
158 bitmap = (uchar*)malloc( bpp * m_height * m_width );
167 m_height, /* height */
181 CGRect rect = {{0,0},{m_width,m_height}};
199 for (int y = 0; y < m_height; y++)
219 for (int y = 0; y < m_height; y++)
grfmt_tiff.cpp 151 m_height = height;
172 if( m_tif && m_width && m_height )
189 tile_height0 = m_height;
193 for( y = 0; y < m_height; y += tile_height0, data += step*tile_height0 )
197 if( y + tile_height > m_height )
198 tile_height = m_height - y;
370 m_height = -1;
415 m_height = value;
499 m_rows_per_strip = m_height;
501 if( m_width > 0 && m_height > 0 && m_strips > 0 &
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboDepthbufferTests.cpp 56 , m_height (height)
89 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height);
92 glRenderbufferStorage(GL_RENDERBUFFER, m_format, m_width, m_height);
100 glViewport(0, 0, m_width, m_height);
132 readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
138 int m_height; member in class:deqp::gles3::Functional::BasicFboDepthCase
148 , m_height (height)
179 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height);
182 glTexImage2D(GL_TEXTURE_2D, 0, m_format, m_width, m_height, 0, transferFmt.format, transferFmt.dataType, DE_NULL);
192 glViewport(0, 0, m_width, m_height);
224 const int m_height; member in class:deqp::gles3::Functional::DepthWriteClampCase
304 const int m_height; member in class:deqp::gles3::Functional::DepthTestClampCase
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_jbig.cpp 32 m_height(0),
59 pJbig2Context->m_height = height;
101 int dword_size = pJbig2Context->m_height * pJbig2Context->m_dest_pitch / 4;
ccodec_jbig2module.h 27 uint32_t m_height; member in class:CCodec_Jbig2Context
  /external/pdfium/xfa/fxbarcode/pdf417/
BC_PDF417BarcodeMatrix.h 34 int32_t m_height; member in class:CBC_BarcodeMatrix
BC_PDF417BarcodeMatrix.cpp 33 m_height = height + 2;
70 int32_t yMax = m_height * yScale;
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 368 const int m_height; member in class:deqp::gles2::Functional::TextureSpecCase
398 , m_height (height)
418 DE_ASSERT(m_width <= 256 && m_height <= 256);
419 if (renderTarget.getWidth() < m_width || renderTarget.getHeight() < m_height)
482 int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 : 1;
489 int levelH = de::max(1, m_height >> levelNdx);
520 int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 : 1;
527 int levelH = de::max(1, m_height >> levelNdx);
627 int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 : 1;
639 int levelH = de::max(1, m_height >> ndx)
    [all...]
  /external/python/cpython2/Lib/lib-tk/
SimpleDialog.py 44 m_height = master.winfo_height()
49 m_height = master.winfo_screenheight()
54 y = m_y + (m_height - w_height) * rely

Completed in 660 milliseconds

1 2 3 4