| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| FixedTableLayout.h | 43 Vector<Length> m_width; member in class:WebCore::FixedTableLayout
|
| /external/chromium_org/third_party/WebKit/Source/core/html/ |
| TextMetrics.h | 39 float width() const { return m_width; } 40 void setWidth(float w) { m_width = w; } 44 : m_width(0) 49 float m_width; member in class:WebCore::TextMetrics
|
| /external/chromium_org/third_party/WebKit/Source/core/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/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
| StyleMultiColData.h | 57 float m_width; member in class:WebCore::StyleMultiColData
|
| StyleBoxData.h | 46 Length width() const { return m_width; } 69 Length m_width; member in class:WebCore::StyleBoxData
|
| /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;
|
| /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
|
| FrameBuffer.h | 59 int getWidth() const { return m_width; } 112 int m_width; 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; } 46 float width() const { return m_width; } 47 void setWidth(float width) { m_width = width; } 76 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:__anon30978
|
| /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/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
| WebGLRenderbuffer.h | 50 m_width = width; 53 GC3Dsizei getWidth() const { return m_width; } 77 GC3Dsizei m_width, m_height; member in class:WebCore::WebGLRenderbuffer
|
| /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/html/track/ |
| TextTrackRegion.h | 64 double width() const { return m_width; } 131 double m_width; member in class:WebCore::TextTrackRegion
|
| /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) { } 59 float width() const { return m_width; } 62 void setWidth(float width) { m_width = width; } 65 bool isEmpty() const { return m_width <= 0 || m_height <= 0; } 69 float aspectRatio() const { return m_width / m_height; } 73 m_width += width; 81 m_width *= scaleX; 87 return FloatSize(m_width > other.m_width ? m_width : other.m_width 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) { } 49 int width() const { return m_width; } 52 void setWidth(int width) { m_width = width; } 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); } 62 m_width += width; 68 m_width = static_cast<int>(static_cast<float>(m_width) * widthScale) 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()) { } 50 LayoutUnit width() const { return m_width; } 53 void setWidth(LayoutUnit width) { m_width = width; } 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); } 63 m_width += width 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 1447 pack<DstFormat, alphaOp>(reinterpret_cast<IntermediateSrcType*>(m_unpackedIntermediateSrcData.get()), dstRowStart, m_width); local [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
|
| /frameworks/base/media/jni/mediaeditor/ |
| VideoEditorThumbnailMain.cpp | 60 unsigned int m_width; member in struct:__anon32013 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/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/ |
| HarfBuzzShaper.h | 77 void setWidth(float width) { m_width = width; } 90 float width() { return m_width; } 107 float m_width; member in class:WebCore::HarfBuzzShaper::HarfBuzzRun
|
| /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/testing/runner/ |
| WebTestThemeControlWin.h | 194 const int m_width; member in class:WebTestRunner::WebTestThemeControlWin
|
| /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
|