Searched refs:hURL (Results 1 – 1 of 1) sorted by relevance
261 … CFURLRef hURL = CFBundleCopyResourceURL( hMain, pCursorName, CFSTR("png"), CFSTR("cursors") ); in getCursor() local262 if( hURL ) in getCursor()264 …sor alloc] initWithImage: [[NSImage alloc] initWithContentsOfURL: (NSURL*)hURL] hotSpot: aHotSpot]; in getCursor()265 CFRelease( hURL ); in getCursor()
Completed in 14 milliseconds