Searched refs:rc1 (Results 1 – 1 of 1) sorted by relevance
191 gboolean mix_rect_equal(MixRect rc1, MixRect rc2) { in mix_rect_equal() argument193 if (rc1.x == rc2.x && rc1.y == rc2.y && rc1.width == rc2.width in mix_rect_equal()194 && rc1.height == rc2.height) { in mix_rect_equal()