Searched refs:_ty (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderListBox.cpp | 434 …ol RenderListBox::isPointInOverflowControl(HitTestResult& result, int _x, int _y, int _tx, int _ty) in isPointInOverflowControl() argument 440 _ty + borderTop(), in isPointInOverflowControl()
|
D | InlineFlowBox.cpp | 1019 …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()
|
D | RenderBlock.cpp | 3952 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/ |
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
|