Home
last modified time | relevance | path

Searched refs:BOTTOM_SILK_LAYER (Results 1 – 8 of 8) sorted by relevance

/dports/cad/pcb/pcb-4.2.0/src/
H A Ddata.h53 #define bottom_silk_layer (max_copper_layer + BOTTOM_SILK_LAYER)
H A Dconst.h88 #define BOTTOM_SILK_LAYER 0 macro
H A Dmacro.h361 layer += max_copper_layer + BOTTOM_SILK_LAYER; \
369 layer += max_copper_layer + BOTTOM_SILK_LAYER; \
377 layer += max_copper_layer + BOTTOM_SILK_LAYER; \
H A Dfontmode.c104 MoveLayerToGroup (max_copper_layer + BOTTOM_SILK_LAYER, 1); in FontEdit()
H A Dparse_y.y1239 (($8 & ONSOLDERFLAG) ? BOTTOM_SILK_LAYER : TOP_SILK_LAYER)];
1264 (($8.f & ONSOLDERFLAG) ? BOTTOM_SILK_LAYER : TOP_SILK_LAYER)];
H A Dmisc.c1181 layer = *LayerN + BOTTOM_SILK_LAYER; in ParseGroupString()
1189 if (layer > *LayerN + MAX (BOTTOM_SILK_LAYER, TOP_SILK_LAYER) || in ParseGroupString()
1212 LayerGroup->Entries[0][LayerGroup->Number[0]++] = *LayerN + BOTTOM_SILK_LAYER; in ParseGroupString()
H A Dparse_y.c2698 (((yyvsp[(8) - (9)].integer) & ONSOLDERFLAG) ? BOTTOM_SILK_LAYER : TOP_SILK_LAYER)];
2725 (((yyvsp[(8) - (9)].flagtype).f & ONSOLDERFLAG) ? BOTTOM_SILK_LAYER : TOP_SILK_LAYER)];
/dports/cad/pcb/pcb-4.2.0/src/hid/lesstif/
H A Dmenu.c185 #define LB_SILK (MAX_LAYER + BOTTOM_SILK_LAYER)