HomeSort by relevance Sort by last modified time
    Searched full:m_width (Results 26 - 50 of 96) sorted by null

12 3 4

  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderbuffer.h 51 m_width = width;
54 GC3Dsizei getWidth() const { return m_width; }
77 GC3Dsizei m_width, m_height; member in class:WebCore::WebGLRenderbuffer
WebGLRenderbuffer.cpp 45 , m_width(0)
  /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
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglPbufferSurface.cpp 22 m_width = val;
54 *val = m_width;
EglPbufferSurface.h 36 *width = m_width;
EglPixmapSurface.cpp 46 *val = m_width;
EglWindowSurface.cpp 47 *val = m_width;
  /external/opencv/otherlibs/highgui/
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);
grfmt_exr.cpp 132 m_width = m_datawindow.max.x - m_datawindow.min.x + 1;
214 buffer = (char *)new float[ m_width * 3 ];
357 for( x = 0; x < m_width * 3; x++)
366 for( x = 0; x < m_width * 3; x++)
405 for( int x = (m_width - 1) / xsample, xre = m_width - xsample; x >= 0; x--, xre -= xsample )
429 for( int x = (m_width - 1) / xsample, xre = m_width - xsample; x >= 0; x--, xre -= xsample )
449 for( int x = 0; x < m_width; x++ )
473 for( x = 0; x < m_width; x++
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
FloatSizeCG.cpp 36 FloatSize::FloatSize(const CGSize& s) : m_width(s.width), m_height(s.height)
42 return CGSizeMake(m_width, m_height);
IntSizeCG.cpp 35 IntSize::IntSize(const CGSize& s) : m_width(static_cast<int>(s.width)), m_height(static_cast<int>(s.height))
41 return CGSizeMake(m_width, m_height);
  /external/webkit/Source/WebCore/rendering/style/
OutlineValue.h 43 return m_width == o.m_width && m_style == o.m_style && m_color == o.m_color && m_offset == o.m_offset && m_isAuto == o.m_isAuto;
StyleBoxData.h 46 Length width() const { return m_width; }
68 Length m_width; member in class:WebCore::StyleBoxData
  /frameworks/base/media/jni/mediaeditor/
VideoEditorThumbnailMain.cpp 60 unsigned int m_width; member in struct:__anon14625
123 for (i = pPlane->u_width; i < pC->m_width; i++)
128 dst += pC->m_width;
138 for (i = pPlane->u_width; i < pC->m_width; i++)
143 dst += pC->m_width;
228 if ((pC->m_width != width) || (pC->m_height != height))
233 pC->m_width = width;
  /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...]
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 55 int getWidth() const { return m_width; }
99 int m_width; member in class:FrameBuffer
WindowSurface.h 59 GLuint m_width; member in class:WindowSurface
ColorBuffer.cpp 90 cb->m_width = p_width;
141 m_width, m_height, p_format, p_type, pixels);
223 0, 0, m_width, m_height, 0);
231 0, 0, m_width, m_height, 0);
253 s_gl.glViewport(0, 0, m_width, m_height);
  /frameworks/media/libvideoeditor/vss/src/
M4xVSS_internal.c 587 Params.m_inputSize.m_width = pC->m_pDecodedPlane->u_width;
588 Params.m_outputSize.m_width = pImagePlanes->u_width;
744 Params.m_inputSize.m_width = (M4OSA_UInt32)(pC->m_pDecodedPlane->u_width *
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/haiku/
IntSizeHaiku.cpp 37 : m_width(size.IntegerWidth())
  /external/webkit/Source/WebCore/platform/graphics/qt/
IntSizeQt.cpp 37 : m_width(r.width())
  /external/webkit/Source/WebCore/rendering/
FixedTableLayout.h 42 Vector<Length> m_width; member in class:WebCore::FixedTableLayout
  /external/webkit/Source/WebCore/platform/graphics/
FloatSize.cpp 36 FloatSize::FloatSize(const IntSize& size) : m_width(size.width()), m_height(size.height())
  /external/webkit/Source/WebCore/platform/graphics/brew/
IntSizeBrew.cpp 34 : m_width(size.cx)
  /external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.h 58 size_t m_width; member in class:QTDecompressionSession

Completed in 1899 milliseconds

12 3 4