OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drm_rect_width
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_rect.h
57
#define DRM_RECT_ARG(r)
drm_rect_width
(r), drm_rect_height(r), (r)->x1, (r)->y1
71
drm_rect_width
(r) >> 16, ((
drm_rect_width
(r) & 0xffff) * 15625) >> 10, \
161
*
drm_rect_width
- determine the rectangle width
167
static inline int
drm_rect_width
(const struct drm_rect *r)
function in typeref:typename:int
193
return
drm_rect_width
(r) > 0 && drm_rect_height(r) > 0;
Completed in 11 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025