Lines Matching full:set
45 …* @param ops A set of operations that can be performed on the cache. See lv_cache_ops_t …
138 * Set the maximum size of the cache.
140 * If set to 0, the cache will be disabled.
142 * @param cache The cache object pointer to set the maximum size.
181 * Set the compare callback of the cache.
182 * @param cache The cache object pointer to set the compare callback.
183 * @param compare_cb The compare callback to set.
189 * Set the create callback of the cache.
190 * @param cache The cache object pointer to set the create callback.
191 * @param alloc_cb The create callback to set.
197 * Set the free callback of the cache.
198 * @param cache The cache object pointer to set the free callback.
199 * @param free_cb The free callback to set.
206 * @param cache The cache object pointer to set the name.