Searched refs:newRef (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dbitmap.cpp1013 wxBitmapRefData* newRef = new wxBitmapRefData; local
1014 newRef->m_width = oldRef->m_width;
1015 newRef->m_height = oldRef->m_height;
1016 newRef->m_bpp = oldRef->m_bpp;
1019 newRef->m_pixmap = gdk_pixmap_new(
1023 GdkGC* gc = gdk_gc_new(newRef->m_pixmap);
1025 newRef->m_pixmap, gc, oldRef->m_pixmap, 0, 0, 0, 0, -1, -1);
1030 newRef->m_pixbuf = gdk_pixbuf_copy(oldRef->m_pixbuf);
1034 newRef->m_mask = new wxMask;
1035 newRef
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefilex/
H A DMoreFilesX.c450 pb.newRef = ref;
1374 FSRef *newRef) /* if function fails along the way, newRef is final location of file */
1386 require_action(NULL != newRef, BadParameter, result = paramErr);
1388 /* newRef = input to start with */
1389 BlockMoveData(ref, newRef, sizeof(FSRef));
1418 result = FSRenameUnicode(ref, uniqueName.length, uniqueName.unicode, kTextEncodingUnknown, newRef);
1422 result = FSMoveObject(newRef, destDirectory, newRef);
1426 result = FSRenameUnicode(ref, nameLength, name, textEncodingHint, newRef);
1368 FSMoveRenameObjectUnicode( const FSRef *ref, const FSRef *destDirectory, UniCharCount nameLength, const UniChar *name, TextEncoding textEncodingHint, FSRef *newRef) argument
1858 FSRef newRef; local
2401 FSCopyFile( const FSRef *srcFileRef, const FSRef *dstDirectoryRef, UniCharCount nameLength, const UniChar *copyName, TextEncoding textEncodingHint, FSRef *newRef) argument
2471 FSMoveRename( const FSRef *srcFileRef, const FSRef *dstDirectoryRef, UniCharCount nameLength, const UniChar *moveName, TextEncoding textEncodingHint, FSRef *newRef) argument
[all...]
H A DMoreFilesX.cpp446 pb.newRef = ref;
1370 FSRef *newRef) /* if function fails along the way, newRef is final location of file */
1382 require_action(NULL != newRef, BadParameter, result = paramErr);
1384 /* newRef = input to start with */
1385 BlockMoveData(ref, newRef, sizeof(FSRef));
1414 result = FSRenameUnicode(ref, uniqueName.length, uniqueName.unicode, kTextEncodingUnknown, newRef);
1418 result = FSMoveObject(newRef, destDirectory, newRef);
1422 result = FSRenameUnicode(ref, nameLength, name, textEncodingHint, newRef);
1364 FSMoveRenameObjectUnicode( const FSRef *ref, const FSRef *destDirectory, UniCharCount nameLength, const UniChar *name, TextEncoding textEncodingHint, FSRef *newRef) argument
1854 FSRef newRef; local
2395 FSCopyFile( const FSRef *srcFileRef, const FSRef *dstDirectoryRef, UniCharCount nameLength, const UniChar *copyName, TextEncoding textEncodingHint, FSRef *newRef) argument
2465 FSMoveRename( const FSRef *srcFileRef, const FSRef *dstDirectoryRef, UniCharCount nameLength, const UniChar *moveName, TextEncoding textEncodingHint, FSRef *newRef) argument
[all...]
H A DMoreFilesX.h1098 FSRef *newRef); /* if function fails along the way, newRef is final location of file */
1106 newRef, like ref, will be invalid.
1116 newRef <-- The new FSRef of the object moved. Note that if
1118 newRef is still then final location of the object.
1568 FSRef *newRef); /* can be NULL */
1584 newRef <** An optional pointer to a FSRef.
1600 FSRef *newRef); /* can be NULL */
1616 newRef <** An optional pointer to a FSRef.

Completed in 59 milliseconds