Searched refs:gfxcpy32 (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/servers/app/drawing/
H A Ddrawing_support.h63 // gfxcpy32
66 gfxcpy32(uint8* dst, const uint8* src, int32 numBytes) function
142 gfxcpy32(buffer, tempBuffer, pixels * 4);
H A DHWInterface.cpp705 gfxcpy32(dst, src, bytes);
H A DDrawingEngine.cpp1564 gfxcpy32(tmpBuffer, src, width * 4);
/haiku-fatelf/src/tests/servers/app/newerClipping/
H A Dmain.cpp228 // gfxcpy32
232 gfxcpy32(uint8* dst, uint8* src, int32 numBytes) function
291 gfxcpy32(buffer, tempBuffer, pixels * 8);

Completed in 101 milliseconds