MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getSize

Method getSize

src/eepp/graphics/rectangledrawable.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32Sizef RectangleDrawable::getSize() {
33 return mSize;
34}
35
36Sizef RectangleDrawable::getPixelsSize() {
37 return mSize;

Callers 2

drawRectangleMethod · 0.45
updateVertexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected