Home
last modified time | relevance | path

Searched refs:g2d_get_scaling (Results 1 – 1 of 1) sorted by relevance

/third_party/libdrm/exynos/
Dexynos_fimg2d.c115 static unsigned int g2d_get_scaling(unsigned int src, unsigned int dst) in g2d_get_scaling() function
700 scale_x = g2d_get_scaling(src_w, dst_w); in g2d_copy_with_scale()
701 scale_y = g2d_get_scaling(src_h, dst_h); in g2d_copy_with_scale()
922 scale_x = g2d_get_scaling(src_w, dst_w); in g2d_scale_and_blend()
923 scale_y = g2d_get_scaling(src_h, dst_h); in g2d_scale_and_blend()