HomeSort by relevance Sort by last modified time
    Searched refs:lineRect (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebKit/mac/WebView/
WebHTMLViewPrivate.h 41 - (NSRect)highlightRectForLine:(NSRect)lineRect representedNode:(DOMNode *)node;
42 - (void)paintHighlightForBox:(NSRect)boxRect onLine:(NSRect)lineRect behindText:(BOOL)text entireLine:(BOOL)line representedNode:(DOMNode *)node;
45 - (NSRect)highlightRectForLine:(NSRect)lineRect;
46 - (void)paintHighlightForBox:(NSRect)boxRect onLine:(NSRect)lineRect behindText:(BOOL)text entireLine:(BOOL)line;
  /external/webkit/WebCore/page/
ChromeClient.h 175 virtual FloatRect customHighlightRect(Node*, const AtomicString& type, const FloatRect& lineRect);
176 virtual void paintCustomHighlight(Node*, const AtomicString& type, const FloatRect& boxRect, const FloatRect& lineRect,
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.h 127 const WebCore::FloatRect& lineRect);
129 const WebCore::FloatRect& boxRect, const WebCore::FloatRect& lineRect,
WebChromeClient.mm 582 FloatRect WebChromeClient::customHighlightRect(Node* node, const AtomicString& type, const FloatRect& lineRect)
593 return [highlighter highlightRectForLine:lineRect representedNode:kit(node)];
594 return [highlighter highlightRectForLine:lineRect];
601 void WebChromeClient::paintCustomHighlight(Node* node, const AtomicString& type, const FloatRect& boxRect, const FloatRect& lineRect,
613 [highlighter paintHighlightForBox:boxRect onLine:lineRect behindText:behindText entireLine:entireLine representedNode:kit(node)];
615 [highlighter paintHighlightForBox:boxRect onLine:lineRect behindText:behindText entireLine:entireLine];
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 695 IntRect lineRect(trPoint1, trPoint2 - trPoint1);
696 lineRect.setHeight(lineRect.height() + strokeThickness());
697 TransparentLayerDC transparentDC(m_data, lineRect, 0, strokeColor().alpha());
    [all...]

Completed in 119 milliseconds