Searched refs:nChildSecSize (Results 1 – 1 of 1) sorted by relevance
221 int nChildPrimPoint, nChildSecPoint, nChildPrimSize, nChildSecSize; in allocateArea() local254 nChildSecSize = nBoxSecSize; in allocateArea()262 nChildSecPoint += (nBoxSecSize - nChildSecSize) / 2; in allocateArea()268 area.Width = mbHorizontal ? nChildPrimSize : nChildSecSize; in allocateArea()269 area.Height = mbHorizontal ? nChildSecSize : nChildPrimSize; in allocateArea()
Completed in 9 milliseconds