Searched refs:cacheThumb (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/kits/tracker/
H A DThumbnails.cpp185 BBitmap* cacheThumb = new BBitmap(tmp.Bounds(), 0, tmp.ColorSpace()); local
186 cacheThumb->ImportBits(&tmp);
194 delete cacheThumb;
198 entry->SetIcon(cacheThumb, kNormalIcon, fRequestedSize);

Completed in 87 milliseconds