Searched refs:sourceRef (Results 1 – 3 of 3) sorted by relevance
61 public JsonLocation(Object sourceRef, long totalBytes, long totalChars, in JsonLocation() argument64 _sourceRef = sourceRef; in JsonLocation()
101 public IOContext(BufferRecycler br, Object sourceRef, boolean managedResource) in IOContext() argument104 _sourceRef = sourceRef; in IOContext()
4837 CGImageSourceRef sourceRef; /* The file's image source */ in load_ppd() local4851 sourceRef = CGImageSourceCreateWithURL(icnsFileUrl, NULL); in load_ppd()4852 if (sourceRef) in load_ppd()4854 for (i = 0; i < (int)CGImageSourceGetCount(sourceRef); i ++) in load_ppd()4856 imageRef = CGImageSourceCreateImageAtIndex(sourceRef, (size_t)i, NULL); in load_ppd()4934 CFRelease(sourceRef); in load_ppd()