Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dcvundoes.c3309 static void _PasteToBC(BDFChar *bc,int pixelsize, int depth, Undoes *paster, int clearfirst) { in _PasteToBC() function
3358 _PasteToBC(bc,pixelsize,depth,paster->u.composit.bitmaps,clearfirst); in _PasteToBC()
3365 _PasteToBC(bc,pixelsize,depth,b,clearfirst); in _PasteToBC()
3369 _PasteToBC(bc,pixelsize,depth,paster->u.multiple.mult,clearfirst); in _PasteToBC()
3377 _PasteToBC(bc,pixelsize,depth,&copybuffer,false); in PasteToBC()
3703_PasteToBC(BDFMakeChar(fv->active_bitmap,fv->map,i),fv->active_bitmap->pixelsize,BDFDepth(fv->acti… in PasteIntoFV()
3711 _PasteToBC(BDFMakeChar(bdf,fv->map,i),bdf->pixelsize,BDFDepth(bdf),cur,!pasteinto); in PasteIntoFV()
3724 _PasteToBC(BDFMakeChar(bdf,fv->map,i),bdf->pixelsize,BDFDepth(bdf),bmp,!pasteinto); in PasteIntoFV()
3799_PasteToBC(BDFMakeChar(mvbdf,fv->map,fv->map->backmap[sc->orig_pos]),mvbdf->pixelsize,BDFDepth(mvb… in PasteIntoMV()
3809_PasteToBC(BDFMakeChar(bdf,fv->map,fv->map->backmap[sc->orig_pos]),bdf->pixelsize,BDFDepth(bdf),cu… in PasteIntoMV()
[all …]