Searched defs:NE (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontCreato.c1555 #define NE(field) newfc->creator.field != oldfc->creator.field macro
1557 if (NE(fsb)) newfc->creator.fsb = oldfc->creator.fsb;
1577 if (NE(sizes)) CreateSizeMenu(newfc, TRUE);
1578 #undef NE macro
H A DFontSample.c1731 #define NE(field) news->sampler.field != olds->sampler.field macro
1733 if (NE(field)) news->sampler.field = olds->sampler.field;
1776 if (NE(sizes)) CreateSizeMenu(news, True);
1779 #undef NE macro
H A DColorSB.c3132 #define NE(field) newcsb->csb.field != oldcsb->csb.field macro
3134 if (NE(rgb_labels)) {
3138 if (NE(cmyk_labels)) {
3142 if (NE(hsb_labels)) {
3146 if (NE(gray_labels)) {
3151 if (NE(context)) {
3176 if (NE(fill_me)) {
3181 if (NE(broken_palette_label)) {
3187 if (NE(broken_palette_message)) {
3194 if (NE(num_cell
3262 #undef NE macro
[all...]
H A DDPSScrollW.c2713 #define NE(field) newdsw->sw.field != olddsw->sw.field macro
2715 if (NE(field)) newdsw->sw.field = olddsw->sw.field;
2725 if (NE(context)) {
2746 if (NE(watch_progress)) {
2752 if (NE(application_scrolling) && !newdsw->sw.application_scrolling) {
2767 if (NE(pixmap_limit) || NE(absolute_pixmap_limit)) CheckPixmapSize(newdsw);
2769 if (NE(area_width) || NE(area_height) || NE(scal
[all...]
H A DFontSB.c3765 #define NE(field) newfsb->fsb.field != oldfsb->fsb.field macro
3767 if (NE(field)) newfsb->fsb.field = oldfsb->fsb.field;
3818 if (NE(preview_string)) {
3824 if (NE(default_resource_path)) {
3831 if (NE(resource_path_override)) {
3840 if (NE(context)) {
3866 if (NE(sizes)) {
3871 if (NE(show_sampler)) {
3876 if (NE(show_sampler_button)) {
3882 if (NE(font_siz
3908 #undef NE macro
[all...]

Completed in 2371 milliseconds