Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/t602/
H A Dt602filter.hxx171 fonts oldfnt; // previous font member
176 , oldfnt(standard) in fststruct()
H A Dt602filter.cxx460 fst.nowfnt = fst.oldfnt = standard; in Reset602()
523 if (fnt == fst.oldfnt && fnt == fst.nowfnt && !mustwrite) in setfnt()
528 if (mustwrite && (fst.oldfnt != fst.nowfnt || fst.olduline != fst.uline)) in setfnt()
531 fst.oldfnt = fst.nowfnt; in setfnt()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/t602/
H A Dt602filter.hxx173 fonts oldfnt; // previous font member
178 , oldfnt(standard) in fststruct()
H A Dt602filter.cxx465 fst.nowfnt = fst.oldfnt = standard; in Reset602()
530 if (fnt == fst.oldfnt && fnt == fst.nowfnt && !mustwrite) in setfnt()
535 if (mustwrite && (fst.oldfnt != fst.nowfnt || fst.olduline != fst.uline)) in setfnt()
538 fst.oldfnt = fst.nowfnt; in setfnt()
/dports/print/lout/lout-3.40/
H A Dz37.c1093 struct metrics *newfnt, *oldfnt; in FontChange() local
1483 oldfnt = finfo[font_num(old)].size_table; in FontChange()
1485 { newfnt[i].left = (oldfnt[i].left * font_size(new)) / font_size(old); in FontChange()
1486 newfnt[i].right = (oldfnt[i].right * font_size(new)) / font_size(old); in FontChange()
1487 newfnt[i].down = (oldfnt[i].down * font_size(new)) / font_size(old); in FontChange()
1488 newfnt[i].up = (oldfnt[i].up * font_size(new)) / font_size(old); in FontChange()
1489 newfnt[i].last_adjust = (oldfnt[i].last_adjust * font_size(new)) / font_size(old); in FontChange()