Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_MarkerImage.cxx97 Standard_Integer aWidth2 = 0, aHeight2 = 0; in mergeImages() local
100 aWidth2 = (Standard_Integer )theImage2->Width(); in mergeImages()
104 const Standard_Integer aMaxWidth = Max (aWidth1, aWidth2); in mergeImages()
126 const Standard_Integer aXOffset2 = Abs (aWidth2 - aMaxWidth) / 2; in mergeImages()
132 for (Standard_Integer aX = 0; aX < aWidth2; aX++) in mergeImages()