Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dviews.h257 …EncMap *map_of_enc; /* Only use for comparison against fontview's map to see if our enc be vali… member
326 EncMap *map_of_enc; member
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dbitmapview.c253 bv->map_of_enc = map; in BVChangeChar()
360 if ( bv->map_of_enc == bv->fv->b.map && bv->enc!=-1 ) in BVCurEnc()
1581 CharViewCreate(bv->bc->sc,bv->fv,bv->map_of_enc==bv->fv->b.map?bv->enc:-1); in BVMenuOpenOutline()
2360 bv->map_of_enc = fv->b.map; in BitmapViewCreate()
H A Dcharview.c3472 if ( cv->map_of_enc == ((FontView *) (cv->b.fv))->b.map && cv->enc!=-1 ) in CVCurEnc()
3806 cv->map_of_enc = map; in CVChangeChar()
12543 cv->map_of_enc = fv->b.map; in _CharViewCreate()
12891 …cv->map_of_enc = fv->b.map; /* I know this is done again in _CharViewCreate, but it needs to be d… in CharViewCreateExtended()