MCPcopy 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
570int Bitmap::bpp() const {
571 return (pixman_image_get_depth(bitmap.get()) + 7) / 8;
572}
573
574int Bitmap::width() const {
575 return pixman_image_get_width(bitmap.get());

Callers 1

GetSubimageMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected