HomeSort by relevance Sort by last modified time
    Searched refs:full_update (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_matrix.c 76 if (t->updates || t->stats.full_update)
112 if (t->updates || t->stats.full_update)
459 t->stats.full_update = EINA_TRUE;
525 if (!t->updates && !t->stats.full_update)
556 if (!t->updates && !t->stats.full_update)
567 if (!t->updates && !t->stats.full_update)
642 if (!t->updates && !t->stats.full_update)
ewk_tiled_model.c 239 * @c stats.full_update and @c updates.
381 if (!t->stats.full_update) {
382 t->stats.full_update = EINA_TRUE;
398 if (t->stats.full_update)
402 t->stats.full_update = EINA_TRUE;
429 if (t->stats.full_update) {
465 * and unset stats.full_update. If t->updates existed, then it will be
476 if (t->stats.full_update)
477 t->stats.full_update = 0;
ewk_tiled_backing_store.h 65 Eina_Bool full_update:1; /**< tile requires full size update */ member in struct:_Ewk_Tile_Stats
  /external/qemu/hw/
goldfish_fb.c 448 int full_update = 0; local
461 full_update = 1;
492 if (full_update)
517 if (full_update) { /* don't use dirty-bits optimization */

Completed in 76 milliseconds