MCPcopy Index your code
hub / github.com/arduino/Arduino / scale

Method scale

app/src/processing/app/Theme.java:425–427  ·  view source on GitHub ↗
(int size)

Source from the content-addressed store, hash-verified

423 }
424
425 static public int scale(int size) {
426 return size * getScale() / 100;
427 }
428
429 static public Dimension scale(Dimension dim) {
430 return new Dimension(scale(dim.width), scale(dim.height));

Callers 15

initComponentsMethod · 0.95
getFontMethod · 0.95
applyPreferencesMethod · 0.95
handleAboutMethod · 0.95
paintMethod · 0.95
NotificationPopupMethod · 0.80
InstallerJDialogMethod · 0.80
applyPreferencesMethod · 0.80
EditorMethod · 0.80
EditorHeaderClass · 0.80
paintComponentMethod · 0.80
getMinimumSizeMethod · 0.80

Calls 2

getScaleMethod · 0.95
getSizeMethod · 0.45

Tested by

no test coverage detected