Searched refs:nChildSecPoint (Results 1 – 1 of 1) sorted by relevance
221 int nChildPrimPoint, nChildSecPoint, nChildPrimSize, nChildSecSize; in allocateArea() local252 nChildSecPoint = secDim( newPoint ) + mnBorderWidth; in allocateArea()262 nChildSecPoint += (nBoxSecSize - nChildSecSize) / 2; in allocateArea()266 area.X = mbHorizontal ? nChildPrimPoint : nChildSecPoint; in allocateArea()267 area.Y = mbHorizontal ? nChildSecPoint : nChildPrimPoint; in allocateArea()
Completed in 14 milliseconds