Searched defs:FloatSize (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DFloatSizeBlackBerry.cpp26 FloatSize::FloatSize(const BlackBerry::Platform::FloatSize& size) function in class:WebCore::FloatSize
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DFloatSizeCG.cpp36 FloatSize::FloatSize(const CGSize& s) : m_width(s.width), m_height(s.height) function in class:WebCore::FloatSize
H A DGraphicsContextPlatformPrivateCG.h61 void scale(const FloatSize&) {} argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DFloatSizeQt.cpp28 FloatSize::FloatSize(const QSizeF& size) function in class:WebCore::FloatSize
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFloatSize.cpp40 FloatSize::FloatSize(const IntSize& size) : m_width(size.width()), m_height(size.height()) function in class:WebCore::FloatSize
44 FloatSize::FloatSize(const LayoutSize& size) : m_width(size.width()), m_height(size.height()) function in class:WebCore::FloatSize
[all...]
H A DFloatSize.h65 class FloatSize { class in namespace:WebCore
67 FloatSize() : m_width(0), m_height(0) { } function in class:WebCore::FloatSize
68 FloatSize(float width, float height) : m_width(width), m_height(height) { } function in class:WebCore::FloatSize
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DGraphicsContextPlatformPrivateCairo.h88 void scale(const FloatSize&) {} argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1441 setPlatformShadow(const FloatSize&, float, const Color&, ColorSpace) argument
[all...]

Completed in 96 milliseconds