Lines Matching refs:height
26 { .width = 1, .height = 1, .size = 2 },
38 { .width = 1, .height = 1, .size = 2 },
50 { .width = 1, .height = 1, .size = 2 },
62 { .width = 1, .height = 1, .size = 4 },
165 y_center = dst->y_offset + dst->height / 2; in mxr_graph_fix_geometry()
169 dst->height = round_down(dst->height, 2); in mxr_graph_fix_geometry()
172 dst->height = round_up(dst->height, 2); in mxr_graph_fix_geometry()
176 dst->height = min(dst->height, dst->full_height); in mxr_graph_fix_geometry()
180 dst->height = min(dst->height, 2 * src->full_height); in mxr_graph_fix_geometry()
185 dst->y_offset = do_center(y_center, dst->height, in mxr_graph_fix_geometry()
193 y_center = src->y_offset + src->height / 2; in mxr_graph_fix_geometry()
206 if (src->full_height < dst->height) in mxr_graph_fix_geometry()
207 src->height = dst->height / 2; in mxr_graph_fix_geometry()
209 src->height = closest(src->height, dst->height / 2, in mxr_graph_fix_geometry()
210 dst->height, flags); in mxr_graph_fix_geometry()
212 if (src->height == dst->height) in mxr_graph_fix_geometry()
220 src->y_offset = do_center(y_center, src->height, in mxr_graph_fix_geometry()
228 src->height + src->y_offset, 2047); in mxr_graph_fix_geometry()