Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dtransform.c126 int isapply = GGadgetGetCid(g) == CID_Apply; in Trans_OK() local
149 if ( isapply ) in Trans_OK()
260 (isapply?fvt_justapply:0)); in Trans_OK()
261 td->done = !isapply; in Trans_OK()
262 td->applied = isapply; in Trans_OK()
H A Dcvstroke.c144 static int _Stroke_OK(StrokeDlg *sd,int isapply) { in _Stroke_OK() argument
152 if ( isapply ) in _Stroke_OK()
244 (sd->strokeit)(sd->cv,si,isapply); in _Stroke_OK()
245 sd->done = !isapply; in _Stroke_OK()