Searched refs:rect (Results 1 - 25 of 66) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dsis_accel.c319 void fbcon_sis_fillrect(struct fb_info *info, const struct fb_fillrect *rect) argument
332 cfb_fillrect(info, rect);
336 if(!rect->width || !rect->height || rect->dx >= vxres || rect->dy >= vyres)
340 width = ((rect->dx + rect->width) > vxres) ? (vxres - rect->dx) : rect
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/savage/
H A Dsavagefb_accel.c64 void savagefb_fillrect(struct fb_info *info, const struct fb_fillrect *rect) argument
69 if (!rect->width || !rect->height)
73 color = rect->color;
75 color = ((u32 *)info->pseudo_palette)[rect->color];
82 BCI_CMD_SET_ROP(cmd, savagefb_rop[rect->rop]);
87 BCI_SEND( BCI_X_Y(rect->dx, rect->dy) );
88 BCI_SEND( BCI_W_H(rect->width, rect
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dtileblit.c37 struct fb_tilerect rect; local
41 rect.index = vc->vc_video_erase_char &
43 rect.fg = attr_fgcol_ec(fgshift, vc);
44 rect.bg = attr_bgcol_ec(bgshift, vc);
45 rect.sx = sx;
46 rect.sy = sy;
47 rect.width = width;
48 rect.height = height;
49 rect.rop = ROP_COPY;
51 info->tileops->fb_tilefill(info, &rect);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/sn9c102/
H A Dsn9c102_tas5110d.c40 const struct v4l2_rect* rect)
44 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 69,
45 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 9;
39 tas5110d_set_crop(struct sn9c102_device* cam, const struct v4l2_rect* rect) argument
H A Dsn9c102_tas5110c1b.c58 const struct v4l2_rect* rect)
62 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 69,
63 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 9;
57 tas5110c1b_set_crop(struct sn9c102_device* cam, const struct v4l2_rect* rect) argument
H A Dsn9c102_tas5130d1b.c59 const struct v4l2_rect* rect)
62 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 104,
63 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 12;
58 tas5130d1b_set_crop(struct sn9c102_device* cam, const struct v4l2_rect* rect) argument
H A Dsn9c102_core.c1586 static int sn9c102_set_crop(struct sn9c102_device* cam, struct v4l2_rect* rect) argument
1589 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left),
1590 v_start = (u8)(rect->top - s->cropcap.bounds.top),
1591 h_size = (u8)(rect->width / 16),
1592 v_size = (u8)(rect->height / 16);
1614 struct v4l2_rect* rect; local
1621 rect = &(s->cropcap.defrect);
1624 rect = &(s->_rect);
1627 err += sn9c102_set_scale(cam, rect->width / s->pix_format.width);
1628 err += sn9c102_set_crop(cam, rect);
2301 struct v4l2_rect* rect; local
2526 struct v4l2_rect rect; local
[all...]
H A Dsn9c102_pas202bcb.c173 const struct v4l2_rect* rect)
178 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 3;
183 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 4;
186 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 3;
172 pas202bcb_set_crop(struct sn9c102_device* cam, const struct v4l2_rect* rect) argument
H A Dsn9c102_hv7131d.c119 const struct v4l2_rect* rect)
123 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 2,
124 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 2;
118 hv7131d_set_crop(struct sn9c102_device* cam, const struct v4l2_rect* rect) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/zc0301/
H A Dzc0301_core.c571 struct v4l2_rect* rect; local
578 rect = &(s->cropcap.defrect);
582 rect = &(s->_rect);
599 if ((err = s->set_crop(cam, rect))) {
1194 struct v4l2_rect* rect; local
1204 rect = &(crop.c);
1218 memcpy(rect, &(s->_rect), sizeof(*rect));
1224 rect->left &= ~7L;
1225 rect
1382 struct v4l2_rect rect; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/et61x251/
H A Det61x251_core.c1068 et61x251_set_crop(struct et61x251_device* cam, struct v4l2_rect* rect) argument
1071 u16 fmw_sx = (u16)(rect->left - s->cropcap.bounds.left +
1073 fmw_sy = (u16)(rect->top - s->cropcap.bounds.top +
1075 fmw_length = (u16)(rect->width),
1076 fmw_height = (u16)(rect->height);
1101 struct v4l2_rect* rect; local
1108 rect = &(s->cropcap.defrect);
1112 rect = &(s->_rect);
1115 err += et61x251_set_scale(cam, rect->width / s->pix_format.width);
1116 err += et61x251_set_crop(cam, rect);
1745 struct v4l2_rect* rect; local
1946 struct v4l2_rect rect; local
[all...]
H A Det61x251_sensor.h107 const struct v4l2_rect* rect);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dhitfb.c129 static void hitfb_fillrect(struct fb_info *p, const struct fb_fillrect *rect) argument
131 if (rect->rop != ROP_COPY)
132 cfb_fillrect(p, rect);
139 fb_writew(((u32 *) (p->pseudo_palette))[rect->color],
141 hitfb_accel_set_dest(1, rect->dx, rect->dy, rect->width,
142 rect->height);
145 fb_writew(rect->color, HD64461_GRSCR);
146 hitfb_accel_set_dest(0, rect
[all...]
H A Dcfbfillrect.c278 void cfb_fillrect(struct fb_info *p, const struct fb_fillrect *rect) argument
281 unsigned long width = rect->width, height = rect->height;
292 fg = ((u32 *) (p->pseudo_palette))[rect->color];
294 fg = rect->color;
300 dst_idx += rect->dy*p->fix.line_length*8+rect->dx*bpp;
308 switch (rect->rop) {
338 switch (rect->rop) {
H A Dsysfillrect.c242 void sys_fillrect(struct fb_info *p, const struct fb_fillrect *rect) argument
245 unsigned long width = rect->width, height = rect->height;
256 fg = ((u32 *) (p->pseudo_palette))[rect->color];
258 fg = rect->color;
264 dst_idx += rect->dy*p->fix.line_length*8+rect->dx*bpp;
273 switch (rect->rop) {
304 switch (rect->rop) {
H A Dvga16fb.c874 static void vga_8planes_fillrect(struct fb_info *info, const struct fb_fillrect *rect) argument
876 u32 dx = rect->dx, width = rect->width;
885 where = info->screen_base + dx + rect->dy * info->fix.line_length;
887 if (rect->rop == ROP_COPY) {
895 height = rect->height;
902 writeb(rect->color, where);
914 for (y = 0; y < rect->height; y++) {
928 static void vga16fb_fillrect(struct fb_info *info, const struct fb_fillrect *rect) argument
936 if (!rect
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dwinrand.c120 RECT rect; local
127 GetClientRect(hwnd, &rect);
129 &rect, DT_SINGLELINE | DT_CENTER | DT_VCENTER);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dwinrand.c120 RECT rect; local
127 GetClientRect(hwnd, &rect);
129 &rect, DT_SINGLELINE | DT_CENTER | DT_VCENTER);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_accel.c107 static void matroxfb_fillrect(struct fb_info* info, const struct fb_fillrect* rect);
109 static void matroxfb_cfb4_fillrect(struct fb_info* info, const struct fb_fillrect* rect);
311 static void matroxfb_fillrect(struct fb_info* info, const struct fb_fillrect* rect) { argument
314 switch (rect->rop) {
316 matroxfb_accel_clear(PMINFO ((u_int32_t*)info->pseudo_palette)[rect->color], rect->dy, rect->dx, rect->height, rect->width);
376 static void matroxfb_cfb4_fillrect(struct fb_info* info, const struct fb_fillrect* rect) { argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_accel.c238 void atyfb_fillrect(struct fb_info *info, const struct fb_fillrect *rect) argument
241 u32 color = rect->color, dx = rect->dx, width = rect->width, rotation = 0;
245 if (!rect->width || !rect->height)
248 cfb_fillrect(info, rect);
252 color |= (rect->color << 8);
253 color |= (rect->color << 16);
271 draw_rect(dx, rect
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnv_accel.c314 void nvidiafb_fillrect(struct fb_info *info, const struct fb_fillrect *rect) argument
323 return cfb_fillrect(info, rect);
326 color = rect->color;
328 color = ((u32 *) info->pseudo_palette)[rect->color];
330 if (rect->rop != ROP_COPY)
331 NVSetRopSolid(info, rect->rop, ~0);
337 NVDmaNext(par, (rect->dx << 16) | rect->dy);
338 NVDmaNext(par, (rect->width << 16) | rect
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/i810/
H A Di810_accel.c298 void i810fb_fillrect(struct fb_info *info, const struct fb_fillrect *rect) argument
305 return cfb_fillrect(info, rect);
308 color = rect->color;
310 color = ((u32 *) (info->pseudo_palette))[rect->color];
312 rop = i810fb_rop[rect->rop];
314 dx = rect->dx * par->depth;
315 width = rect->width * par->depth;
316 dy = rect->dy;
317 height = rect->height;
H A Di810_main.h28 const struct fb_fillrect *rect);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dconfigure.c297 static void ScreenToClientRect(HWND hwnd, RECT *rect) argument
299 POINT pt = { rect->left, rect->top };
301 rect->left = pt.x;
302 rect->top = pt.y;
304 pt.x = rect->right;
305 pt.y = rect->bottom;
307 rect->right = pt.x;
308 rect->bottom = pt.y;
366 /* get rect (afte
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Di915_irq.c163 drm_clip_rect_t *rect; local
172 rect = drw->rects;
177 for (num_rects = drw->num_rects; num_rects--; rect++) {
178 int y1 = max(rect->y1, top);
179 int y2 = min(rect->y2, bottom);
188 OUT_RING((y1 << 16) | rect->x1);
189 OUT_RING((y2 << 16) | rect->x2);
191 OUT_RING((y1 << 16) | rect->x1);

Completed in 163 milliseconds

123