Searched refs:nChildPrimSize (Results 1 – 1 of 1) sorted by relevance
221 int nChildPrimPoint, nChildSecPoint, nChildPrimSize, nChildSecSize; in allocateArea() local256 nChildPrimSize = SAL_MAX( 1, nBoxPrimSize - child->mnPadding); in allocateArea()259 nChildPrimSize = primDim( child->maRequisition ); in allocateArea()260 nChildPrimPoint += (nBoxPrimSize - nChildPrimSize) / 2; in allocateArea()268 area.Width = mbHorizontal ? nChildPrimSize : nChildSecSize; in allocateArea()269 area.Height = mbHorizontal ? nChildSecSize : nChildPrimSize; in allocateArea()
Completed in 10 milliseconds