Home | History | Annotate | Download | only in ic

Lines Matching defs:fheight

1190 	int fheight = scr->type->fontheight;
1194 rasoff = scr->dispoffset + row * scr->type->ncols * fheight + col;
1208 for (i = 0; i < fheight; i++) {
1216 for (i = 0; i < fheight; i++) {
1217 pattern = ((u_int8_t *)fs->font->data)[c * fheight + i];
1228 for (i = 0; i < fheight; i++) {
1237 for (i = 0; i < fheight; i++) {
1239 [(c * fheight + i) * 2];
1245 [(c * fheight + i) * 2 + 1];
1267 int fheight = scr->type->fontheight;
1271 rassrcoff = scr->dispoffset + row * scr->type->ncols * fheight + srccol;
1272 rasdstoff = scr->dispoffset + row * scr->type->ncols * fheight + dstcol;
1279 for (i = 0; i < fheight; i++) {
1310 int fheight;
1313 fheight = scr->type->fontheight;
1317 rassrcoff = srcoff * fheight;
1318 rasdstoff = dstoff * fheight;
1331 if ((scr->dispoffset + srcrow * ncols * fheight)
1333 scr->dispoffset += srcrow * ncols * fheight;
1338 nrows * ncols * fheight);
1352 nrows * ncols * fheight);