OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itemRect
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp
99
IntRect
itemRect
(0, y, backingStoreWidth, data.m_itemHeight);
103
notSelectedBackingStoreContext->fillRect(
itemRect
, optionBackgroundColor, ColorSpaceDeviceRGB);
104
selectedBackingStoreContext->fillRect(
itemRect
, activeOptionBackgroundColor, ColorSpaceDeviceRGB);
108
IntRect separatorRect(
itemRect
.x() + separatorPadding,
itemRect
.y() + (
itemRect
.height() - separatorHeight) / 2,
itemRect
.width() - 2 * separatorPadding, separatorHeight);
136
textX += itemStyle.textIndent().calcMinValue(
itemRect
.width());
137
int textY =
itemRect
.y() + itemFont.fontMetrics().ascent() + (
itemRect
.height() - itemFont.fontMetrics().height()) / 2
[
all
...]
/external/webkit/Tools/QtTestBrowser/
webview.cpp
116
QRectF
itemRect
(graphicsWebView()->geometry().topLeft(), graphicsWebView()->page()->mainFrame()->contentsSize());
117
graphicsWebView()->setGeometry(
itemRect
);
118
scene()->setSceneRect(
itemRect
);
/external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp
617
//
itemRect
is in client coordinates
618
IntRect
itemRect
(0, (index - m_scrollOffset) * m_itemHeight, damageRect.width(), m_itemHeight);
622
context.fillRect(
itemRect
, optionBackgroundColor, ColorSpaceDeviceRGB);
625
IntRect separatorRect(
itemRect
.x() + separatorPadding,
itemRect
.y() + (
itemRect
.height() - separatorHeight) / 2,
itemRect
.width() - 2 * separatorPadding, separatorHeight);
650
textX += itemStyle.textIndent().calcMinValue(
itemRect
.width());
651
int textY =
itemRect
.y() + itemFont.fontMetrics().ascent() + (
itemRect
.height() - itemFont.fontMetrics().height()) / 2
[
all
...]
/external/webkit/Source/WebCore/rendering/
RenderListBox.cpp
428
IntRect
itemRect
= itemBoundingBoxRect(tx, ty, listIndex);
429
itemRect
.intersect(controlClipRect(tx, ty));
430
paintInfo.context->fillRect(
itemRect
, backColor, colorSpace);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
Completed in 818 milliseconds