Lines Matching refs:col
43 #define DFB32ADR(efb_priv, row, col) \
46 ((row) * efb_priv->consinfo.pitch + (col)))
48 #define DFB8ADR(efb_priv, row, col) \
51 ((row) * efb_priv->consinfo.pitch + (col)))
604 efb_draw.image_col = efb_cd.col;
731 efb_draw.image_col = efb_cd->col;
878 int c = efb_cc->col;
925 int c = efb_cc->col;
1120 (disp->col > efb_priv->w[efb_priv->consinfo.stream]))
1133 if (((uint_t)disp->col + disp->width) >
1135 int d = (disp->col + disp->width) -
1157 (disp->col > efb_priv->w[efb_priv->consinfo.stream]))
1164 if (((uint_t)disp->col + disp->width) >