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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstackwalk.h38 m_offset = 0;
55 size_t GetOffset() const { ConstCast()->OnGetName(); return m_offset; }
113 size_t m_offset; member in class:wxStackFrameBase
H A Dtarstrm.h193 wxFileOffset m_offset; // offset to the start of the entry's data member in class:wxTarInputStream
H A Ddatetime.h427 TimeZone(wxDateTime_t offset = 0) { m_offset = offset; }
434 tz.m_offset = offset;
439 long GetOffset() const { return m_offset; }
443 long m_offset; member in class:wxDateTime::TimeZone
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddragimgg.cpp242 m_offset = hotspot;
391 RedrawImage(oldPos - m_offset, pt2 - m_offset, eraseOldImage, true);
423 RedrawImage(m_position - m_offset, m_position - m_offset, false, true);
447 RedrawImage(m_position - m_offset, m_position - m_offset, true, false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dqueue.cpp480 m_offset = 0;
516 size_t len = (size_t)STDMIN(bytesLeft, (lword)m_node->CurrentSize()-m_offset);
517 blockedBytes = target.ChannelPut2(channel, m_node->buf+m_node->m_head+m_offset, len, 0, blocking);
527 m_offset += len;
532 m_offset = 0;
H A Dqueue.h90 size_t m_offset; member in class:ByteQueue::Walker
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dnotebook.h220 wxCoord m_offset; member in class:wxNotebook
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dstackwalk.cpp127 m_offset = ofs;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddragimgg.h243 wxPoint m_offset; // The hostpot value passed to BeginDrag member in class:wxGenericDragImage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dnotebook.cpp135 m_offset = 0;
720 rect.y += widthBefore - m_offset;
725 rect.x += widthBefore - m_offset;
1123 m_offset -= GetTabWidth(m_firstVisible--);
1218 m_offset = 0;
1221 m_offset += GetTabWidth(n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtarstrm.cpp662 m_offset = 0;
693 entry->SetOffset(m_offset);
733 m_offset = offset;
777 m_offset += size;
796 m_offset += TAR_BLOCKSIZE;
940 m_offset += lastread;
1011 if (pos < 0 || m_parent_i_stream->SeekI(m_offset + pos) == wxInvalidOffset)
H A Ddatetime.cpp736 m_offset = -GetTimeZone();
751 m_offset = -3600*(wxDateTime::GMT0 - tz);
768 m_offset = 3600*(tz - wxDateTime::GMT0);
773 m_offset = 60l*(9*MIN_PER_HOUR + MIN_PER_HOUR/2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dstackwalk.cpp76 m_offset = symDisplacement;
H A Dgraphics.cpp1003 m_offset = offset;
1004 if ( m_offset )
1009 if ( m_offset )
1014 bool m_offset; member in class:wxGDIPlusOffsetHelper
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgraphics.cpp1351 m_offset = offset;
1352 if ( m_offset )
1357 if ( m_offset )
1362 bool m_offset;

Completed in 294 milliseconds