| /development/tools/emulator/opengl/host/libs/libOpenglRender/ |
| WindowSurface.cpp | 35 m_width(0), 73 win->m_width = p_width; 109 if (cbWidth != m_width || cbHeight != m_height) { 116 m_width = cbWidth; 147 if (!m_width && !m_height) return; 149 if (m_attachedColorBuffer->getWidth() != m_width || 155 void *data = m_xferBuffer.alloc(m_width * m_height * 4); 176 s_gl2.glReadPixels(0, 0, m_width, m_height, 184 s_gl.glReadPixels(0, 0, m_width, m_height, 199 void *tmpBuf = m_xUpdateBuf.alloc(m_width * m_height * bpp) [all...] |
| ColorBuffer.h | 32 GLuint getWidth() const { return m_width; } 53 GLuint m_width; member in class:ColorBuffer
|
| WindowSurface.h | 59 GLuint m_width; member in class:WindowSurface
|
| /external/opencv/otherlibs/highgui/ |
| grfmt_pxm.cpp | 166 m_width = ReadNumber( m_strm, INT_MAX ); 177 if( m_width > 0 && m_height > 0 && m_maxval > 0 && m_maxval < (1 << 16)) 189 m_width = m_height = -1; 205 int src_pitch = (m_width*m_bpp*m_bit_depth/8 + 7)/8; 207 int width3 = m_width*nch; 242 for( x = 0; x < m_width; x++ ) 246 FillColorRow8( data, src, m_width, palette ); 248 FillGrayRow8( data, src, m_width, gray_palette ); 258 FillColorRow1( data, src, m_width, palette ); 260 FillGrayRow1( data, src, m_width, gray_palette ) [all...] |
| grfmt_sunras.cpp | 103 m_width = m_strm.GetDWord(); 113 if( m_width > 0 && m_height > 0 && 166 m_width = m_height = -1; 182 int src_pitch = ((m_width*m_bpp + 7)/8 + 1) & -2; 184 int width3 = m_width*nch; 193 if( m_width*3 + 32 > buffer_size ) 194 bgr = new uchar[m_width*3 + 32]; 213 FillColorRow1( data, src, m_width, m_palette ); 215 FillGrayRow1( data, src, m_width, gray_palette ); 221 uchar* line_end = src + (m_width*m_bpp + 7)/8 [all...] |
| grfmt_bmp.cpp | 108 m_width = m_strm.GetDWord(); 116 if( m_width > 0 && m_height > 0 && 151 m_width = m_strm.GetWord(); 156 if( m_width > 0 && m_height > 0 && 180 m_width = m_height = -1; 196 int src_pitch = ((m_width*(m_bpp != 15 ? m_bpp : 16) + 7)/8 + 3) & -4; 198 int width3 = m_width*nch; 216 if( m_width*3 + 32 > buffer_size ) bgr = new uchar[m_width*3 + 32]; 230 FillColorRow1( color ? data : bgr, src, m_width, m_palette ) [all...] |
| grfmt_tiff.cpp | 150 m_width = width; 172 if( m_tif && m_width && m_height ) 175 int tile_width0 = m_width, tile_height0 = 0; 186 tile_width0 = m_width; 200 for( x = 0; x < m_width; x += tile_width0 ) 204 if( x + tile_width > m_width ) 205 tile_width = m_width - x; 369 m_width = -1; 411 m_width = value; 501 if( m_width > 0 && m_height > 0 && m_strips > 0 & [all...] |
| grfmt_base.h | 70 int GetWidth() { return m_width; }; 84 int m_width; // width of the image ( filled by ReadHeader ) member in class:GrFmtReader
|
| grfmt_imageio.cpp | 112 m_width = CGImageGetWidth( imageRef ); 158 bitmap = (uchar*)malloc( bpp * m_height * m_width ); 166 m_width, /* width */ 169 bpp * m_width, /* bytes per row */ 181 CGRect rect = {{0,0},{m_width,m_height}}; 203 for (int x = 0; x < m_width; x++) 220 memcpy (data + y * step, bitmap + y * m_width, m_width);
|
| /development/tools/emulator/opengl/host/libs/Translator/EGL/ |
| EglPbufferSurface.cpp | 22 m_width = val; 54 *val = m_width;
|
| EglSurface.h | 41 void setDim(int width,int height){ m_width = width; m_height = height;}; 59 m_width(width), 69 EGLint m_width; member in class:EglSurface
|
| EglPbufferSurface.h | 36 *width = m_width;
|
| EglPixmapSurface.cpp | 46 *val = m_width;
|
| EglWindowSurface.cpp | 47 *val = m_width;
|
| /external/webkit/Source/WebCore/rendering/style/ |
| StyleBoxData.h | 46 Length width() const { return m_width; } 68 Length m_width; member in class:WebCore::StyleBoxData
|
| StyleMultiColData.h | 56 float m_width; member in class:WebCore::StyleMultiColData
|
| /external/webkit/Source/WebCore/html/canvas/ |
| WebGLRenderbuffer.cpp | 45 , m_width(0)
|
| /external/webkit/Source/WebCore/rendering/svg/ |
| SVGTextMetrics.cpp | 31 : m_width(0) 50 m_width = scaledFont.width(run, extraCharsAvailable, length, m_glyph.name) / scalingFactor; 62 return m_width == other.m_width
|
| /external/webkit/Source/WebCore/svg/ |
| PatternAttributes.h | 35 , m_width() 57 SVGLength width() const { return m_width; } 80 m_width = value; 141 SVGLength m_width; member in struct:WebCore::PatternAttributes
|
| /external/webkit/Source/WebCore/platform/graphics/wince/ |
| FontWinCE.cpp | 82 float m_width; member in class:WebCore::TextRunComponent 97 m_width = it.m_runWidthSoFar; 105 m_width = s * font.primaryFont()->widthForGlyph(' '); 134 offset += add + letterSpacing + components->last().m_width; 148 offset += components->last().m_width + letterSpacing; 156 offset += wordSpacing + add + components->last().m_width + letterSpacing; 164 offset += components->last().m_width + letterSpacing; 172 offset += components->last().m_width; 183 offset += components->last().m_width; 192 offset += add + components->last().m_width; [all...] |
| /external/webkit/Tools/DumpRenderTree/chromium/ |
| ImageDiff.cpp | 71 : m_width(0) 75 : m_width(image.m_width) 79 bool hasImage() const { return m_width > 0 && m_height > 0; } 80 int width() const { return m_width; } 95 if (!webkit_support::DecodePNG(source.get(), byteLength, &m_data, &m_width, &m_height)) { 119 if (!webkit_support::DecodePNG(&compressed[0], compressed.size(), &m_data, &m_width, &m_height)) { 128 m_width = m_height = 0; 135 ASSERT(x >= 0 && x < m_width); 137 return *reinterpret_cast<const uint32_t*>(&(m_data[(y * m_width + x) * 4])) 150 int m_width, m_height; member in class:Image [all...] |
| /external/webkit/Source/WebCore/platform/graphics/win/ |
| QTDecompressionSession.h | 58 size_t m_width; member in class:QTDecompressionSession
|
| QTMovieGWorld.cpp | 87 int m_width; member in class:QTMovieGWorldPrivate 112 , m_width(0) 178 if (!m_height || !m_width) 185 else if (m_gWorld && (m_width > m_gWorldWidth || m_height > m_gWorldHeight)) { 198 m_gWorldWidth = max(cGWorldMinWidth, m_width); 210 bounds.right = m_width; 236 if (m_width == width && m_height == height) 238 m_width = width; 262 bounds.right = m_width; 346 width = m_private->m_width; [all...] |
| QTDecompressionSession.cpp | 54 , m_width(width) 110 (**description).width = m_width; 148 && inBuffer.width() == m_width
|
| /development/samples/BrowserPlugin/jni/ |
| RenderingThread.h | 62 int m_width; member in class:RenderingThread
|