Searched refs:border_size (Results 1 – 1 of 1) sorted by relevance
35 static uint32_t border_size = 2; variable105 … - (_wire_frames [i].width - 2 * border_size) * (_wire_frames [i].height - 2 * border_size); in get_border_coordinates_num()116 for (uint32_t j = 0; j < border_size; j++) { in get_border_coordinates()123 for (uint32_t j = 0; j < border_size; j++) { in get_border_coordinates()126 … coords [index++] = _wire_frames [i].pos_y + _wire_frames [i].height - border_size + j; in get_border_coordinates()130 for (uint32_t j = 0; j < _wire_frames [i].height - 2 * border_size; j++) { in get_border_coordinates()131 for (uint32_t k = 0; k < border_size; k += 2) { in get_border_coordinates()133 coords [index++] = _wire_frames [i].pos_y + border_size + j; in get_border_coordinates()137 for (uint32_t j = 0; j < _wire_frames [i].height - 2 * border_size; j++) { in get_border_coordinates()138 for (uint32_t k = 0; k < border_size; k += 2) { in get_border_coordinates()[all …]