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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/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/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.h 36 , m_height(height)
49 virtual int height() const { return m_height; }
55 int m_height; member in class:WebCore::FINAL
RenderMarquee.h 99 Length m_height; member in class:WebCore::FINAL
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.h 33 GLuint getHeight() const { return m_height; }
53 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; }
113 int m_height; member in class:FrameBuffer
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextMetrics.h 44 bool isEmpty() const { return !m_width && !m_height && !m_glyph.isValid && m_length == 1; }
49 float height() const { return m_height; }
77 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:__anon30978
M4Common_types.h 224 M4OSA_UInt32 m_height; /**< image height in pixels */ member in struct:__anon30990
  /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/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderbuffer.h 51 m_height = height;
54 GC3Dsizei getHeight() const { return m_height; }
77 GC3Dsizei m_width, m_height; member in class:WebCore::WebGLRenderbuffer
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleBoxData.h 47 Length height() const { return m_height; }
70 Length m_height; member in class:WebCore::StyleBoxData
BasicShapes.h 74 Length height() const { return m_height; }
81 void setHeight(Length height) { m_height = height; }
103 Length m_height; member in class:WebCore::BasicShapeRectangle
  /external/clang/test/SemaCXX/
invalid-member-expr.cpp 53 Length m_height; member in struct:rdar11293995::LengthSize
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatSize.h 52 FloatSize() : m_width(0), m_height(0) { }
53 FloatSize(float width, float height) : m_width(width), m_height(height) { }
60 float height() const { return m_height; }
63 void setHeight(float height) { m_height = height; }
65 bool isEmpty() const { return m_width <= 0 || m_height <= 0; }
69 float aspectRatio() const { return m_width / m_height; }
74 m_height += height;
82 m_height *= scaleY;
88 m_height > other.m_height ? m_height : other.m_height)
118 float m_width, m_height; member in class:WebCore::FloatSize
    [all...]
IntSize.h 46 IntSize() : m_width(0), m_height(0) { }
47 IntSize(int width, int height) : m_width(width), m_height(height) { }
50 int height() const { return m_height; }
53 void setHeight(int height) { m_height = height; }
55 bool isEmpty() const { return m_width <= 0 || m_height <= 0; }
56 bool isZero() const { return !m_width && !m_height; }
58 float aspectRatio() const { return static_cast<float>(m_width) / static_cast<float>(m_height); }
63 m_height += height;
69 m_height = static_cast<int>(static_cast<float>(m_height) * heightScale)
128 int m_width, m_height; member in class:WebCore::IntSize
    [all...]
LayoutSize.h 44 LayoutSize() : m_width(0), m_height(0) { }
45 LayoutSize(const IntSize& size) : m_width(size.width()), m_height(size.height()) { }
46 LayoutSize(LayoutUnit width, LayoutUnit height) : m_width(width), m_height(height) { }
48 explicit LayoutSize(const FloatSize& size) : m_width(size.width()), m_height(size.height()) { }
51 LayoutUnit height() const { return m_height; }
54 void setHeight(LayoutUnit height) { m_height = height; }
56 bool isEmpty() const { return m_width <= 0 || m_height <= 0; }
57 bool isZero() const { return !m_width && !m_height; }
59 float aspectRatio() const { return static_cast<float>(m_width) / static_cast<float>(m_height); }
64 m_height += height
116 LayoutUnit m_width, m_height; member in class:WebCore::LayoutSize
    [all...]
GraphicsContext3DImagePacking.cpp 1307 const unsigned m_width, m_height; member in class:WebCore::__anon12669::FormatConverter
    [all...]
  /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
  /frameworks/base/media/jni/mediaeditor/
VideoEditorThumbnailMain.cpp 61 unsigned int m_height; member in struct:__anon32013
228 if ((pC->m_width != width) || (pC->m_height != height))
234 pC->m_height = height;
  /external/chromium_org/third_party/WebKit/Source/core/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
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeControlWin.h 195 const int m_height; member in class:WebTestRunner::WebTestThemeControlWin
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSBasicShapes.h 72 CSSPrimitiveValue* height() const { return m_height.get(); }
79 void setHeight(PassRefPtr<CSSPrimitiveValue> height) { m_height = height; }
96 RefPtr<CSSPrimitiveValue> m_height; member in class:WebCore::CSSBasicShapeRectangle
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/
GIFImageReader.h 191 , m_height(0)
222 m_height = height;
224 WebCore::IntRect frameRect() const { return WebCore::IntRect(m_xOffset, m_yOffset, m_width, m_height); }
228 unsigned height() const { return m_height; }
260 unsigned m_height; member in struct:GIFFrameContext
  /external/libvpx/libwebm/
mkvparser.hpp 406 long long m_height; member in class:mkvparser::VideoTrack

Completed in 442 milliseconds

1 2