Searched refs:bound_h (Results 1 – 2 of 2) sorted by relevance
293 int32_t& width, int32_t& height, int32_t bound_w, int32_t bound_h) in boundToSize() argument304 if (top >= bound_h) { in boundToSize()305 top = bound_h - 1; in boundToSize()311 if ((top + height) > bound_h) { in boundToSize()312 height = bound_h - top; in boundToSize()
66 int32_t& height, int32_t bound_w, int32_t bound_h);