Searched refs:_tx (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderListBox.cpp434 bool RenderListBox::isPointInOverflowControl(HitTestResult& result, int _x, int _y, int _tx, int _ty) argument
439 IntRect vertRect(_tx + width() - borderRight() - m_vBar->width(),
H A DInlineFlowBox.cpp1019 void InlineFlowBox::paintFillLayers(const PaintInfo& paintInfo, const Color& c, const FillLayer* fillLayer, int _tx, int _ty, int w, int h, CompositeOperator op) argument
1023 paintFillLayers(paintInfo, c, fillLayer->next(), _tx, _ty, w, h, op);
1024 paintFillLayer(paintInfo, c, fillLayer, _tx, _ty, w, h, op);
1219 // We need to adjust _tx and _ty by the width of all previous lines.
H A DRenderBlock.cpp3952 bool RenderBlock::isPointInOverflowControl(HitTestResult& result, int _x, int _y, int _tx, int _ty) argument
3957 return layer()->hitTestOverflowControls(result, IntPoint(_x - _tx, _y - _ty));
3960 bool RenderBlock::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAction hitTestAction) argument
3962 int tx = _tx + x();

Completed in 131 milliseconds