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

1 2 3

  /external/pdfium/xfa/fxbarcode/
BC_Dimension.h 25 int32_t m_width; member in class:CBC_Dimension
  /external/pdfium/xfa/fxbarcode/common/
BC_CommonByteMatrix.h 31 int32_t m_width; member in class:CBC_CommonByteMatrix
BC_CommonBitMatrix.h 42 int32_t m_width; member in class:CBC_CommonBitMatrix
  /external/pdfium/xfa/fxbarcode/pdf417/
BC_PDF417BarcodeMatrix.h 35 int32_t m_width; member in class:CBC_BarcodeMatrix
  /external/deqp/framework/common/
tcuSurface.hpp 53 int getWidth (void) const { return m_width; }
65 int m_width; member in class:tcu::Surface
72 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height));
74 const int pixOffset = y*m_width + x;
89 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height));
91 const int pixOffset = y*m_width + x;
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 57 int getWidth (void) const { return m_width; }
67 int m_width; member in class:tcu::SurfaceAccess
73 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height));
tcuRenderTarget.hpp 46 int getWidth (void) const { return m_width; }
52 int m_width; member in class:tcu::RenderTarget
tcuCompressedTexture.hpp 120 int getWidth (void) const { return m_width; }
132 int m_width; member in class:tcu::CompressedTexture
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
MemoryFlyoutPreferences.java 22 private int m_width; field in class:MemoryFlyoutPreferences
32 m_width = width;
49 return m_width;
61 m_width = width;
  /external/pdfium/core/fxcodec/codec/
ccodec_jbig2module.h 26 uint32_t m_width; member in class:CCodec_Jbig2Context
  /external/vulkan-validation-layers/tests/
vktestframework.h 90 static int m_width; member in class:VkTestFramework
vktestframework.cpp 136 int VkTestFramework::m_width = 0; member in class:VkTestFramework
    [all...]
  /external/pdfium/third_party/agg23/
agg_rendering_buffer.h 51 m_width(0),
60 m_width(0),
70 m_width = width;
97 return m_width;
139 unsigned m_width; member in class:agg::rendering_buffer
agg_vcgen_stroke.h 66 m_width = w / 2;
83 return m_width * 2;
106 FX_FLOAT m_width; member in class:agg::vcgen_stroke
  /external/clang/test/SemaCXX/
invalid-member-expr.cpp 62 Length m_width; member in struct:rdar11293995::LengthSize
  /external/deqp/modules/gles3/functional/
es3fFboDepthbufferTests.cpp 55 , m_width (width)
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));
137 int m_width; member in class:deqp::gles3::Functional::BasicFboDepthCase
147 , m_width (width)
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)
223 const int m_width; member in class:deqp::gles3::Functional::DepthWriteClampCase
303 const int m_width; member in class:deqp::gles3::Functional::DepthTestClampCase
    [all...]
es3fReadPixelsTests.cpp 85 const int m_width; member in class:deqp::gles3::Functional::__anon17106::ReadPixelsTest
103 , m_width (13)
233 GLU_CHECK_CALL(glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA32UI, m_width, m_height));
239 GLU_CHECK_CALL(glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA32I, m_width, m_height));
313 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength) + m_skipPixels;
318 GLU_CHECK_CALL(glReadPixels(0, 0, m_width, m_height, m_format, m_type, &(pixelData[0])));
335 tcu::Texture2D reference(format, m_width, m_height);
350 GLU_CHECK_CALL(glViewport(0, 0, m_width, m_height));
355 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength);
357 const tcu::ConstPixelBufferAccess resultAccess = tcu::ConstPixelBufferAccess(format, m_width, m_height, 1, rowPitch, 0, &(pixelData[pixelSize * m_skipPixels + m_skipRows * rowPitch]))
369 tcu::Texture2D referenceRGBA8 (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), m_width, m_height); local
370 tcu::Texture2D resultRGBA8 (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), m_width, m_height); local
    [all...]
es3fTextureSizeTests.cpp 70 int m_width; member in class:deqp::gles3::Functional::Texture2DSizeCase
83 , m_width (width)
99 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
101 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
187 int m_width; member in class:deqp::gles3::Functional::TextureCubeSizeCase
203 , m_width (width)
221 DE_ASSERT(m_width == m_height);
222 m_texture = new TextureCube(m_renderCtx, m_format, m_dataType, m_width);
234 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
es3fTextureWrapTests.cpp 119 int m_width; member in class:deqp::gles3::Functional::TextureWrapCase
141 , m_width (width)
160 , m_width (0)
180 , m_width (width)
202 DE_ASSERT(m_width == 0 && m_height == 0 && m_format == GL_NONE && m_dataType == GL_NONE);
205 m_width = m_texture->getRefTexture().getWidth();
218 tcu::CompressedTexture compressedTexture (m_compressedFormat, m_width, m_height);
249 tcu::CompressedTexture compressedTexture (m_compressedFormat, m_width, m_height);
266 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
  /external/opencv/otherlibs/highgui/
grfmt_base.h 70 int GetWidth() { return m_width; };
84 int m_width; // width of the image ( filled by ReadHeader ) member in class:GrFmtReader
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 201 GLsizei m_width; //< The common width of images member in class:deqp::gles2::Functional::ES2Checker
207 , m_width (-1)
217 if (m_width == -1)
219 m_width = image->width;
222 else if (image->width != m_width || image->height != m_height)
es2fTextureFormatTests.cpp 86 const int m_width; member in class:deqp::gles2::Functional::Texture2DFormatCase
98 , m_width (width)
119 log << TestLog::Message << "2D texture, " << fmtName.str() << ", " << m_width << "x" << m_height
123 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
142 RandomViewport viewport (m_renderCtx.getRenderTarget(), m_width, m_height, deStringHash(getName()));
226 const int m_width; member in class:deqp::gles2::Functional::TextureCubeFormatCase
242 , m_width (width)
268 log << TestLog::Message << "Cube map texture, " << fmtName.str() << ", " << m_width << "x" << m_height
272 DE_ASSERT(m_width == m_height);
274 ? new TextureCube(m_renderCtx, m_format, m_dataType, m_width) // Implicit internal format
    [all...]
es2fTextureSizeTests.cpp 69 int m_width; member in class:deqp::gles2::Functional::Texture2DSizeCase
82 , m_width (width)
98 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
100 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
186 int m_width; member in class:deqp::gles2::Functional::TextureCubeSizeCase
202 , m_width (width)
220 DE_ASSERT(m_width == m_height);
221 m_texture = new TextureCube(m_renderCtx, m_format, m_dataType, m_width);
233 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
es2fTextureWrapTests.cpp 82 int m_width; member in class:deqp::gles2::Functional::TextureWrapCase
100 , m_width (width)
117 , m_width (0)
134 DE_ASSERT(m_width == 0 && m_height == 0 && m_format == GL_NONE && m_dataType == GL_NONE);
137 m_width = m_texture->getRefTexture().getWidth();
142 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 262 int m_width; member in class:deqp::gles31::Functional::TextureBufferFormatCase
273 , m_width (width)
304 log << TestLog::Message << "Buffer texture, " << glu::getTextureFormatStr(m_format) << ", " << m_width
308 m_texture = new glu::TextureBuffer(m_renderCtx, m_format, m_width * fmt.getPixelSize());
326 RandomViewport viewport (m_renderCtx.getRenderTarget(), m_width, 1, deStringHash(getName()));

Completed in 611 milliseconds

1 2 3