Searched defs:textRect (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Tools/QtTestBrowser/ |
D | locationedit.cpp | 86 QRect textRect = style()->subElementRect(QStyle::SE_LineEditContents, &styleOption, this); in updateInternalGeometry() local
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | FindIndicator.cpp | 148 FloatRect textRect = m_textRectsInSelectionRectCoordinates[i]; in draw() local
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | FontCGWin.cpp | 163 IntRect textRect; in drawGDIGlyphs() local
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineTextBox.cpp | 362 …hicsContext(GraphicsContext* context, const ShadowData* shadow, const FloatRect& textRect, bool st… in applyShadowToGraphicsContext() 870 FloatRect textRect(tx + x(), rootRect.y(), logicalWidth(), rootRect.height()); in paintCustomHighlight() local
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGInlineTextBox.cpp | 693 FloatRect textRect; in calculateBoundaries() local
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 1898 …FloatRect textRect = FloatRect(location.x() - fontMetrics.height() / 2, location.y() - fontMetrics… in drawTextInternal() local
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 1548 … FloatRect textRect = font.selectionRectForText(run, point, font.fontMetrics().height(), from, to); in drawText() local
|