Searched refs:dheight (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | mask.c | 53 intersect_rectangles(VGint dwidth, VGint dheight, in intersect_rectangles() argument 62 if (ty + theight <= 0 || ty >= dheight) in intersect_rectangles() 85 location[3] = MIN2(ty + sheight, MIN2(dheight, ty + theight)); in intersect_rectangles() 88 offsets[3] = MIN2(theight, MIN2(dheight - ty, sheight)); in intersect_rectangles()
|
D | image.c | 219 VGfloat dwidth, dheight; in image_cleari() local 226 dheight = MIN2(height, img->height); in image_cleari() 230 x, y, dwidth, dheight); in image_cleari()
|