Searched refs:nChildPrimPoint (Results 1 – 1 of 1) sorted by relevance
221 int nChildPrimPoint, nChildSecPoint, nChildPrimSize, nChildSecSize; in allocateArea() local251 nChildPrimPoint = nStartPoint + child->mnPadding; in allocateArea()260 nChildPrimPoint += (nBoxPrimSize - nChildPrimSize) / 2; in allocateArea()266 area.X = mbHorizontal ? nChildPrimPoint : nChildSecPoint; in allocateArea()267 area.Y = mbHorizontal ? nChildSecPoint : nChildPrimPoint; in allocateArea()
Completed in 9 milliseconds