Searched defs:height (Results 1 - 25 of 675) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebKit-7537.78.2/efl/tests/UnitTestUtils/
H A DEWKTestView.cpp33 bool EWKTestView::init(EwkViewType testViewType, int width, int height) argument
/macosx-10.9.5/groff-38/groff/src/utils/addftinfo/
H A Dguess.cpp25 int &height = metric->height; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DImageData.h46 int height() const { return m_size.height(); } function in class:WebCore::ImageData
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFloatSize.cpp63 FloatSize FloatSize::narrowPrecision(double width, double height) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DBitmapInfo.cpp36 BitmapInfo bitmapInfoForSize(int width, int height, BitmapInfo::BitCount bitCount) argument
/macosx-10.9.5/tcl-102/tk/tk/xlib/
H A Dximage.c38 XCreateBitmapFromData( Display *display, Drawable d, _Xconst char *data, unsigned int width, unsigned int height) argument
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Doc_types.rb36 def height; size.height; end method
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Pong/
H A DModel.rb15 def height() @rect.size.height end method in class:Shape
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Drsz-mini.el
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A DSurface.cpp15 drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, le_int32 x, le_int32 y, le_int32 width, le_int32 height) argument
H A Drsurface.cpp16 rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height) argument
/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DWebKitAccessibleInterfaceImage.cpp63 static void webkitAccessibleImageGetImageSize(AtkImage* image, gint* width, gint* height) argument
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSImageConstructor.cpp61 int height; local
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DClientRect.h50 float height() const { return m_rect.height(); } function in class:WebCore::ClientRect
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DScreen.cpp48 unsigned Screen::height() const function in class:WebCore::Screen
52 long height = static_cast<long>(screenRect(m_frame->view()).height()); local
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DLengthSize.h34 LengthSize(Length width, Length height) argument
48 void setHeight(Length height) { m_height = height; } argument
49 Length height() const { return m_height; } function in struct:WebCore::LengthSize
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DPlatformScreenEfl.cpp93 int height = 600; local
94 ecore_x_screen_size_get(ecore_x_default_screen_get(), &width, &height); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/efl/
H A DCairoUtilitiesEfl.cpp54 int height = cairo_image_surface_get_height(surface); local
93 int height; local
114 Evas_Coord height; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderFrameBase.cpp41 inline bool shouldExpandFrame(LayoutUnit width, LayoutUnit height, bool hasFixedWidth, bool hasFixedHeight) argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGRootInlineBox.h46 void setLogicalHeight(float height) { m_logicalHeight = height; } argument
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DAcceleratedCompositingContextEfl.cpp86 int height = 0; local
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A DSnapshotImageGL.cpp41 PassRefPtr<cairo_surface_t> getImageSurfaceFromFrameBuffer(int x, int y, int width, int height) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/
H A Dtest_ewk2_window_features.cpp56 int x, y, width, height; local
89 int x, y, width, height; local
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/gtk/
H A DWebInspectorClientGtk.cpp77 void WebInspectorClientGtk::didChangeAttachedHeight(WebInspectorProxy* inspector, unsigned height) argument
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dguitest_graphics.py35 def height(self): member in class:SimpleImage

Completed in 180 milliseconds

1234567891011>>