Home
last modified time | relevance | path

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

/boot/
A Dscene.c1175 int scene_bbox_join(const struct vidconsole_bbox *src, int inset, in scene_bbox_join() argument
1179 dst->x0 = min(dst->x0, src->x0 - inset); in scene_bbox_join()
1180 dst->y0 = min(dst->y0, src->y0); in scene_bbox_join()
1181 dst->x1 = max(dst->x1, src->x1 + inset); in scene_bbox_join()
1182 dst->y1 = max(dst->y1, src->y1); in scene_bbox_join()
1184 dst->x0 = src->x0 - inset; in scene_bbox_join()
1185 dst->y0 = src->y0; in scene_bbox_join()
1186 dst->x1 = src->x1 + inset; in scene_bbox_join()
1187 dst->y1 = src->y1; in scene_bbox_join()
A Dscene_internal.h338 int scene_bbox_join(const struct vidconsole_bbox *src, int inset,

Completed in 9 milliseconds