Searched refs:new_height (Results 1 - 10 of 10) 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);
325 double y_proportion = (double)(fabs(new_height/m_originalHeight));
343 m_boundHeight = (double)fabs(new_height);
1305 double new_height = (double)(2.0*fabs(y - this->GetY())); local
1312 new_height = bound_y*(new_width/bound_x);
1315 new_height = bound_y;
1321 new_width = bound_x*(new_height/bound_y);
1327 new_height = bound_y*(new_width/bound_x);
1333 new_height
1439 double new_height = (double)(2.0*fabs(y - this->GetY())); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dslider.cpp413 int new_height = m_height - MacGetTopBorderSize() - MacGetBottomBorderSize() - 2 * m_macVerticalBorder - yborder ; 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.cpp496 int new_height = m_height - MacGetTopBorderSize() - MacGetBottomBorderSize() - 2 * m_macVerticalBorder ; 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/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/
H A Davxsynth_c.h695 AVSC_API(AVS_VideoFrame *, avs_subframe)(AVS_ScriptEnvironment *, AVS_VideoFrame * src, int rel_offset, int new_pitch, int new_row_size, int new_height);
722 AVSC_API(AVS_VideoFrame *, avs_subframe_planar)(AVS_ScriptEnvironment *, AVS_VideoFrame * src, int rel_offset, int new_pitch, int new_row_size, int new_height, int rel_offsetU, int rel_offsetV, int new_pitchUV);
H A Davisynth_c.h719 AVSC_API(AVS_VideoFrame *, avs_subframe)(AVS_ScriptEnvironment *, AVS_VideoFrame * src, int rel_offset, int new_pitch, int new_row_size, int new_height);
739 AVSC_API(AVS_VideoFrame *, avs_subframe_planar)(AVS_ScriptEnvironment *, AVS_VideoFrame * src, int rel_offset, int new_pitch, int new_row_size, int new_height, int rel_offsetU, int rel_offsetV, int new_pitchUV);
/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.cpp616 int new_height = (rect.height*3)/4; local
617 rect.y += (rect.height/2) - (new_height/2);
618 rect.height = new_height;
/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
1603 newRefData->m_height = new_height;
1614 newRefData->m_height = new_height;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Dtransupp.c1098 JDIMENSION new_width, JDIMENSION new_height)
1217 new_value = new_height; /* ExifImageHeight Tag */
1097 adjust_exif_parameters(JOCTET FAR * data, unsigned int length, JDIMENSION new_width, JDIMENSION new_height) argument

Completed in 207 milliseconds