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

Method height

src/bitmap.cpp:578–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576}
577
578int Bitmap::height() const {
579 return pixman_image_get_height(bitmap.get());
580}
581
582int Bitmap::pitch() const {
583 return pixman_image_get_stride(bitmap.get());

Callers 15

WaverBlitMethod · 0.95
CaptureScreenMethod · 0.80
RenderImplMethod · 0.80
RenderMethod · 0.80
vRenderMethod · 0.80
SetChipsetMethod · 0.80
SetMapDataMethod · 0.80
ToggleZoomMethod · 0.80
UpdateDisplayMethod · 0.80
ProcessFingerEventMethod · 0.80
ToggleZoomMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected