Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcvpalettes.c3862 if ( !bv->shades_hidden ) in _CVPaletteActivate()
4233 bv->shades_hidden = BDFDepth(bv->bdf)==1; in BVMakeShades()
4234 if ( bvvisible[2] && !bv->shades_hidden ) in BVMakeShades()
4363 if ( !bv->shades_hidden && strcmp(bvpopups[pos],"Set/Clear Pixels")==0 ) in BVToolsMouse()
4619 if ( bvvisible[2] && !bv->shades_hidden ) in _BVPaletteActivate()
4632 if ( bvvisible[2] && !bv->shades_hidden ) in _BVPaletteActivate()
4726 if ( hidden!=bv->shades_hidden ) { in BVPaletteChangedChar()
4728 bv->shades_hidden = hidden; in BVPaletteChangedChar()
H A Dbitmapview.c2363 bv->shades_hidden = bdf->clut==NULL; in BitmapViewCreate()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dviews.h344 unsigned int shades_hidden:1; member