Searched refs:theName (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/mac/classic/
H A Dicon.cpp99 Str255 theName ; local
101 wxMacStringToPascal( name , theName ) ;
103 Handle resHandle = GetNamedResource( 'cicn' , theName ) ;
106 GetResInfo( resHandle , &theId , &theType , theName ) ;
H A Dcursor.cpp315 Str255 theName ; local
316 wxMacStringToPascal( cursor_file , theName ) ;
319 Handle resHandle = ::GetNamedResource( 'crsr' , theName ) ;
324 GetResInfo( resHandle , &theId , &theType , theName ) ;
332 Handle resHandle = ::GetNamedResource( 'CURS' , theName ) ;
337 GetResInfo( resHandle , &theId , &theType , theName ) ;
H A Dbitmap.cpp1302 Str255 theName ; local
1303 wxMacStringToPascal( name , theName ) ;
1305 PicHandle thePict = (PicHandle ) GetNamedResource( 'PICT' , theName ) ;
H A Dapp.cpp856 wxString theName; local
887 theName = theResPath.AfterLast('/');
897 theErr = FSPathMakeRef((UInt8 *) theName.mb_str(), &theResRef, false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dfontenum.cpp82 CFStringRef theName = NULL; local
83 ATSFontFamilyGetName(theATSFontFamilyRef, kATSOptionFlagsDefault, &theName);
84 wxMacCFStringHolder cfName(theName) ;
H A Dicon.cpp136 Str255 theName ; local
138 wxMacStringToPascal( filename , theName ) ;
139 Handle resHandle = GetNamedResource( 'icns' , theName ) ;
H A Dcursor.cpp475 Str255 theName ;
476 wxMacStringToPascal( cursor_file , theName ) ;
478 Handle resHandle = ::GetNamedResource( 'crsr' , theName ) ;
484 GetResInfo( resHandle , &theId , &theType , theName ) ;
493 Handle resHandle = ::GetNamedResource( 'CURS' , theName ) ;
499 GetResInfo( resHandle , &theId , &theType , theName ) ;
H A Dbitmap.cpp1873 Str255 theName ; local
1874 wxMacStringToPascal( name , theName ) ;
1876 PicHandle thePict = (PicHandle ) GetNamedResource( 'PICT' , theName ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2any.h539 ColourTableEntry(const wxChar *theName, unsigned int r, unsigned int g, unsigned int b);
544 extern void AddColour(const wxChar *theName, unsigned int r, unsigned int g, unsigned int b);
545 extern int FindColourPosition(wxChar *theName);
547 extern bool FindColourHTMLString(wxChar *theName, wxChar *buf);
H A Dtexutils.cpp1619 ColourTableEntry::ColourTableEntry(const wxChar *theName, unsigned int r, unsigned int g, unsigned int b) argument
1621 name = copystring(theName);
1632 void AddColour(const wxChar *theName, unsigned int r, unsigned int g, unsigned int b) argument
1634 wxNode *node = ColourTable.Find(theName);
1646 ColourTableEntry *entry = new ColourTableEntry(theName, r, g, b);
1647 ColourTable.Append(theName, entry);
1650 int FindColourPosition(wxChar *theName) argument
1657 if (wxStrcmp(theName, entry->name) == 0)
1667 bool FindColourHTMLString(wxChar *theName, wxChar *buf) argument
1673 if (wxStrcmp(theName, entr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dconstrnt.cpp39 wxOGLConstraintType::wxOGLConstraintType(int theType, const wxString& theName, const wxString& thePhrase) argument
42 m_name = theName;

Completed in 80 milliseconds