Searched refs:hURL (Results 1 – 1 of 1) sorted by relevance
256 … CFURLRef hURL = CFBundleCopyResourceURL( hMain, pCursorName, CFSTR("png"), CFSTR("cursors") ); in getCursor() local257 if( hURL ) in getCursor()259 …sor alloc] initWithImage: [[NSImage alloc] initWithContentsOfURL: (NSURL*)hURL] hotSpot: aHotSpot]; in getCursor()260 CFRelease( hURL ); in getCursor()