Searched refs:flicker (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Deraseevt.tex6 paint event) and may cause flicker. It is therefore recommended that
7 you set the text background colour explicitly in order to prevent flicker.
H A Dbufferdc.tex14 This class provides a simple way to avoid flicker: when drawing on it,
119 you have to do to (mostly) avoid flicker. The only thing to watch out for is that if you are
173 to do to (mostly) avoid flicker.
H A Ddragimag.tex211 yourself. This can be desirable if you wish to avoid flicker by not having to
212 redraw the updated window itself just before dragging, which can cause a flicker just
215 by the drag image. This can provide eerily smooth, flicker-free drag behaviour.
H A Dsysopt.tex25 Setting this to 0 causes more flicker, but allows applications to paint graphics on the parent of a static box
57 Setting this to 0 causes more flicker, but allows applications to paint graphics on the parent of a static box
H A Dauimanager.tex19 flicker, by modifying more than one pane at a time, and then "committing"
323 pane flicker to be avoided by updating the whole layout at one time.
H A Dsplitter.tex263 and then resplitting the window back because it will provoke much less flicker
484 unacceptable flicker as the panes are resized after the window has been
H A Dnotebook.tex93 Note that sometimes you can reduce flicker by passing the wxCLIP\_CHILDREN window style.
H A Dgrid.tex246 screen flicker. The final EndBatch will cause the grid to be repainted.
506 BeginBatch and EndBatch calls to avoid screen flicker. The final EndBatch will
H A Dtsamples.tex412 flicker on screen.
H A Dwindow.tex81 \twocolitem{\windowstyle{wxCLIP\_CHILDREN}}{Use this style to eliminate flicker caused by the background being
773 On GTK+, use of wxBG\_STYLE\_CUSTOM allows the flicker-free drawing of a custom
2713 On GTK+, use of wxBG\_STYLE\_CUSTOM allows the flicker-free drawing of a custom
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv17_tv.h77 int flicker; member in struct:nv17_tv_encoder
H A Dnv17_tv_modes.c217 * The following is some guesswork on how the TV encoder flicker
325 int64_t flicker = (tv_enc->flicker - 50) * (id3 / 100); local
341 + (p->kf + p->kif*i + p->ki2f*i*i + p->ki3f*i*i*i)*flicker
342 + (p->krf + p->kirf*i + p->ki2rf*i*i + p->ki3rf*i*i*i)*flicker*rs[k];
H A Dnv17_tv.c658 tv_enc->flicker);
710 tv_enc->flicker = val;
794 tv_enc->flicker = 50;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i2c/
H A Dch7006_mode.c335 int flicker, contrast, hpos, vpos; local
338 flicker = interpolate(0, 2, 3, priv->flicker);
339 regs[CH7006_FFILTER] = bitf(CH7006_FFILTER_TEXT, flicker) |
340 bitf(CH7006_FFILTER_LUMA, flicker) |
H A Dch7006_drv.c273 priv->flicker);
340 priv->flicker = val;
469 priv->flicker = 50;
H A Dch7006_priv.h95 int flicker; member in struct:ch7006_priv
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-ctrl.c1177 int pwc_set_flicker(struct pwc_device *pdev, int flicker) argument
1181 if (flicker)
1189 int pwc_get_flicker(struct pwc_device *pdev, int *flicker) argument
1198 *flicker = !!buf;
1583 ARG_DEF(int, flicker)
1585 ARG_IN(flicker)
1586 ret = pwc_set_flicker(pdev, ARGR(flicker));
1592 ARG_DEF(int, flicker)
1594 ret = pwc_get_flicker(pdev, ARGA(flicker));
1595 ARG_OUT(flicker)
[all...]
H A Dpwc.h332 extern int pwc_set_flicker(struct pwc_device *pdev, int flicker);
333 extern int pwc_get_flicker(struct pwc_device *pdev, int *flicker);

Completed in 169 milliseconds