Lines Matching refs:entry
44 GradientCacheEntry(const GradientCacheEntry& entry) {
45 copy(entry.colors, entry.positions, entry.count);
53 GradientCacheEntry& operator=(const GradientCacheEntry& entry) {
54 if (this != &entry) {
58 copy(entry.colors, entry.positions, entry.count);
102 inline hash_t hash_type(const GradientCacheEntry& entry) {
103 return entry.hash();
118 * Used as a callback when an entry is removed from the cache.