Searched refs:max_y (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/
H A Dsynaptics_i2c_rmi.c258 u16 max_x, u16 max_y)
297 inactive_area_top = inactive_area_top * max_y / 0x10000;
298 inactive_area_bottom = inactive_area_bottom * max_y / 0x10000;
303 snap_top_on = snap_top_on * max_y / 0x10000;
304 snap_top_off = snap_top_off * max_y / 0x10000;
305 snap_bottom_on = snap_bottom_on * max_y / 0x10000;
306 snap_bottom_off = snap_bottom_off * max_y / 0x10000;
308 fuzz_y = fuzz_y * max_y / 0x10000;
314 ts->snap_up[!swapped] = max_y + inactive_area_bottom;
321 ts->snap_up_on[!swapped] = max_y
256 compute_areas(struct synaptics_ts_data *ts, struct synaptics_i2c_rmi_platform_data *pdata, u16 max_x, u16 max_y) argument
352 u16 max_x, max_y; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/poem/
H A Dwxpoem.h69 void ScanBuffer(wxDC *dc, bool DrawIt, int *max_x, int *max_y);
H A Dwxpoem.cpp151 void MainWindow::ScanBuffer(wxDC *dc, bool DrawIt, int *max_x, int *max_y) argument
166 y = (*max_y - poem_height)/2;
168 height = *max_y;
345 *max_y = (int)(y-char_height);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/amps/
H A Dindex.php462 $max_y = max($fontdims[1], $fontdims[3], $fontdims[5], $fontdims[7]); variable
465 $height = ($max_y - $min_y) + (2 * ERRFONTPADDING);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Derror_resilience.c555 int max_x, max_y, min_x, min_y, max_r, min_r; local
573 max_y = max_x = max_r = -99999;
575 min_x = min_y = max_x = max_y = min_r = max_r = 0;
579 max_y = FFMAX(max_y, mv_predictor[j][1]);
586 mv_predictor[pred_count + 1][1] = sum_y - max_y - min_y;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Derror_resilience.c528 int max_x, max_y, min_x, min_y, max_r, min_r; local
546 max_y = max_x = max_r = -99999;
548 min_x = min_y = max_x = max_y = min_r = max_r = 0;
552 max_y = FFMAX(max_y, mv_predictor[j][1]);
559 mv_predictor[pred_count + 1][1] = sum_y - max_y - min_y;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_rotate.c289 int x, int y, int max_x, int max_y)
292 int int_y = av_clip(y>>16, 0, max_y);
297 int int_y1 = FFMIN(int_y+1, max_y);
287 interpolate_bilinear(uint8_t *dst_color, const uint8_t *src, int src_linesize, int src_linestep, int x, int y, int max_x, int max_y) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dview.cpp992 float min_x, max_x, min_y, max_y; local
996 max_y = wxMax(y, sg_initialY);
1007 image_y >= min_y && image_y <= max_y)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dfbmon.c813 specs->max_y = block[2];
820 if (specs->max_y)
821 DPRINTK("%d\n", specs->max_y);
H A Dmodedb.c1024 if (specs->max_x && specs->max_y) {
1029 var.yres = (specs->max_y * 7200)/254;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dbasic2.cpp695 double max_y = -1000; local
713 if (y > max_y)
714 max_y = (double)y;
719 m_originalHeight = max_y - min_y;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebServer.cpp1504 int min_y, max_y;
1506 min_y = curr_data; max_y = prev_data;
1508 min_y = prev_data; max_y = curr_data;
1510 for(int k = min_y; k <= max_y; k++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvt.c1062 int min_y, max_y; local
1075 max_y = vc->vc_bottom;
1078 max_y = vc->vc_rows;
1082 else if (new_y >= max_y)
1083 vc->vc_y = max_y - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibook.cpp923 int max_y = 0; local
948 max_y = wxMax(max_y, s.y);
951 return max_y+2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfb.h478 __u8 max_y; /* Maximum vertical size (cm) */ member in struct:fb_monspecs

Completed in 604 milliseconds