Home
last modified time | relevance | path

Searched refs:box1 (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DBundleGroupCreationDialog.java31 Box box1 = new Box(BoxLayout.X_AXIS); field in BundleGroupCreationDialog
90 box1.add(nameLabel); box1.add(nameField); in initComponents()
126 mainBox.add(box1); in initComponents()
H A DBundleGroupEditDialog.java31 Box box1 = new Box(BoxLayout.X_AXIS); field in BundleGroupEditDialog
94 box1.add(nameLabel); box1.add(nameField); in initComponents()
128 mainBox.add(box1); in initComponents()
H A DBundleItemDialog.java36 Box box1 = new Box(BoxLayout.X_AXIS); field in BundleItemDialog
190 box1.add(keyLabel); box1.add(keyField); in initComponents()
212 mainBox.add(box1); in initComponents()
H A DBundleItemCreationDialog.java35 Box box1 = new Box(BoxLayout.X_AXIS); field in BundleItemCreationDialog
274 box1.add(groupLabel); box1.add(groupComboBox); in initComponents()
373 mainBox.add(box1); in initComponents()
/third_party/lame/frontend/
H A Dgtkanal.c1440 GtkWidget *box1; /* frame control buttons go */ in gtkcontrol() local
1494 box1 = gtk_hbox_new(FALSE, 0); in gtkcontrol()
1502 gtk_box_pack_end(GTK_BOX(mbox), box1, FALSE, TRUE, 0); in gtkcontrol() local
1548 /* stuff in box1 buttons along bottom */ in gtkcontrol()
1552 gtk_box_pack_start(GTK_BOX(box1), button, TRUE, TRUE, 0); in gtkcontrol()
1557 gtk_box_pack_start(GTK_BOX(box1), button, TRUE, TRUE, 0); in gtkcontrol()
1562 gtk_box_pack_start(GTK_BOX(box1), button, TRUE, TRUE, 0); in gtkcontrol()
1567 gtk_box_pack_start(GTK_BOX(box1), button, TRUE, TRUE, 0); in gtkcontrol()
1573 gtk_box_pack_start(GTK_BOX(box1), button, TRUE, TRUE, 0); in gtkcontrol()
1578 gtk_box_pack_start(GTK_BOX(box1), butto in gtkcontrol()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_palettegen.c134 const struct range_box *box1 = a; in cmp_color() local
136 return FFDIFFSIGN(box1->color , box2->color); in cmp_color()
H A Dvf_paletteuse.c715 struct color_rect box1, box2; in colormap_insert() local
735 box1 = box2 = *box; in colormap_insert()
736 box1.max[component] = node->val[component]; in colormap_insert()
739 node_left_id = colormap_insert(map, color_used, nb_used, s, &box1); in colormap_insert()
H A Dvf_fieldmatch.c325 const int box1 = (x / blockx) * 4; \ in calc_combed_score()
327 c_array[temp1 + box1 ] += v; \ in calc_combed_score()
329 c_array[temp2 + box1 + 2] += v; \ in calc_combed_score()

Completed in 10 milliseconds