Searched refs:pitch (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_omap335x.c359 uint32_t pitch = (width * depth); local
360 uint32_t fb_length = (pitch * width);
369 bzero(framebuffer, (pitch * height));
H A Dpe_realview.c342 uint32_t pitch = (width * depth); local
343 uint32_t fb_length = (pitch * width);
371 bzero(framebuffer, (pitch * height));

Completed in 15 milliseconds