Searched refs:new_width (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dbasic2.cpp319 void wxPolygonShape::SetSize(double new_width, double new_height, bool WXUNUSED(recursive)) argument
321 SetAttachmentSize(new_width, new_height);
324 double x_proportion = (double)(fabs(new_width/m_originalWidth));
342 m_boundWidth = (double)fabs(new_width);
1304 double new_width = (double)(2.0*fabs(x - this->GetX())); local
1312 new_height = bound_y*(new_width/bound_x);
1321 new_width = bound_x*(new_height/bound_y);
1324 new_width = bound_x;
1327 new_height = bound_y*(new_width/bound_x);
1330 new_width
1438 double new_width = (double)(2.0*fabs(x - this->GetX())); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dslider.cpp412 int new_width = m_width - MacGetLeftBorderSize() - MacGetRightBorderSize() - 2 * m_macHorizontalBorder - xborder ; local
417 bool doResize = ( oldBounds.right - oldBounds.left ) != new_width || (oldBounds.bottom - oldBounds.top ) != new_height ;
427 UMASizeControl( (ControlHandle) m_macControl , new_width , new_height ) ;
H A Dcontrol.cpp495 int new_width = m_width - MacGetLeftBorderSize() - MacGetRightBorderSize() - 2 * m_macHorizontalBorder ; local
500 bool doResize = ( oldBounds.right - oldBounds.left ) != new_width || (oldBounds.bottom - oldBounds.top ) != new_height ;
510 UMASizeControl( (ControlHandle) m_macControl , new_width , new_height ) ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsvghelper.c75 int new_width; local
90 new_width = (last_time - first_time) / 5000000;
92 if (new_width > svg_page_width)
93 svg_page_width = new_width;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dimage.h344 void SetData( unsigned char *data, int new_width, int new_height, bool static_data=false );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dopengl_enc.c853 int new_width, new_height; local
854 opengl_get_texture_size(opengl, width, height, &new_width, &new_height);
860 glTexImage2D(GL_TEXTURE_2D, 0, opengl->format, new_width, new_height, 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibar.cpp624 int new_width = (rect.width*3)/4; local
625 rect.x += (rect.width/2) - (new_width/2);
626 rect.width = new_width;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimage.cpp1596 void wxImage::SetData( unsigned char *data, int new_width, int new_height, bool static_data ) argument
1602 newRefData->m_width = new_width;
1613 newRefData->m_width = new_width;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Dtransupp.c1098 JDIMENSION new_width, JDIMENSION new_height)
1215 new_value = new_width; /* ExifImageWidth Tag */
1097 adjust_exif_parameters(JOCTET FAR * data, unsigned int length, JDIMENSION new_width, JDIMENSION new_height) argument

Completed in 242 milliseconds