Searched refs:rpPart (Results 1 – 2 of 2) sorted by relevance
965 const SharedElementContainerPart& rpPart, in CalculatePartSize() argument976 for (iElement=rpPart->begin(); iElement!=rpPart->end(); ++iElement) in CalculatePartSize()1004 const SharedElementContainerPart& rpPart, in LayoutPart() argument1010 if (rpPart->size() > 1) in LayoutPart()1013 nGap = (rBoundingBox.X2 - rBoundingBox.X1 - rPartSize.Width) / (rpPart->size()-1); in LayoutPart()1015 nGap = (rBoundingBox.Y2 - rBoundingBox.Y1 - rPartSize.Height) / (rpPart->size()-1); in LayoutPart()1023 ElementContainerPart::const_iterator iEnd (rpPart->end()); in LayoutPart()1024 for (iElement=rpPart->begin(); iElement!=iEnd; ++iElement) in LayoutPart()
205 const SharedElementContainerPart& rpPart,209 const SharedElementContainerPart& rpPart,
Completed in 24 milliseconds