MCPcopy Create free account
hub / github.com/Bananymous/banan-os / sync_pixels_full

Method sync_pixels_full

kernel/kernel/Device/FramebufferDevice.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 switch (request)
199 {
200 case FB_MSYNC_RECTANGLE:
201 {
202 auto& rectangle = *static_cast<fb_msync_region*>(arg);
203 sync_pixels_rectangle(
204 rectangle.min_x,
205 rectangle.min_y,
206 rectangle.max_x - rectangle.min_x,

Callers 3

scrollMethod · 0.80
clearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected