Searched refs:_tx (Results 1 – 6 of 6) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderSVGRoot.cpp | 271 …(const HitTestRequest& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAc… in nodeAtPoint() argument 274 IntSize containerToParentOffset(_tx, _ty); in nodeAtPoint()
|
D | RenderListBox.cpp | 369 bool RenderListBox::isPointInOverflowControl(HitTestResult& result, int _x, int _y, int _tx, int _t… in isPointInOverflowControl() argument 374 IntRect vertRect(_tx + width() - borderRight() - m_vBar->width(), in isPointInOverflowControl()
|
D | InlineFlowBox.cpp | 693 …ect::PaintInfo& paintInfo, const Color& c, const FillLayer* fillLayer, int _tx, int _ty, int w, in… in paintFillLayers() argument 697 paintFillLayers(paintInfo, c, fillLayer->next(), _tx, _ty, w, h, op); in paintFillLayers() 698 paintFillLayer(paintInfo, c, fillLayer, _tx, _ty, w, h, op); in paintFillLayers()
|
D | RenderBlock.cpp | 3289 bool RenderBlock::isPointInOverflowControl(HitTestResult& result, int _x, int _y, int _tx, int _ty) in isPointInOverflowControl() argument 3294 return layer()->hitTestOverflowControls(result, IntPoint(_x - _tx, _y - _ty)); in isPointInOverflowControl() 3297 …(const HitTestRequest& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAc… in nodeAtPoint() argument 3299 int tx = _tx + x(); in nodeAtPoint()
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-05-10 | 5133 (WebCore::RenderWidget::paint): Changed _tx and _ty to be just
|
D | ChangeLog-2007-10-14 | 56373 (WebCore::InlineTextBox::paintDecoration): Ditto. Also renamed _tx and _ty to
|