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

Method width

source/x11/xdrawable.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 U32 getImage(KThread* thread, S32 x, S32 y, U32 width, U32 height, U32 planeMask, U32 format, U32 redMask, U32 greenMask, U32 blueMask);
41
42 U32 width() { return w; }
43 U32 height() { return h; }
44 U32 getDepth() { return depth; }
45 U32 getBytesPerLine() { return bytes_per_line; }

Callers 11

glResizeWindowMethod · 0.45
glCreateWindowMethod · 0.45
glMakeCurrentMethod · 0.45
glMakeCurrentMethod · 0.45
glSwapBuffersMethod · 0.45
exposeNofityMethod · 0.45
unmapWindowMethod · 0.45
moveResizeMethod · 0.45
configureMethod · 0.45
getWindowFromPointMethod · 0.45
createVulkanSurfaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected