Lines Matching defs:cheight
1704 int cx, cy, cheight, cw, ch, cattr, height, width, ch_attr;
1749 cheight = (pThis->cr[9] & 0x1f) + 1;
1764 height = (height + 1) / cheight;
1772 cw != pThis->last_cw || cheight != pThis->last_ch) {
1779 pThis->last_scr_height = height * cheight;
1784 pThis->last_ch = cheight;
1848 font_ptr, cheight, fgcol, bgcol, dscan);
1855 font_ptr, cheight, fgcol, bgcol, dup9);
1864 if (line_last > cheight - 1)
1865 line_last = cheight - 1;
1866 if (line_last >= line_start && line_start < cheight) {
1895 pDrv->pfnUpdateRect(pDrv, cx_min_upd * cw, cy_start * cheight,
1896 (cx_max_upd - cx_min_upd + 1) * cw, (cy - cy_start) * cheight);
1901 dest += linesize * cheight << dscan;
1906 pDrv->pfnUpdateRect(pDrv, cx_min_upd * cw, cy_start * cheight,
1907 (cx_max_upd - cx_min_upd + 1) * cw, (cy - cy_start) * cheight);