Searched refs:bottom_val (Results 1 – 1 of 1) sorted by relevance
318 void Set(int top_val, int left_val, int bottom_val, int right_val) { in Set() argument319 top = top_val, left = left_val, bottom = bottom_val, right = right_val; in Set()