Searched refs:bound_h (Results 1 – 2 of 2) sorted by relevance
197 int32_t& width, int32_t& height, int32_t bound_w, int32_t bound_h) in boundToSize() argument209 if ((top + height) > bound_h) { in boundToSize()210 height = bound_h - top; in boundToSize()
60 int32_t& height, int32_t bound_w, int32_t bound_h);