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

  /src/sys/external/bsd/drm2/dist/drm/
drm_rect.c 140 static int drm_calc_scale(int src, int dst) function in typeref:typename:int
181 int hscale = drm_calc_scale(src_w, dst_w);
216 int vscale = drm_calc_scale(src_h, dst_h);

Completed in 11 milliseconds