Searched refs:currentBox (Results 1 – 2 of 2) sorted by relevance
296 BoundingBox currentBox = createBox(l, r); in createNode() local299 Vector3f interiorExt = currentBox.getExtent(null); in createNode()321 float split = currentBox.getCenter().get(axis); in createNode()330 BoundingBox rbbox = new BoundingBox(currentBox); in createNode()335 BoundingBox lbbox = new BoundingBox(currentBox); in createNode()343 BoundingBox lbbox = new BoundingBox(currentBox); in createNode()351 BoundingBox rbbox = new BoundingBox(currentBox); in createNode()
126 const RenderBlock* currentBox = containingBlock(); in borderBoxRectInRegion() local127 RenderBoxRegionInfo* currentBoxInfo = currentBox->renderBoxRegionInfo(region); in borderBoxRectInRegion()129 if (currentBox->style()->direction() == LTR) in borderBoxRectInRegion()132 …logicalLeft -= (currentBox->logicalWidth() - currentBoxInfo->logicalWidth()) - currentBoxInfo->log… in borderBoxRectInRegion()133 currentBox = currentBox->containingBlock(); in borderBoxRectInRegion()134 region = currentBox->clampToStartAndEndRegions(region); in borderBoxRectInRegion()135 currentBoxInfo = currentBox->renderBoxRegionInfo(region); in borderBoxRectInRegion()