Home
last modified time | relevance | path

Searched refs:nChildSecPoint (Results 1 – 1 of 1) sorted by relevance

/trunk/main/toolkit/source/layout/core/
H A Dbox.cxx221 int nChildPrimPoint, nChildSecPoint, nChildPrimSize, nChildSecSize; in allocateArea() local
252 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 13 milliseconds