Home
last modified time | relevance | path

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

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gdi/
H A Dsgdi_helper.h149 #define SCALE_TICK_NONE 0x00 macro
163 …ue, double max_Value, int Orientation = SCALE_HORIZONTAL, int Tick = SCALE_TICK_NONE, int Style = …
H A Dsgdi_helper.cpp385 (int)((Tick == SCALE_TICK_NONE ? 0.60 : 0.45) * (double)Height), in Draw_Scale()
410 x[0] = -1; x[1] = (int)((Tick == SCALE_TICK_NONE ? 1.00 : 0.30) * (double)Height); in Draw_Scale()
416 y[0] = -1; y[1] = (int)((Tick == SCALE_TICK_NONE ? 1.00 : 0.30) * (double)Height); in Draw_Scale()
424 if( Tick == SCALE_TICK_NONE || z >= zMin ) in Draw_Scale()