Searched refs:m_height (Results 1 - 25 of 71) sorted by relevance

123

/external/pdfium/xfa/fxbarcode/
H A DBC_Dimension.cpp32 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);
H A DBC_Dimension.h26 int32_t m_height; member in class:CBC_Dimension
/external/deqp/framework/common/
H A DtcuSurface.cpp30 , m_height (0)
36 , m_height (height)
55 m_height = height;
H A DtcuRenderTarget.cpp31 , m_height (0)
41 , m_height (height)
H A DtcuRenderTarget.hpp47 int getHeight (void) const { return m_height; }
53 int m_height; member in class:tcu::RenderTarget
H A DtcuSurfaceAccess.cpp34 , m_height (height)
44 , m_height (surface.getHeight())
54 , m_height (height)
H A DtcuSurface.hpp54 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());
H A DtcuSurfaceAccess.hpp58 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));
H A DtcuCompressedTexture.hpp121 int getHeight (void) const { return m_height; }
133 int m_height; member in class:tcu::CompressedTexture
/external/pdfium/xfa/fxbarcode/common/
H A DBC_CommonBitMatrix.cpp29 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 || offse
[all...]
H A DBC_CommonByteMatrix.cpp27 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++) {
H A DBC_CommonByteMatrix.h32 int32_t m_height; member in class:CBC_CommonByteMatrix
/external/pdfium/third_party/agg23/
H A Dagg_rendering_buffer.h52 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/
H A Dgrfmt_bmp.cpp109 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_shift
[all...]
H A Dgrfmt_sunras.cpp104 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 ) brea
[all...]
H A Dgrfmt_base.h71 int GetHeight() { return m_height; };
85 int m_height; // height of the image ( filled by ReadHeader ) member in class:GrFmtReader
H A Dgrfmt_imageio.cpp113 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++)
H A Dgrfmt_tiff.cpp151 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 >
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFboDepthbufferTests.cpp56 , 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/
H A Dfx_codec_jbig.cpp32 m_height(0),
59 pJbig2Context->m_height = height;
101 int dword_size = pJbig2Context->m_height * pJbig2Context->m_dest_pitch / 4;
H A Dccodec_jbig2module.h27 uint32_t m_height; member in class:CCodec_Jbig2Context
/external/clang/test/SemaCXX/
H A Dinvalid-member-expr.cpp63 Length m_height; member in struct:rdar11293995::LengthSize
/external/pdfium/xfa/fxbarcode/pdf417/
H A DBC_PDF417BarcodeMatrix.h34 int32_t m_height; member in class:CBC_BarcodeMatrix
H A DBC_PDF417BarcodeMatrix.cpp33 m_height = height + 2;
70 int32_t yMax = m_height * yScale;
/external/deqp/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp368 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 >> nd
[all...]

Completed in 449 milliseconds

123