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

1 2

  /external/webkit/Source/WebCore/platform/
LengthSize.h 36 , m_height(height)
42 return m_width == o.m_width && m_height == o.m_height;
48 void setHeight(Length height) { m_height = height; }
49 Length height() const { return m_height; }
53 Length m_height; member in struct:WebCore::LengthSize
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TextureInfo.h 59 int32_t m_height; member in class:WebCore::TextureInfo
  /external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.h 59 size_t m_height; member in class:QTDecompressionSession
QTMovieGWorld.cpp 88 int m_height; member in class:QTMovieGWorldPrivate
113 , m_height(0)
178 if (!m_height || !m_width)
185 else if (m_gWorld && (m_width > m_gWorldWidth || m_height > m_gWorldHeight)) {
199 m_gWorldHeight = max(cGWorldMinHeight, m_height);
211 bounds.bottom = m_height;
236 if (m_width == width && m_height == height)
239 m_height = height;
263 bounds.bottom = m_height;
347 height = m_private->m_height;
    [all...]
  /external/webkit/Source/WebCore/rendering/
EllipsisBox.h 35 , m_height(height)
48 virtual int height() const { return m_height; }
52 int m_height; member in class:WebCore::EllipsisBox
RenderMarquee.h 91 Length m_height; member in class:WebCore::RenderMarquee
  /development/samples/BrowserPlugin/jni/
RenderingThread.h 64 int m_height; member in class:RenderingThread
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
BaseLayerAndroid.h 87 int m_height; member in class:WebCore::FixedBackgroundImageLayerAndroid
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.h 33 GLuint getHeight() const { return m_height; }
52 GLuint m_height; member in class:ColorBuffer
WindowSurface.h 59 GLuint m_height; member in class:WindowSurface
FrameBuffer.h 60 int getHeight() const { return m_height; }
105 int m_height; member in class:FrameBuffer
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextMetrics.h 39 float height() const { return m_height; }
72 float m_height; member in class:WebCore::SVGTextMetrics
  /frameworks/av/libvideoeditor/vss/common/inc/
M4AIR_API.h 75 M4OSA_UInt32 m_height; /**< Height */ member in struct:__anon15927
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglSurface.h 41 void setDim(int width,int height){ m_width = width; m_height = height;};
60 m_height(height),
70 EGLint m_height; member in class:EglSurface
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderbuffer.h 52 m_height = height;
55 GC3Dsizei getHeight() const { return m_height; }
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) { }
59 float height() const { return m_height; }
62 void setHeight(float height) { m_height = height; }
64 bool isEmpty() const { return m_width <= 0 || m_height <= 0; }
66 float aspectRatio() const { return m_width / m_height; }
71 m_height *= scale;
77 m_height > other.m_height ? m_height : other.m_height)
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) { }
68 int height() const { return m_height; }
71 void setHeight(int height) { m_height = height; }
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); }
81 m_height += height;
87 m_height = static_cast<int>(static_cast<float>(m_height) * scale)
148 int m_width, m_height; member in class:WebCore::IntSize
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
StyleBoxData.h 47 Length height() const { return m_height; }
69 Length m_height; member in class:WebCore::StyleBoxData
  /external/opencv/otherlibs/highgui/
grfmt_base.h 71 int GetHeight() { return m_height; };
85 int m_height; // height of the image ( filled by ReadHeader ) member in class:GrFmtReader
  /external/webkit/Tools/DumpRenderTree/chromium/
AccessibilityUIElement.h 99 CppVariant m_height; member in class:AccessibilityUIElement
ImageDiff.cpp 72 , m_height(0) {}
76 , m_height(image.m_height)
79 bool hasImage() const { return m_width > 0 && m_height > 0; }
81 int height() const { return m_height; }
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;
136 ASSERT(y >= 0 && y < m_height);
143 ASSERT(y >= 0 && y < m_height);
150 int m_width, m_height; member in class:Image
    [all...]
WebThemeControlDRTWin.h 198 const int m_height; member in class:WebThemeControlDRTWin
  /frameworks/base/media/jni/mediaeditor/
VideoEditorThumbnailMain.cpp 61 unsigned int m_height; member in struct:__anon16949
228 if ((pC->m_width != width) || (pC->m_height != height))
234 pC->m_height = height;
  /external/webkit/Source/WebCore/svg/
PatternAttributes.h 36 , m_height()
58 SVGLength height() const { return m_height; }
86 m_height = value;
142 SVGLength m_height; member in struct:WebCore::PatternAttributes
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
h264_utils.h 198 unsigned m_height; member in class:H264_Utils

Completed in 527 milliseconds

1 2