MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / GetScale

Method GetScale

scintilla/src/XPM.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 int GetHeight() const { return height; }
59 int GetWidth() const { return width; }
60 float GetScale() const { return scale; }
61 float GetScaledHeight() const { return height / scale; }
62 float GetScaledWidth() const { return width / scale; }
63 int CountBytes() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected