Searched refs:width (Results 276 - 300 of 2946) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DAllVideoCapabilities.idl33 readonly attribute CapabilityRange width;
H A DMediaSourceStates.h44 unsigned long width() const { return m_sourceStates.width(); } function in class:WebCore::MediaSourceStates
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSMediaSourceStatesCustom.cpp38 JSValue JSMediaSourceStates::width(ExecState*) const function in class:WebCore::JSMediaSourceStates
43 return jsNumber(impl().width());
/macosx-10.10/WebCore-7600.1.25/dom/
H A DClientRect.h49 float width() const { return m_rect.width(); } function in class:WebCore::ClientRect
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLCanvasElement.idl31 attribute long width;
H A DImageData.h49 int width() const { return m_size.width(); } function in class:WebCore::ImageData
H A DImageData.idl40 readonly attribute long width;
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLRenderbuffer.h49 void setSize(GC3Dsizei width, GC3Dsizei height) argument
51 m_width = width;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatSizeHash.h36 static unsigned hash(const WebCore::FloatSize& key) { return pairIntHash(DefaultHash<float>::Hash::hash(key.width()), DefaultHash<float>::Hash::hash(key.height())); }
49 static bool isDeletedValue(const WebCore::FloatSize& value) { return value.width() == -1 && value.height() == -1; }
H A DIntSizeHash.h30 static unsigned hash(const WebCore::IntSize& key) { return pairIntHash(key.width(), key.height()); }
40 static bool isDeletedValue(const WebCore::IntSize& value) { return value.width() == -1 && value.height() == -1; }
/macosx-10.10/WebCore-7600.1.25/platform/graphics/efl/
H A DEvasGLSurface.h45 if (size.width() && size.height())
46 surface = evas_gl_surface_create(evasGL, cfg, size.width(), size.height());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gpu/
H A DTexture.h50 static PassRefPtr<Texture> create(GraphicsContext3D*, Format, int width, int height);
57 Texture(GraphicsContext3D*, PassOwnPtr<Vector<unsigned int>> tileTextureIds, Format format, int width, int height, int maxTextureSize);
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DGtkPluginWidget.cpp67 GtkAllocation allocation = { loc.x(), loc.y(), rect.width(), rect.height() };
69 gtk_widget_set_size_request(platformWidget(), rect.width(), rect.height());
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderImageResourceStyleImage.cpp63 PassRefPtr<Image> RenderImageResourceStyleImage::image(int width, int height) const argument
68 return m_styleImage->image(m_renderer, IntSize(width, height));
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGTextLayoutEngineBaseline.cpp208 xOrientationShift = (ascentMinusDescent - metrics.width()) / 2;
211 xOrientationShift = (ascentMinusDescent + metrics.width()) / 2;
213 yOrientationShift = metrics.width();
219 return metrics.width();
226 yOrientationShift = -metrics.width();
228 xOrientationShift = metrics.width();
231 xOrientationShift = metrics.width();
237 return metrics.width();
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGMaskElement.idl32 readonly attribute SVGAnimatedLength width;
H A DSVGPatternElement.idl32 readonly attribute SVGAnimatedLength width;
H A DSVGUseElement.idl29 readonly attribute SVGAnimatedLength width;
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DColorWheel.css34 width: 5px;
H A DDividerNavigationItem.css27 width: 1px;
H A DGoToLineDialog.css30 width: calc(100% - 40px);
31 max-width: 452px;
42 width: 100%;
71 width: 18px;
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebNSPrintOperationExtras.m43 return [printInfo paperSize].width - [printInfo leftMargin] - [printInfo rightMargin];
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebKitGraphics.h70 unsigned CenterTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float width, WCHAR* buffer);
71 unsigned RightTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float width, WCHAR* buffer);
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DPrintInfoMac.mm35 , availablePaperWidth([printInfo paperSize].width - [printInfo leftMargin] - [printInfo rightMargin])
/macosx-10.10/architecture-266/i386/
H A Dreg_help.h47 #define MKMASK(width, offset) (((unsigned)-1)>>(32-(width))<<(offset))

Completed in 209 milliseconds

<<11121314151617181920>>