Searched refs:old_width (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dpopupwin.cpp240 int old_width = m_width; local
291 if ((m_width != old_width) || (m_height != old_height))
H A Dtoplevel.cpp979 int old_width = m_width; local
1035 if ((m_width != old_width) || (m_height != old_height))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dpopupwin.cpp242 int old_width = m_width; local
292 if ((m_width != old_width) || (m_height != old_height))
H A Dtoplevel.cpp819 int old_width = m_width; local
875 if ((m_width != old_width) || (m_height != old_height))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dtoplevel.cpp466 int old_width = m_width; local
472 if (m_width == old_width && m_height == old_height)
492 int old_width = m_width; local
507 if (m_x == old_x && m_y == old_y && m_width == old_width && m_height == old_height)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimage.cpp307 old_width = M_IMGDATA->m_width; local
309 wxCHECK_MSG( (old_height > 0) && (old_width > 0), image,
312 long width = old_width / xFactor ;
363 long y_offset = (y * yFactor + y1) * old_width;
425 old_width = M_IMGDATA->m_width; local
426 wxCHECK_MSG( (old_height > 0) && (old_width > 0), image,
431 if ( old_width == width && old_height == height )
439 if ( width < old_width && height < old_height )
453 if ( old_width % width == 0 && old_width >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dtoolbar.cpp610 int old_width, old_height; local
611 GetSize(&old_width, &old_height);
628 if ( old_width != width || old_height != height )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtoolbar.cpp545 int old_width, old_height;
546 GetSize(&old_width, &old_height);
564 if ( old_width != width || old_height != height )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dprogress.c620 int old_width = screen_width;
626 if (screen_width != old_width)
618 int old_width = screen_width; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg2meet.c100 int framebuf_stride, old_width, old_height; member in struct:G2MContext
461 if (!c->framebuf || c->old_width < c->width || c->old_height < c->height) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c2192 unsigned int old_width; local
2197 old_width = aic_dev->cur.width;

Completed in 225 milliseconds