Home | History | Annotate | Download | only in ewk

Lines Matching refs:updates

239  * @c stats.full_update and @c updates.
281 t->updates = NULL;
337 if (t->updates)
338 eina_tiler_free(t->updates);
378 /* TODO: list of tiles pending updates? */
383 if (t->updates) {
384 eina_tiler_free(t->updates);
385 t->updates = NULL;
395 /* TODO: list of tiles pending updates? */
403 if (t->updates) {
404 eina_tiler_free(t->updates);
405 t->updates = NULL;
410 if (!t->updates) {
411 t->updates = eina_tiler_new(t->w, t->h);
412 if (!t->updates) {
418 eina_tiler_rect_add(t->updates, r);
425 * updates, use ewk_tile_updates_clear() for that.
448 } else if (t->updates) {
449 Eina_Iterator *itr = eina_tiler_iterator_new(t->updates);
462 * Clear all updates in region, if any.
465 * and unset stats.full_update. If t->updates existed, then it will be
473 /* TODO: remove from list of pending updates? */
478 else if (t->updates) {
479 eina_tiler_free(t->updates);
480 t->updates = NULL;