Searched refs:ClipSize (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
H A D | SoftwareRenderer.cpp | 73 void ClipSize(int32 x, int32 y, int32 w, int32 h) in ClipSize() function 92 ClipSize(l, t, r - l, b - t); in ClipRect() 118 dst.ClipSize(x, y, src.width, src.height); in Blit() 119 src.ClipSize(-x, -y, width, height); in Blit()
|
Completed in 2 milliseconds