HomeSort by: relevance | last modified time | path
    Searched defs:clip_scaled (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_rect.c 61 static u32 clip_scaled(int src, int dst, int *clip) function in typeref:typename:u32
105 u32 new_src_w = clip_scaled(drm_rect_width(src),
113 u32 new_src_h = clip_scaled(drm_rect_height(src),
121 u32 new_src_w = clip_scaled(drm_rect_width(src),
129 u32 new_src_h = clip_scaled(drm_rect_height(src),
drm_rect.c 61 static u32 clip_scaled(int src, int dst, int *clip) function in typeref:typename:u32
105 u32 new_src_w = clip_scaled(drm_rect_width(src),
113 u32 new_src_h = clip_scaled(drm_rect_height(src),
121 u32 new_src_w = clip_scaled(drm_rect_width(src),
129 u32 new_src_h = clip_scaled(drm_rect_height(src),

Completed in 21 milliseconds