MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / write

Method write

source/x11/x11.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29U32 XPixmapFormatValues::write(KMemory* memory, U32 address, U32 depth, U32 bits_per_pixel, U32 scanline_pad) {
30 memory->writed(address, depth);
31 memory->writed(address+4, bits_per_pixel);
32 memory->writed(address+8, scanline_pad);
33 return 12;
34}

Callers 5

gl_common_XChooseVisualFunction · 0.45
createScreenMethod · 0.45
showWindowMethod · 0.45

Calls 1

writedMethod · 0.45

Tested by

no test coverage detected