Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ bpp
Method
bpp
src/bitmap.cpp:570–572 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
568
}
569
570
int Bitmap::bpp() const {
571
return (pixman_image_get_depth(bitmap.get()) + 7) / 8;
572
}
573
574
int Bitmap::width() const {
575
return pixman_image_get_width(bitmap.get());
Callers
1
GetSubimage
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected