Home
last modified time | relevance | path

Searched refs:_ty (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderListBox.cpp434 …ol RenderListBox::isPointInOverflowControl(HitTestResult& result, int _x, int _y, int _tx, int _ty) in isPointInOverflowControl() argument
440 _ty + borderTop(), in isPointInOverflowControl()
DInlineFlowBox.cpp1019 …tInfo& paintInfo, const Color& c, const FillLayer* fillLayer, int _tx, int _ty, int w, int h, Comp… in paintFillLayers() argument
1023 paintFillLayers(paintInfo, c, fillLayer->next(), _tx, _ty, w, h, op); in paintFillLayers()
1024 paintFillLayer(paintInfo, c, fillLayer, _tx, _ty, w, h, op); in paintFillLayers()
DRenderBlock.cpp3952 bool RenderBlock::isPointInOverflowControl(HitTestResult& result, int _x, int _y, int _tx, int _ty) in isPointInOverflowControl() argument
3957 return layer()->hitTestOverflowControls(result, IntPoint(_x - _tx, _y - _ty)); in isPointInOverflowControl()
3960 …tTestRequest& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAction hitT… in nodeAtPoint() argument
3963 int ty = _ty + y(); in nodeAtPoint()
/external/webkit/Source/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