MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / scale

Function scale

server/fltk/FL/Fl_Graphics_Driver.H:263–263  ·  view source on GitHub ↗

Current scale factor between FLTK and drawing units: drawing = FLTK * scale() */

Source from the content-addressed store, hash-verified

261 inline void font_descriptor(Fl_Font_Descriptor *d) { font_descriptor_ = d;}
262 /** Current scale factor between FLTK and drawing units: drawing = FLTK * scale() */
263 float scale() { return scale_; }
264 /** Sets the current value of the scaling factor */
265 virtual void scale(float f);
266 /** Return whether the graphics driver can do alpha blending */

Callers 15

floorFunction · 0.70
open_displayMethod · 0.50
base_scaleMethod · 0.50
draw_scaledMethod · 0.50
Fl_RGB_ImageMethod · 0.50
get_mouseMethod · 0.50
updateMethod · 0.50
reloadMethod · 0.50
cache_sizeMethod · 0.50
draw_rgbMethod · 0.50
override_scaleMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected