HomeSort by: relevance | last modified time | path
    Searched defs:drm_rect_height (Results 1 - 2 of 2) 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
72 drm_rect_height(r) >> 16, ((drm_rect_height(r) & 0xffff) * 15625) >> 10, \
173 * drm_rect_height - determine the rectangle height
179 static inline int drm_rect_height(const struct drm_rect *r) function in typeref:typename:int
193 return drm_rect_width(r) > 0 && drm_rect_height(r) > 0;
drm_rect.h 57 #define DRM_RECT_ARG(r) drm_rect_width(r), drm_rect_height(r), (r)->x1, (r)->y1
72 drm_rect_height(r) >> 16, ((drm_rect_height(r) & 0xffff) * 15625) >> 10, \
173 * drm_rect_height - determine the rectangle height
179 static inline int drm_rect_height(const struct drm_rect *r) function in typeref:typename:int
193 return drm_rect_width(r) > 0 && drm_rect_height(r) > 0;

Completed in 254 milliseconds