Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
574
int Bitmap::width() const {
575
return pixman_image_get_width(bitmap.get());
576
}
577
578
int Bitmap::height() const {
579
return pixman_image_get_height(bitmap.get());
Callers
15
RefreshButtonList
Method · 0.80
CaptureScreen
Method · 0.80
RenderImpl
Method · 0.80
Render
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
UpdateDisplay
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected