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

1 2

  /external/webkit/Source/WebCore/rendering/
FixedTableLayout.h 42 Vector<Length> m_width; member in class:WebCore::FixedTableLayout
  /external/webkit/Source/WebCore/html/
TextMetrics.h 38 float width() const { return m_width; }
39 void setWidth(float w) { m_width = w; }
43 : m_width(0)
46 float m_width; member in class:WebCore::TextMetrics
  /external/webkit/Source/WebCore/platform/
LengthSize.h 35 : m_width(width)
42 return m_width == o.m_width && m_height == o.m_height;
45 void setWidth(Length width) { m_width = width; }
46 Length width() const { return m_width; }
52 Length m_width; member in struct:WebCore::LengthSize
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TextureInfo.h 58 int32_t m_width; member in class:WebCore::TextureInfo
  /external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.h 58 size_t m_width; member in class:QTDecompressionSession
  /development/samples/BrowserPlugin/jni/
RenderingThread.h 63 int m_width; member in class:RenderingThread
  /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/webkit/Source/WebCore/platform/graphics/android/layers/
BaseLayerAndroid.h 86 int m_width; member in class:WebCore::FixedBackgroundImageLayerAndroid
  /external/webkit/Source/WebCore/rendering/style/
StyleMultiColData.h 56 float m_width; member in class:WebCore::StyleMultiColData
StyleBoxData.h 46 Length width() const { return m_width; }
68 Length m_width; member in class:WebCore::StyleBoxData
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.h 32 GLuint getWidth() const { return m_width; }
52 GLuint m_width; member in class:ColorBuffer
WindowSurface.h 58 GLuint m_width; member in class:WindowSurface
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextMetrics.h 38 float width() const { return m_width; }
65 void setWidth(float width) { m_width = width; }
71 float m_width; member in class:WebCore::SVGTextMetrics
  /frameworks/av/libvideoeditor/vss/common/inc/
M4AIR_API.h 74 M4OSA_UInt32 m_width; /**< Width */ member in struct:__anon17315
  /sdk/emulator/opengl/host/libs/Translator/EGL/
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
  /external/clang/test/SemaCXX/
invalid-member-expr.cpp 52 Length m_width; member in struct:rdar11293995::LengthSize
  /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
  /external/webkit/Source/WebCore/platform/graphics/
FloatSize.h 52 FloatSize() : m_width(0), m_height(0) { }
53 FloatSize(float width, float height) : m_width(width), m_height(height) { }
58 float width() const { return m_width; }
61 void setWidth(float width) { m_width = width; }
64 bool isEmpty() const { return m_width <= 0 || m_height <= 0; }
66 float aspectRatio() const { return m_width / m_height; }
70 m_width *= scale;
76 return FloatSize(m_width > other.m_width ? m_width : other.m_width
104 float m_width, m_height; member in class:WebCore::FloatSize
    [all...]
IntSize.h 64 IntSize() : m_width(0), m_height(0) { }
65 IntSize(int width, int height) : m_width(width), m_height(height) { }
67 int width() const { return m_width; }
70 void setWidth(int width) { m_width = width; }
73 bool isEmpty() const { return m_width <= 0 || m_height <= 0; }
74 bool isZero() const { return !m_width && !m_height; }
76 float aspectRatio() const { return static_cast<float>(m_width) / static_cast<float>(m_height); }
80 m_width += width;
86 m_width = static_cast<int>(static_cast<float>(m_width) * scale)
148 int m_width, m_height; member in class:WebCore::IntSize
    [all...]
  /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/webkit/Tools/DumpRenderTree/chromium/
AccessibilityUIElement.h 98 CppVariant m_width; member in class:AccessibilityUIElement
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...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorThumbnailMain.cpp 60 unsigned int m_width; member in struct:__anon18312
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/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/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

Completed in 456 milliseconds

1 2