MCPcopy Create free account
hub / github.com/EasyRPG/Player / width

Method width

src/bitmap.cpp:574–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574int Bitmap::width() const {
575 return pixman_image_get_width(bitmap.get());
576}
577
578int Bitmap::height() const {
579 return pixman_image_get_height(bitmap.get());

Callers 15

RefreshButtonListMethod · 0.80
CaptureScreenMethod · 0.80
RenderImplMethod · 0.80
RenderMethod · 0.80
SetChipsetMethod · 0.80
SetMapDataMethod · 0.80
ToggleZoomMethod · 0.80
UpdateDisplayMethod · 0.80
ProcessFingerEventMethod · 0.80
ToggleZoomMethod · 0.80
UpdateDisplayMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected