Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dtilepath.c110 enum whitespace_type { ws_include=0x1, ws_but_not_first=0x2 }; enumerator
730 trans[5] = (&td->include_white)[i]&ws_include ? 0 : -bb->miny; in TileIt()
947 …white = GGadgetIsChecked(GWidgetGetControl(tpd->gw,CID_IncludeWhiteSpaceBelowTile+0))?ws_include:0; in TilePathD_OK()
950 …white = GGadgetIsChecked(GWidgetGetControl(tpd->gw,CID_IncludeWhiteSpaceBelowTile+1))?ws_include:0; in TilePathD_OK()
953 …white = GGadgetIsChecked(GWidgetGetControl(tpd->gw,CID_IncludeWhiteSpaceBelowTile+2))?ws_include:0; in TilePathD_OK()
956 …white = GGadgetIsChecked(GWidgetGetControl(tpd->gw,CID_IncludeWhiteSpaceBelowTile+3))?ws_include:0; in TilePathD_OK()