Home | History | Annotate | Download | only in focus

Lines Matching refs:label_height

303   int label_height = 15;
311 label->SetBounds(label_x, y, label_width, label_height);
317 text_field_width, label_height);
319 y += label_height + gap_between_labels;
324 label->SetBounds(label_x, y, label_width, label_height);
330 text_field_width, label_height);
332 y += label_height + gap_between_labels;
337 label->SetBounds(label_x, y, label_width, label_height);
343 text_field_width, label_height);
345 y += label_height + gap_between_labels;
350 label->SetBounds(label_x, y, label_width, label_height);
356 text_field_width, label_height);
358 y += label_height + gap_between_labels;