Searched refs:y2 (Results 126 - 150 of 241) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A D4xm.c622 int x, y, x2, y2; local
651 for(y2=0; y2<16; y2++){
653 int index= 2*(x2>>2) + 8*(y2>>2);
654 dst[y2*stride+x2]= color[(bits>>index)&3];
H A Dmotion_est_template.c579 int x,y,x2,y2, i, j, d; local
594 for(y2=FFMAX(y-dia_size/2+1, ymin); y2<=FFMIN(y+dia_size/2-1,ymax); y2+=2){
595 CHECK_MV(x, y2);
600 for(y2=FFMAX(y-2, ymin); y2<=FFMIN(y+2,ymax); y2++){
602 CHECK_MV(x2, y2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A D4xm.c713 int x, y, x2, y2; local
745 for (y2 = 0; y2 < 16; y2++) {
747 int index = 2 * (x2 >> 2) + 8 * (y2 >> 2);
748 dst[y2 * width + x2] = color[(bits >> index) & 3];
H A Dmotion_est_template.c579 int x,y,x2,y2, i, j, d; local
594 for(y2=FFMAX(y-dia_size/2+1, ymin); y2<=FFMIN(y+dia_size/2-1,ymax); y2+=2){
595 CHECK_MV(x, y2);
600 for(y2=FFMAX(y-2, ymin); y2<=FFMIN(y+2,ymax); y2++){
602 CHECK_MV(x2, y2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgprint.cpp86 (GnomePrintContext *pc, gdouble x1, gdouble y1, gdouble x2, gdouble y2, gdouble x3, gdouble y3), (pc, x1, y1, x2, y2, x3, y3), 0 )
1004 void wxGnomePrintDC::DoDrawLine(wxCoord x1, wxCoord y1, wxCoord x2, wxCoord y2) argument
1011 gs_lgp->gnome_print_lineto ( m_gpc, XLOG2DEV(x2), YLOG2DEV(y2) );
1015 CalcBoundingBox( x2, y2 );
1022 void wxGnomePrintDC::DoDrawArc(wxCoord x1,wxCoord y1,wxCoord x2,wxCoord y2,wxCoord xc,wxCoord yc) argument
1028 if (x1 == x2 && y1 == y2)
1044 (y2 - yc < 0) ? 90.0 : -90.0 :
1045 -atan2(double(y2-yc), double(x2-xc)) * RAD2DEG;
1074 CalcBoundingBox (x2, y2);
1374 double c, d, x1, y1, x2, y2, x3, y3; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i810/
H A Di810_dma.c628 unsigned int height = pbox->y2 - y;
632 pbox->y1 > pbox->y2 ||
633 pbox->x2 > dev_priv->w || pbox->y2 > dev_priv->h)
691 unsigned int h = pbox->y2 - pbox->y1;
696 pbox->y1 > pbox->y2 ||
697 pbox->x2 > dev_priv->w || pbox->y2 > dev_priv->h)
764 1) | ((box[i].y2 - 1) << 16));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgraphics.cpp608 void CreateLinearGradientBrush( wxDouble x1, wxDouble y1, wxDouble x2, wxDouble y2,
633 void wxMacCoreGraphicsBrushData::CreateLinearGradientBrush( wxDouble x1, wxDouble y1, wxDouble x2, wxDouble y2,
637 m_shading = CGShadingCreateAxial( wxMacGetGenericRGBColorSpace(), CGPointMake(x1,y1), CGPointMake(x2,y2), m_gradientFunction, true, true ) ;
1056 // draws a an arc to two tangents connecting (current) to (x1,y1) and (x1,y1) to (x2,y2), also a straight line from (current) to (x1,y1)
1057 virtual void AddArcToPoint( wxDouble x1, wxDouble y1 , wxDouble x2, wxDouble y2, wxDouble r );
1142 void wxMacCoreGraphicsPathData::AddArcToPoint( wxDouble x1, wxDouble y1 , wxDouble x2, wxDouble y2, wxDouble r )
1144 CGPathAddArcToPoint( m_path, NULL , x1, y1, x2, y2, r);
2149 // sets the brush to a linear gradient, starting at (x1,y1) with color c1 to (x2,y2) with color c2
2150 virtual wxGraphicsBrush CreateLinearGradientBrush( wxDouble x1, wxDouble y1, wxDouble x2, wxDouble y2,
2261 // sets the brush to a linear gradient, starting at (x1,y1) with color c1 to (x2,y2) wit
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dcomposit.cpp839 double y2 = (double)(GetY() + (GetHeight()/2.0)); local
843 y2 -= (double)1.0;
849 dc.DrawLine(WXROUND(x1), WXROUND(y2), WXROUND(x1), WXROUND(y1));
1318 double y2 = (double)(GetY() + (GetHeight()/2.0)); local
1320 if (top >= y2)
1325 double newH = y2 - top;
1425 double y2 = (double)(divisionParent->GetY() + (divisionParent->GetHeight()/2.0)); local
1450 if ((y <= y1) || (y >= y2) || (y >= dy2))
1472 if ((y <= y1) || (y >= y2) || (y <= dy1))
H A Dogldiag.cpp172 void wxDiagram::DrawOutline(wxDC& dc, double x1, double y1, double x2, double y2) argument
187 points[2].y = (int) y2;
190 points[3].y = (int) y2;
699 |_______________\ (x2, y2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dbasic.h206 double x2, double y2,
589 double x2, double y2,
661 double x2, double y2,
714 double x2, double y2,
750 double x2, double y2,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgraphics.h316 // appends a an arc to two tangents connecting (current) to (x1,y1) and (x1,y1) to (x2,y2), also a straight line from (current) to (x1,y1)
317 virtual void AddArcToPoint( wxDouble x1, wxDouble y1 , wxDouble x2, wxDouble y2, wxDouble r ) ;
394 // appends a an arc to two tangents connecting (current) to (x1,y1) and (x1,y1) to (x2,y2), also a straight line from (current) to (x1,y1)
395 virtual void AddArcToPoint( wxDouble x1, wxDouble y1 , wxDouble x2, wxDouble y2, wxDouble r ) ;
459 // sets the brush to a linear gradient, starting at (x1,y1) with color c1 to (x2,y2) with color c2
460 virtual wxGraphicsBrush CreateLinearGradientBrush( wxDouble x1, wxDouble y1, wxDouble x2, wxDouble y2,
588 virtual void StrokeLine( wxDouble x1, wxDouble y1, wxDouble x2, wxDouble y2);
712 // sets the brush to a linear gradient, starting at (x1,y1) with color c1 to (x2,y2) with color c2
713 virtual wxGraphicsBrush CreateLinearGradientBrush( wxDouble x1, wxDouble y1, wxDouble x2, wxDouble y2,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dmf.c715 u8 day, mon, hour, min, sec, y1, y2; local
720 y2 = year % 100;
734 y2 = bin2bcd(y2);
739 ce_time[5] = y2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp739 void wxDC::DoDrawLine( wxCoord x1, wxCoord y1, wxCoord x2, wxCoord y2 )
751 wxCoord yy2 = YLOG2DEVMAC(y2) - offset;
816 wxCoord x2, wxCoord y2,
824 wxCoord yy2 = YLOG2DEVMAC(y2);
922 wxCoord x1, x2 , y1 , y2 ; local
929 y2 = YLOG2DEVMAC(points[i+1].y + yoffset);
930 ::LineTo( x2 - offset, y2 - offset );
940 wxCoord x1, x2 , y1 , y2 ; local
945 y2 = y1 = YLOG2DEVMAC(points[0].y + yoffset);
950 y2
815 DoDrawArc( wxCoord x1, wxCoord y1, wxCoord x2, wxCoord y2, wxCoord xc, wxCoord yc ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Dsplittree.cpp212 int x1, y1, x2, y2; local
218 scrolledWindow->GetViewStart(& x2, & y2);
219 * y = y2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/themes/
H A Dmono.cpp77 wxCoord x, wxCoord y1, wxCoord y2);
700 wxMonoRenderer::DrawVerticalLine(wxDC& dc, wxCoord x, wxCoord y1, wxCoord y2) argument
703 dc.DrawLine(x, y1, x, y2 + 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Delantech.c219 * byte 3: y7 y6 y5 y4 y3 y2 y1 y0
253 int fingers, x1, y1, x2, y2; local
277 * byte 5: y7 y6 y5 y4 y3 y2 y1 y0
299 y2 = ETP_2FT_YMAX - (((packet[3] & 0x20) << 3) | packet[5]);
313 input_report_abs(dev, ABS_HAT1Y, y2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleDlg.cpp963 int y2 = config->Read(section + wxT("MAIN_Y_SIZE"), -1); local
970 if (x2 > 0 && y2 > 0) {
971 SetSize(x2, y2);
1016 int x1, y1, x2, y2; local
1018 GetSize(&x2, &y2);
1025 config->Write(section+wxT("MAIN_Y_SIZE"), (long) y2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgraphicscontext.tex83 \constfunc{wxGraphicsBrush}{CreateLinearGradientBrush}{\param{wxDouble }{x1}, \param{wxDouble }{y1}, \param{wxDouble }{x2}, \param{wxDouble }{y2},
86 Creates a native brush, having a linear gradient, starting at (x1,y1) with color c1 to (x2,y2) with color c2
279 \func{void}{StrokeLine}{\param{wxDouble }{x1}, \param{wxDouble }{y1}, \param{wxDouble }{x2}, \param{wxDouble }{y2}}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/r128/
H A Dr128_state.c54 OUT_RING(boxes[0].y2 - 1);
63 OUT_RING(boxes[1].y2 - 1);
72 OUT_RING(boxes[2].y2 - 1);
378 int h = pbox[i].y2 - y;
382 pbox[i].y2, flags);
478 int h = pbox[i].y2 - y;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_removelogo.c347 av_log(ctx, AV_LOG_VERBOSE, #mask_type " x1:%d x2:%d y1:%d y2:%d max_mask_size:%d\n", \
349 s->mask_type##_mask_bbox.y1, s->mask_type##_mask_bbox.y2, \
473 for (y = bbox->y1; y <= bbox->y2; y++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dbuttonbar.cpp534 int y2 = y1; local
535 dc.DrawLine(x1, y1, x2, y2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dnanox.c314 int x1, int y1, int x2, int y2)
320 points[1].y = y2;
313 XDrawLine(Display* display, Window win, GC gc, int x1, int y1, int x2, int y2) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dwrapdfb.h219 bool DrawLine(int x1, int y1, int x2, int y2) argument
220 { return Check(m_ptr->DrawLine(m_ptr, x1, y1, x2, y2)); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/gnome/
H A Dgprint.h231 void DoDrawLine(wxCoord x1, wxCoord y1, wxCoord x2, wxCoord y2);
233 void DoDrawArc(wxCoord x1,wxCoord y1,wxCoord x2,wxCoord y2,wxCoord xc,wxCoord yc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Damifb.c1940 int dst_idx, x2, y2; local
1952 y2 = rect->dy + rect->height;
1954 y2 = y2 < info->var.yres_virtual ? y2 : info->var.yres_virtual;
1956 height = y2 - rect->dy;
2018 int x2, y2; local
2026 y2 = area->dy + area->height;
2030 y2 = y2 < inf
2110 int x2, y2; local
[all...]

Completed in 391 milliseconds

12345678910