Searched refs:HasPreview (Results 1 – 1 of 1) sorted by relevance
68 bool HasPreview (void) const;205 && (iEntry->second.HasPreview() || iEntry->second.HasReplacement())); in HasBitmap()244 if ( ! iEntry->second.HasPreview() && iEntry->second.HasReplacement()) in GetBitmap()300 if (iEntry->second.HasPreview()) in InvalidateBitmap()477 if ( ! bIncludeNoPreview && ! iEntry->second.HasPreview()) in GetCacheIndex()506 if (iEntry != mpBitmapContainer->end() && iEntry->second.HasPreview()) in Compress()583 if ((rEntry.HasPreview() || rEntry.HasLosslessReplacement()) in Recycle()584 && ! (HasPreview() || HasLosslessReplacement())) in Recycle()667 bool BitmapCache::CacheEntry::HasPreview (void) const in HasPreview() function in sd::slidesorter::cache::BitmapCache::CacheEntry
Completed in 10 milliseconds