Lines Matching refs:cw
1704 int cx, cy, cheight, cw, ch, cattr, height, width, ch_attr;
1750 cw = 8;
1752 cw = 9;
1754 cw = 16; /* NOTE: no 18 pixel wide */
1755 x_incr = cw * ((pDrv->cBits + 7) >> 3);
1772 cw != pThis->last_cw || cheight != pThis->last_ch) {
1778 pThis->last_scr_width = width * cw;
1785 pThis->last_cw = cw;
1807 if (cw == 16)
1845 if (cw != 9) {
1869 if (cw != 9) {
1895 pDrv->pfnUpdateRect(pDrv, cx_min_upd * cw, cy_start * cheight,
1896 (cx_max_upd - cx_min_upd + 1) * cw, (cy - cy_start) * cheight);
1906 pDrv->pfnUpdateRect(pDrv, cx_min_upd * cw, cy_start * cheight,
1907 (cx_max_upd - cx_min_upd + 1) * cw, (cy - cy_start) * cheight);