Searched refs:cursor_state (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dbitblit.c264 if (ops->cursor_state.image.data != src ||
266 ops->cursor_state.image.data = src;
282 if (ops->cursor_state.image.fg_color != fg ||
283 ops->cursor_state.image.bg_color != bg ||
285 ops->cursor_state.image.fg_color = fg;
286 ops->cursor_state.image.bg_color = bg;
290 if ((ops->cursor_state.image.dx != (vc->vc_font.width * vc->vc_x)) ||
291 (ops->cursor_state.image.dy != (vc->vc_font.height * y)) ||
293 ops->cursor_state.image.dx = vc->vc_font.width * vc->vc_x;
294 ops->cursor_state
[all...]
H A Dfbcon_ccw.c253 if (ops->cursor_state.image.data != src ||
255 ops->cursor_state.image.data = src;
271 if (ops->cursor_state.image.fg_color != fg ||
272 ops->cursor_state.image.bg_color != bg ||
274 ops->cursor_state.image.fg_color = fg;
275 ops->cursor_state.image.bg_color = bg;
279 if (ops->cursor_state.image.height != vc->vc_font.width ||
280 ops->cursor_state.image.width != vc->vc_font.height ||
282 ops->cursor_state.image.height = vc->vc_font.width;
283 ops->cursor_state
[all...]
H A Dfbcon_cw.c237 if (ops->cursor_state.image.data != src ||
239 ops->cursor_state.image.data = src;
255 if (ops->cursor_state.image.fg_color != fg ||
256 ops->cursor_state.image.bg_color != bg ||
258 ops->cursor_state.image.fg_color = fg;
259 ops->cursor_state.image.bg_color = bg;
263 if (ops->cursor_state.image.height != vc->vc_font.width ||
264 ops->cursor_state.image.width != vc->vc_font.height ||
266 ops->cursor_state.image.height = vc->vc_font.width;
267 ops->cursor_state
[all...]
H A Dfbcon_ud.c284 if (ops->cursor_state.image.data != src ||
286 ops->cursor_state.image.data = src;
302 if (ops->cursor_state.image.fg_color != fg ||
303 ops->cursor_state.image.bg_color != bg ||
305 ops->cursor_state.image.fg_color = fg;
306 ops->cursor_state.image.bg_color = bg;
310 if (ops->cursor_state.image.height != vc->vc_font.height ||
311 ops->cursor_state.image.width != vc->vc_font.width ||
313 ops->cursor_state.image.height = vc->vc_font.height;
314 ops->cursor_state
[all...]
H A Dfbcon.h70 struct fb_cursor cursor_state; member in struct:fbcon_ops
H A Dfbcon.c391 mode = (!ops->cursor_flash || ops->cursor_state.enable) ?
746 kfree(ops->cursor_state.mask);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Dhstmt.h45 int cursor_state; member in struct:STMT
H A Dexecute.c56 pstmt->cursor_state = en_stmt_cursor_opened;
61 pstmt->cursor_state = en_stmt_cursor_no;
198 pstmt->cursor_state = en_stmt_cursor_no;
340 pstmt->cursor_state = en_stmt_cursor_no;
553 pstmt->cursor_state
577 pstmt->cursor_state
H A Dfetch.c116 pstmt->cursor_state = en_stmt_cursor_fetched;
129 pstmt->cursor_state = en_stmt_cursor_no;
243 pstmt->cursor_state = en_stmt_cursor_xfetched;
H A Dhdbc.c719 pstmt->cursor_state = en_stmt_cursor_no;
730 pstmt->cursor_state = en_stmt_cursor_no;
739 pstmt->cursor_state
H A Dhstmt.c102 pstmt->cursor_state = en_stmt_cursor_no;
286 pstmt->cursor_state = en_stmt_cursor_no;
H A Dprepare.c248 pstmt->cursor_state = en_stmt_cursor_named;
H A Dresult.c151 && pstmt->cursor_state == en_stmt_cursor_no)

Completed in 193 milliseconds