Lines Matching refs:description
213 const char *description; member
221 .description = "top-left x bottom-right",
228 .description = "top-right x bottom-left",
235 .description = "bottom-left x top-right",
242 .description = "bottom-right x top-left",
249 .description = "right x left",
256 .description = "left x right",
263 .description = "up x bottom",
270 .description = "bottom x up",
277 .description = "touching corner",
284 .description = "touching side",
291 .description = "equal rects",
298 .description = "inside another",
305 .description = "far away",
312 .description = "points intersecting",
319 .description = "points not intersecting",
331 t->description, DRM_RECT_ARG(&t->r1), DRM_RECT_ARG(&t->r2)); in drm_rect_intersect_case_desc()