Home
last modified time | relevance | path

Searched refs:color_item (Results 1 – 18 of 18) sorted by relevance

/dports/print/gutenprint/gutenprint-5.3.3/src/main/
H A Dcolor.c155 stp_list_item_t *color_item; in stp_get_color_by_colorfuncs() local
160 color_item = stp_list_get_start(color_list); in stp_get_color_by_colorfuncs()
161 while (color_item) in stp_get_color_by_colorfuncs()
163 color = (stp_color_t *) stp_list_item_get_data(color_item); in stp_get_color_by_colorfuncs()
166 color_item = stp_list_item_next(color_item); in stp_get_color_by_colorfuncs()
242 stp_list_item_t *color_item; in stp_color_unregister() local
255 color_item = stp_list_get_start(color_list); in stp_color_unregister()
256 while (color_item) in stp_color_unregister()
258 color_data = (stp_color_t *) stp_list_item_get_data(color_item); in stp_color_unregister()
265 stp_list_item_destroy(color_list, color_item); in stp_color_unregister()
[all …]
/dports/print/gimp-gutenprint/gutenprint-5.3.3/src/main/
H A Dcolor.c155 stp_list_item_t *color_item; in stp_get_color_by_colorfuncs() local
160 color_item = stp_list_get_start(color_list); in stp_get_color_by_colorfuncs()
161 while (color_item) in stp_get_color_by_colorfuncs()
163 color = (stp_color_t *) stp_list_item_get_data(color_item); in stp_get_color_by_colorfuncs()
166 color_item = stp_list_item_next(color_item); in stp_get_color_by_colorfuncs()
242 stp_list_item_t *color_item; in stp_color_unregister() local
255 color_item = stp_list_get_start(color_list); in stp_color_unregister()
256 while (color_item) in stp_color_unregister()
258 color_data = (stp_color_t *) stp_list_item_get_data(color_item); in stp_color_unregister()
265 stp_list_item_destroy(color_list, color_item); in stp_color_unregister()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Mrm/
H A DMrmicon.c1136 citem->color_item.cptr->desc.name); in Urm__RealizeColorTable()
1141 citem->color_item.cptr->desc.name); in Urm__RealizeColorTable()
1159 citem->color_item.cptr->desc.name); in Urm__RealizeColorTable()
1164 citem->color_item.cptr->desc.rgb.red, in Urm__RealizeColorTable()
1188 citem->color_item.cptr->mono_state); in Urm__RealizeColorTable()
1194 switch (citem->color_item.cptr->desc_type) in Urm__RealizeColorTable()
1199 ((citem->color_item.cptr->mono_state == in Urm__RealizeColorTable()
1211 citem->color_item.cptr->desc.name); in Urm__RealizeColorTable()
1216 citem->color_item.cptr->desc.name); in Urm__RealizeColorTable()
1234 citem->color_item.cptr->desc.name); in Urm__RealizeColorTable()
[all …]
H A DMrmwcrw.c3123 swapbytes( citem->color_item.coffs ); in Urm__CW_LoadIconImage()
3128 citem->color_item.cptr = (RGMColorDescPtr) in Urm__CW_LoadIconImage()
3129 ((char *)ctbufptr+citem->color_item.coffs) ; in Urm__CW_LoadIconImage()
3134 ((char *)ctbufptr+citem->color_item.coffs) ; in Urm__CW_LoadIconImage()
3139 ctxlist, &ctype, (long *)(&citem->color_item.cptr), in Urm__CW_LoadIconImage()
H A DMrm.h1055 } color_item ; /* pointer or offset */ member
/dports/math/grace/grace-5.1.25/src/
H A Dstrwin.c503 OptionStructure *color_item; member
522 SetOptionChoice(ui->color_item, boxes[boxno].color); in update_box_edit()
543 SetOptionChoice(ui->color_item, ellip[ellipno].color); in update_ellipse_edit()
650 boxes[boxno].color = GetOptionChoice(ui->color_item); in box_edit_proc()
683 box_ui.color_item = CreateColorChoice(rc, "Color: "); in box_edit_popup()
742 ellip_ui.color_item = CreateColorChoice(rc, "Color: "); in ellipse_edit_popup()
785 OptionStructure *color_item; member
805 SetOptionChoice(ui->color_item, lines[lineno].color); in update_line_edit()
894 line_ui.color_item = CreateColorChoice(rc, "Color: "); in line_edit_popup()
961 OptionStructure *color_item; member
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/printing/
H A Dpwg_raster_converter.cc215 cloud_devices::printer::ColorTicketItem color_item; in GetBitmapSettings() local
216 if (color_item.LoadFrom(ticket) && color_item.IsValid()) in GetBitmapSettings()
217 color_value = color_item.value(); in GetBitmapSettings()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/printing/
H A Dpwg_raster_converter.cc213 cloud_devices::printer::ColorTicketItem color_item; in GetBitmapSettings() local
214 if (color_item.LoadFrom(ticket) && color_item.IsValid()) in GetBitmapSettings()
215 color_value = color_item.value(); in GetBitmapSettings()
/dports/net-mgmt/cacti/cacti-1.2.19/
H A Dcolor_templates_items.php255 $color_item = db_fetch_row_prepared('SELECT *
263 array($color_item['color_id']));
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_colorselector.c85 Elm_Object_Item *color_item; in test_colorselector() local
138 color_item = eina_list_data_get(last_item_list); in test_colorselector()
139 elm_colorselector_palette_item_color_set(color_item, 0, 0, 128, 255); in test_colorselector()
/dports/textproc/sigil/Sigil-1.8.0/src/Dialogs/ReportsWidgets/
H A DImageFilesWidget.cpp152 QStandardItem *color_item = new QStandardItem(); in SetupTable() local
153 color_item->setText(image.allGray() ? "Grayscale" : "Color"); in SetupTable()
154 rowItems << color_item; in SetupTable()
/dports/cad/openroad/OpenROAD-2.0/src/gui/src/
H A DdisplayControls.cpp325 auto color_item = model_->itemFromIndex(index); in displayItemDblClicked() local
326 QVariant tech_layer_data = color_item->data(Qt::UserRole); in displayItemDblClicked()
341 color_item->setIcon(QIcon(swatch)); in displayItemDblClicked()
/dports/x11-toolkits/open-motif/motif-2.3.8/tools/wml/
H A DUil.y1330 : color_item { sar_append_color_item( &$$, &$1, &gz_yynullval ); }
1331 | color_list COMMA color_item { sar_append_color_item( &$$, &$3, &$1 ); }
1334 color_item
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ecmp.c866 proto_item* ecmp_attribute_item = NULL, *color_item;
902color_item = proto_tree_add_uint_format_value(ecmp_attribute_data_tree, hf_ecmp_primary_colour, tv…
905 expert_add_info(pinfo, color_item, &ei_ecmp_color);
911color_item = proto_tree_add_uint_format_value(ecmp_attribute_data_tree, hf_ecmp_secondary_colour, …
914 expert_add_info(pinfo, color_item, &ei_ecmp_color);
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ecmp.c866 proto_item* ecmp_attribute_item = NULL, *color_item; in add_attributes() local
902color_item = proto_tree_add_uint_format_value(ecmp_attribute_data_tree, hf_ecmp_primary_colour, tv… in add_attributes()
905 expert_add_info(pinfo, color_item, &ei_ecmp_color); in add_attributes()
911color_item = proto_tree_add_uint_format_value(ecmp_attribute_data_tree, hf_ecmp_secondary_colour, … in add_attributes()
914 expert_add_info(pinfo, color_item, &ei_ecmp_color); in add_attributes()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ecmp.c866 proto_item* ecmp_attribute_item = NULL, *color_item;
902color_item = proto_tree_add_uint_format_value(ecmp_attribute_data_tree, hf_ecmp_primary_colour, tv…
905 expert_add_info(pinfo, color_item, &ei_ecmp_color);
911color_item = proto_tree_add_uint_format_value(ecmp_attribute_data_tree, hf_ecmp_secondary_colour, …
914 expert_add_info(pinfo, color_item, &ei_ecmp_color);
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ecmp.c866 proto_item* ecmp_attribute_item = NULL, *color_item; in add_attributes() local
902color_item = proto_tree_add_uint_format_value(ecmp_attribute_data_tree, hf_ecmp_primary_colour, tv… in add_attributes()
905 expert_add_info(pinfo, color_item, &ei_ecmp_color); in add_attributes()
911color_item = proto_tree_add_uint_format_value(ecmp_attribute_data_tree, hf_ecmp_secondary_colour, … in add_attributes()
914 expert_add_info(pinfo, color_item, &ei_ecmp_color); in add_attributes()
/dports/x11-toolkits/open-motif/motif-2.3.8/clients/uil/
H A DUilP2Out.c3206 table->item[index].color_item.coffs =