Home
last modified time | relevance | path

Searched refs:_tx (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderSVGRoot.cpp271 …(const HitTestRequest& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAc… in nodeAtPoint() argument
274 IntSize containerToParentOffset(_tx, _ty); in nodeAtPoint()
DRenderListBox.cpp369 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()
DInlineFlowBox.cpp693 …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()
DRenderBlock.cpp3289 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/
DChangeLog-2006-05-105133 (WebCore::RenderWidget::paint): Changed _tx and _ty to be just
DChangeLog-2007-10-1456373 (WebCore::InlineTextBox::paintDecoration): Ditto. Also renamed _tx and _ty to