Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcvpalettes.c2276 if ( layerscols & LSHOW_CUBIC ) in LayersExpose()
2282 if ( layerscols & LSHOW_FG ) in LayersExpose()
2303 if ( layerscols & LSHOW_CUBIC ) { in LayersExpose()
2316 if ( layerscols & LSHOW_FG ) { in LayersExpose()
2419 if ( layerscols & LSHOW_CUBIC ) in CVLCheckLayerCount()
2424 if ( layerscols & LSHOW_FG ) in CVLCheckLayerCount()
2637 layerscols=(layerscols&~LSHOW_CUBIC)|((layerscols&LSHOW_CUBIC)?0:1); in CVLayerInvoked()
2642 layerscols=(layerscols&~LSHOW_FG)|((layerscols&LSHOW_FG)?0:2); in CVLayerInvoked()
2833 mi[i].ti.checked = (layerscols & LSHOW_FG)?1:0; in LayerMenu()
2964 … x = 7+(1+((layerscols&LSHOW_CUBIC)?1:0)+((layerscols&LSHOW_FG)?1:0))*layerinfo.column_width; in cvlayers_e_h()
[all …]