Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_ColorScale.cxx406 Standard_Integer aTitleHeight = 0; in SizeHint() local
409 aTitleHeight = TextHeight (myTitle) + mySpacing; in SizeHint()
414 theHeight = aScaleHeight + aTitleHeight; in SizeHint()
782 …const Standard_Integer aTitleHeight = !myTitle.IsEmpty() ? (myTextHeight + 2 * mySpacing) : mySpac… in drawLabels() local
783 …const Standard_Integer aSpc = myHeight - aTitleHeight - ((Min (aNbLabels, 2) + Abs (aNbLab… in drawLabels()