Home
last modified time | relevance | path

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

/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/labeling/
H A Dqgsmaptoollabel.cpp418 double labelSizeY = std::sqrt( cp_0.sqrDist( cp_3 ) ); in currentLabelRotationPoint() local
434 ydiff = labelSizeY; in currentLabelRotationPoint()
441 ydiff = labelSizeY * descentRatio; in currentLabelRotationPoint()
445 ydiff = labelSizeY * 0.5 * ( 1 - descentRatio ); in currentLabelRotationPoint()
/dports/graphics/qgis/qgis-3.22.3/src/app/labeling/
H A Dqgsmaptoollabel.cpp485 double labelSizeY = std::sqrt( cp_0.sqrDist( cp_3 ) ); in currentLabelRotationPoint() local
501 ydiff = labelSizeY; in currentLabelRotationPoint()
508 ydiff = labelSizeY * descentRatio; in currentLabelRotationPoint()
512 ydiff = labelSizeY * 0.5 * ( 1 - descentRatio ); in currentLabelRotationPoint()
/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/
H A DvtkXYPlotActor.cxx2144 int titleSizeX[2], titleSizeY[2], labelSizeX[2], labelSizeY[2]; in PlaceAxes() local
2225 textMapper, viewport, size, labelSizeY, 0.015 * labelFactorY * fontFactorY); in PlaceAxes()
2242 (int)(p1[0] + titleSizeY[0] + 2.0 * tickOffsetY + tickLengthY + labelSizeY[0] + this->Border); in PlaceAxes()
2247 pos2[0] = (int)(p2[0] - labelSizeY[0] / 2 - tickOffsetY - this->Border); in PlaceAxes()
2258 this->YTitleDelta = (int)(2 * tickOffsetY + tickLengthY + .75 * labelSizeY[0] + this->Border); in PlaceAxes()
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/
H A DvtkXYPlotActor.cxx2218 int titleSizeX[2], titleSizeY[2], labelSizeX[2], labelSizeY[2]; in PlaceAxes() local
2297 …vtkTextMapper::SetRelativeFontSize( textMapper, viewport, size, labelSizeY, 0.015*labelFactorY*fon… in PlaceAxes()
2313 labelSizeY[0] + this->Border ); in PlaceAxes()
2318 pos2[0] = ( int ) ( p2[0] - labelSizeY[0] / 2 - tickOffsetY - this->Border ); in PlaceAxes()
2329 …this->YTitleDelta = ( int ) ( 2 * tickOffsetY + tickLengthY + .75 * labelSizeY[0] + this->Border ); in PlaceAxes()
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/
H A DvtkXYPlotActor.cxx2233 int titleSizeX[2], titleSizeY[2], labelSizeX[2], labelSizeY[2]; in PlaceAxes() local
2312 …vtkTextMapper::SetRelativeFontSize( textMapper, viewport, size, labelSizeY, 0.015*labelFactorY*fon… in PlaceAxes()
2328 labelSizeY[0] + this->Border ); in PlaceAxes()
2333 pos2[0] = ( int ) ( p2[0] - labelSizeY[0] / 2 - tickOffsetY - this->Border ); in PlaceAxes()
2344 …this->YTitleDelta = ( int ) ( 2 * tickOffsetY + tickLengthY + .75 * labelSizeY[0] + this->Border ); in PlaceAxes()