Searched refs:label_coords (Results 1 – 6 of 6) sorted by relevance
/dports/games/gnugo/gnugo-3.8/patterns/ |
H A D | mkpat.c | 622 label_coords[i][0] = -1; in reset_pattern() 1001 && label_coords[(int)*p][0] == -1) { in read_constraint_diagram_line() 1004 label_coords[(int)*p][0] = current_c_i; in read_constraint_diagram_line() 1005 label_coords[(int)*p][1] = j; in read_constraint_diagram_line() 1062 if (label_coords[label][0] == -1) { in convert_attribute_labels_to_offsets() 1070 TRANSFORM2(label_coords[label][0] - ci - movei, in convert_attribute_labels_to_offsets() 1071 label_coords[label][1] - cj - movej, &x, &y, in convert_attribute_labels_to_offsets() 1674 if (label_coords[c][0] != -1) in finish_constraint_and_action() 1695 if (label_coords[c][0] != -1) { in finish_constraint_and_action() 1699 TRANSFORM2(label_coords[c][0] - ci - movei, in finish_constraint_and_action() [all …]
|
/dports/deskutils/wmpinboard/wmpinboard-1.0.orig/src/ |
H A D | wmpinboard.c | 66 int label_coords[4] = { 12, 0, 39, 9 }; /* default "TO DO" label coords */ variable 367 memcpy(&label_coords, &coords, sizeof(coords)); in load_theme() 1423 event->xbutton.x >= 6+label_coords[0] && in handle_ButtonPress() 1424 event->xbutton.x <= 6+label_coords[2] && in handle_ButtonPress() 1425 event->xbutton.y >= 2+label_coords[1] && in handle_ButtonPress() 1426 event->xbutton.y <= 2+label_coords[3] && in handle_ButtonPress() 1506 event->xbutton.x >= 6+label_coords[0] && in handle_ButtonRelease() 1507 event->xbutton.x <= 6+label_coords[2] && in handle_ButtonRelease() 1508 event->xbutton.y >= 2+label_coords[1] && in handle_ButtonRelease() 1509 event->xbutton.y <= 2+label_coords[3] && in handle_ButtonRelease()
|
/dports/graphics/tesseract/tesseract-5.0.0/src/lstm/ |
H A D | lstmrecognizer.cpp | 410 const std::vector<int> &label_coords, const char *window_name, in DisplayForward() argument 415 DisplayLSTMOutput(labels, label_coords, line_height, *window); in DisplayForward()
|
H A D | lstmrecognizer.h | 276 const std::vector<int> &label_coords, const char *window_name,
|
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/electronic_structure/ |
H A D | plotter.py | 4031 label_coords = structure.lattice.reciprocal_lattice.get_cartesian_coords(coords) 4033 *label_coords, 4039 *label_coords, 4068 label_coords = structure.lattice.reciprocal_lattice.get_cartesian_coords(coords) 4070 *label_coords, 4076 *label_coords,
|
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolDraw2D/ |
H A D | MolDraw2D.h | 762 const Point2D &label_coords) const;
|