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

Method pitch

src/bitmap.cpp:582–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582int Bitmap::pitch() const {
583 return pixman_image_get_stride(bitmap.get());
584}
585
586namespace {
587 PixmanImagePtr CreateMask(Opacity const& opacity, Rect const& src_rect, Transform const* pxform = nullptr) {

Callers 6

GetSubimageMethod · 0.80
vRenderMethod · 0.80
SdlUiMethod · 0.80
UpdateDisplayMethod · 0.80
UpdateDisplayMethod · 0.80
UpdateDisplayMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected