Searched refs:m_pictHandle (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddataobj.cpp235 m_pictHandle = m_bitmap.GetPict( &m_pictCreated ) ;
252 m_pictHandle = m_bitmap.GetPict( &m_pictCreated ) ;
258 m_pictHandle = NULL ;
264 if ( m_pictCreated && m_pictHandle )
266 KillPicture( (PicHandle) m_pictHandle ) ;
268 m_pictHandle = NULL ;
273 if (!m_pictHandle)
278 memcpy(pBuf, *(Handle)m_pictHandle, GetHandleSize((Handle)m_pictHandle));
284 return GetHandleSize((Handle)m_pictHandle) ;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddataobj.cpp657 m_pictHandle = m_bitmap.GetBitmapData()->GetPictHandle();
687 m_pictHandle = NewHandle(CFDataGetLength(data));
688 if ( m_pictHandle )
690 memcpy( *(Handle)m_pictHandle, (const char *)CFDataGetBytePtr(data), CFDataGetLength(data) );
703 m_pictHandle = NewHandle(0);
704 if ( m_pictHandle )
707 err = GraphicsExportSetOutputHandle(exporter, (Handle)m_pictHandle);
716 m_pictHandle = m_bitmap.GetBitmapData()->GetPictHandle();
724 m_pictHandle = NULL;
730 if (m_pictHandle !
[all...]
H A Dbitmap.cpp182 m_pictHandle = NULL ;
307 wxASSERT_MSG( m_pictHandle == NULL && m_iconRef == NULL ,
589 if ( m_pictHandle == NULL )
635 m_pictHandle = OpenPicture(&portRect);
637 if (m_pictHandle)
667 m_pictHandle = (PicHandle) NewHandle(0);
668 if ( m_pictHandle )
674 err = GraphicsExportSetOutputHandle(exporter, (Handle)m_pictHandle);
678 size_t handleSize = GetHandleSize( (Handle) m_pictHandle );
682 memmove( *m_pictHandle , (cha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Ddataobj2.h51 void* m_pictHandle ; member in class:wxBitmapDataObject
H A Dprivate.h1316 PicHandle m_pictHandle; member in class:wxBitmapRefData
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Ddataobj2.h43 void* m_pictHandle ; member in class:wxBitmapDataObject

Completed in 201 milliseconds