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

12 3 4

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderbuffer.h 50 m_width = width;
53 GC3Dsizei width() const { return m_width; }
77 GC3Dsizei m_width, m_height; member in class:WebCore::WebGLRenderbuffer
WebGLRenderbuffer.cpp 48 , m_width(0)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextMetrics.cpp 30 : m_width(0)
37 : m_width(0)
54 m_width = scaledFont.width(run, length, m_glyph.name) / scalingFactor;
112 m_width = width / scalingFactor;
  /external/chromium_org/third_party/WebKit/Source/core/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/chromium_org/third_party/WebKit/Source/core/rendering/style/
OutlineValue.h 42 return m_width == o.m_width && m_style == o.m_style && m_color == o.m_color && m_colorIsValid == o.m_colorIsValid && m_offset == o.m_offset && m_isAuto == o.m_isAuto;
StyleBoxData.h 46 Length width() const { return m_width; }
69 Length m_width; member in class:WebCore::StyleBoxData
BasicShapes.h 73 Length width() const { return m_width; }
80 void setWidth(Length width) { m_width = width; }
102 Length m_width; member in class:WebCore::BasicShapeRectangle
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/cg/
FloatSizeCG.cpp 34 FloatSize::FloatSize(const CGSize& s) : m_width(s.width), m_height(s.height)
40 return CGSizeMake(m_width, m_height);
  /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...]
  /sdk/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;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.cpp 35 m_width(0),
73 win->m_width = p_width;
107 if (cbWidth != m_width || cbHeight != m_height) {
114 m_width = cbWidth;
145 if (!m_width && !m_height) return;
147 if (m_attachedColorBuffer->getWidth() != m_width ||
WindowSurface.h 58 GLuint m_width; member in class:WindowSurface
ColorBuffer.cpp 90 cb->m_width = p_width;
192 m_width, m_height);
200 m_width, m_height);
222 s_gl.glViewport(0, 0, m_width, m_height);
366 s_gl.glReadPixels(0, 0, m_width, m_height,
FrameBuffer.h 59 int getWidth() const { return m_width; }
112 int m_width; member in class:FrameBuffer
  /frameworks/base/media/jni/mediaeditor/
VideoEditorThumbnailMain.cpp 60 unsigned int m_width; member in struct:__anon32900
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;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 43 m_width = master.winfo_width()
48 m_width = master.winfo_screenwidth()
53 x = m_x + (m_width - w_width) * relx
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 43 m_width = master.winfo_width()
48 m_width = master.winfo_screenwidth()
53 x = m_x + (m_width - w_width) * relx
  /frameworks/av/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/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.h 44 Vector<Length> m_width; member in class:WebCore::FINAL
  /external/clang/test/SemaCXX/
invalid-member-expr.cpp 52 Length m_width; member in struct:rdar11293995::LengthSize
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSBasicShapes.h 71 CSSPrimitiveValue* width() const { return m_width.get(); }
78 void setWidth(PassRefPtr<CSSPrimitiveValue> width) { m_width = width; }
95 RefPtr<CSSPrimitiveValue> m_width; member in class:WebCore::CSSBasicShapeRectangle

Completed in 495 milliseconds

12 3 4