Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
578
int Bitmap::height() const {
579
return pixman_image_get_height(bitmap.get());
580
}
581
582
int Bitmap::pitch() const {
583
return pixman_image_get_stride(bitmap.get());
Callers
15
WaverBlit
Method · 0.95
CaptureScreen
Method · 0.80
RenderImpl
Method · 0.80
Render
Method · 0.80
vRender
Method · 0.80
SetChipset
Method · 0.80
SetMapData
Method · 0.80
ToggleZoom
Method · 0.80
UpdateDisplay
Method · 0.80
ProcessMouseMotionEvent
Method · 0.80
ProcessFingerEvent
Method · 0.80
ToggleZoom
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected