Searched refs:absBounds (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerCompositor.cpp | 711 IntRect absBounds; local 714 …absBounds = layer->renderer()->localToAbsoluteQuad(FloatRect(layer->localBoundingBox())).enclosing… 716 if (absBounds.isEmpty()) 717 absBounds.setSize(IntSize(1, 1)); 721 …mpositingState.m_subtreeIsCompositing || !compositingState.m_compositingBounds.contains(absBounds)) 722 mustOverlapCompositedLayers = overlapsCompositedLayers(*overlapMap, absBounds); 732 childState.m_compositingBounds = absBounds; 760 childState.m_compositingBounds = absBounds; 762 addToOverlapMap(*overlapMap, layer, absBounds, haveComputedBounds); 804 addToOverlapMap(*overlapMap, layer, absBounds, haveComputedBounds); [all …]
|
D | RenderMenuList.cpp | 298 IntRect absBounds = absoluteBoundingBoxRect(); in showPopup() local 299 absBounds.setLocation(roundedIntPoint(absTopLeft)); in showPopup() 300 m_popup->show(absBounds, document()->view(), in showPopup()
|
D | RenderLayer.cpp | 2047 … IntRect absBounds(borderBox.x() + tx, borderBox.y() + ty, borderBox.width(), borderBox.height()); in scrollTo() local 2049 m_vBar->setFrameRect(IntRect(absBounds.maxX() - box->borderRight() - m_vBar->width(), in scrollTo() 2050 absBounds.y() + box->borderTop(), in scrollTo() 2052 … absBounds.height() - (box->borderTop() + box->borderBottom()) - scrollCorner.height())); in scrollTo() 2055 m_hBar->setFrameRect(IntRect(absBounds.x() + box->borderLeft(), in scrollTo() 2056 absBounds.maxY() - box->borderBottom() - m_hBar->height(), in scrollTo() 2057 … absBounds.width() - (box->borderLeft() + box->borderRight()) - scrollCorner.width(), in scrollTo()
|