Home
last modified time | relevance | path

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

/dports/graphics/gauche-gl/Gauche-gl-0.6/examples/slbook/ogl2brick/
H A Dogl2brick.scm77 (define-constant SCALE_INCREMENT 0.5) unknown
159 (inc! *fscale* SCALE_INCREMENT))
161 (dec! *fscale* SCALE_INCREMENT))
/dports/graphics/gauche-gl/Gauche-gl-0.6/examples/slbook/ogl2particle/
H A Dogl2particle.scm82 (define-constant SCALE_INCREMENT 0.5) unknown
164 (inc! *fscale* SCALE_INCREMENT))
166 (dec! *fscale* SCALE_INCREMENT))
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/
H A DBrowserPart.java73 private static final int SCALE_INCREMENT = 10; field in BrowserPart
299 doMagnify(SCALE_INCREMENT); in addMenuActions()
313 doMagnify(-SCALE_INCREMENT); in addMenuActions()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/dialogs/
H A Dpanel_preview_3d_model.h53 #define SCALE_INCREMENT 0.1 macro
H A Dpanel_preview_3d_model.cpp361 curr_value += ( SCALE_INCREMENT * aSign ); in doIncrementScale()
419 double step = SCALE_INCREMENT; in onMouseWheelScale()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/
H A DBrowserIntroPartImplementation.java119 FontSelection.setScalePercentage(scalePercent + SCALE_INCREMENT);
124 private static final int SCALE_INCREMENT = 20;