Home
last modified time | relevance | path

Searched defs:lineRect (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebChromeClient.cpp533 …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/
DGraphicsContextCG.cpp1249 …CGRect lineRect = roundToDevicePixels(FloatRect(x, y, lineLength, adjustedThickness), RoundOriginA… in drawLineForText() local
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp682 IntRect lineRect(trPoint1, trPoint2 - trPoint1); in drawLine() local