Searched defs:lineRect (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebChromeClient.cpp | 533 …ct WebChromeClient::customHighlightRect(Node*, const AtomicString& type, const FloatRect& lineRect) in customHighlightRect() 539 …stomHighlight(Node*, const AtomicString& type, const FloatRect& boxRect, const FloatRect& lineRect, in paintCustomHighlight()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 1249 …CGRect lineRect = roundToDevicePixels(FloatRect(x, y, lineLength, adjustedThickness), RoundOriginA… in drawLineForText() local
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 682 IntRect lineRect(trPoint1, trPoint2 - trPoint1); in drawLine() local
|