Searched refs:m_rect (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DAPIGeometry.cpp74 encoder << m_rect.origin.x;
75 encoder << m_rect.origin.y;
76 encoder << m_rect.size.width;
77 encoder << m_rect.size.height;
H A DAPIGeometry.h89 const WKRect& rect() const { return m_rect; }
96 : m_rect(rect)
100 WKRect m_rect; member in class:API::Rect
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DFullscreenVideoController.h47 HUDWidget(const WebCore::IntRect& rect) : m_rect(rect) { }
53 bool hitTest(const WebCore::IntPoint& point) const { return m_rect.contains(point); }
56 WebCore::IntRect m_rect; member in class:HUDWidget
94 float value() const { return static_cast<float>(m_buttonPosition) / (m_rect.width() - m_buttonSize); }
95 void setValue(float value) { m_buttonPosition = static_cast<int>(value * (m_rect.width() - m_buttonSize)); }
H A DFullscreenVideoController.cpp113 m_rect.setWidth(m_buttonImage->width());
114 m_rect.setHeight(m_buttonImage->height());
123 context.drawImage(image, ColorSpaceDeviceRGB, m_rect.location());
138 IntSize radius(m_rect.height() / 2, m_rect.height() / 2);
139 context.fillRoundedRect(FloatRoundedRect(m_rect, radius, radius, radius, radius), Color(sliderGutterColor), ColorSpaceDeviceRGB);
146 context.drawEllipse(IntRect(m_rect.location().x() + m_buttonPosition, m_rect.location().y() - (m_buttonSize - m_rect.height()) / 2, m_buttonSize, m_buttonSize));
153 points[0].setX(m_rect
[all...]
/macosx-10.10.1/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebSelectionRect.h33 CGRect m_rect; variable
H A DWebSelectionRect.m32 @synthesize rect = m_rect;

Completed in 78 milliseconds