Searched defs:lineRect (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp1249 CGRect lineRect = roundToDevicePixels(FloatRect(x, y, lineLength, adjustedThickness), RoundOriginAndDimensions); local
1250 if (lineRect.size.height < thickness * 2.0) {
1251 x = lineRect.origin.x;
1252 y = lineRect.origin.y;
1253 lineLength = lineRect.size.width;
1254 thickness = lineRect.size.height;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp533 FloatRect WebChromeClient::customHighlightRect(Node*, const AtomicString& type, const FloatRect& lineRect) argument
539 void WebChromeClient::paintCustomHighlight(Node*, const AtomicString& type, const FloatRect& boxRect, const FloatRect& lineRect, argument

Completed in 77 milliseconds