Searched refs:objectBoundingBoxValid (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGRenderSupport.cpp | 114 …void updateObjectBoundingBox(FloatRect& objectBoundingBox, bool& objectBoundingBoxValid, RenderObj… in updateObjectBoundingBox() argument 120 if (!objectBoundingBoxValid) { in updateObjectBoundingBox() 122 objectBoundingBoxValid = true; in updateObjectBoundingBox() 129 …nst RenderObject* container, FloatRect& objectBoundingBox, bool& objectBoundingBoxValid, FloatRect… in computeContainerBoundingBoxes() argument 132 objectBoundingBoxValid = false; in computeContainerBoundingBoxes() 144 …updateObjectBoundingBox(objectBoundingBox, objectBoundingBoxValid, current, current->objectBoundin… in computeContainerBoundingBoxes() 147 …updateObjectBoundingBox(objectBoundingBox, objectBoundingBoxValid, current, transform.mapRect(curr… in computeContainerBoundingBoxes()
|
D | SVGRenderSupport.h | 64 …nst RenderObject* container, FloatRect& objectBoundingBox, bool& objectBoundingBoxValid, FloatRect…
|