HomeSort by relevance Sort by last modified time
    Searched defs:tuc (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_matrix.c 39 Ewk_Tile_Unused_Cache *tuc; member in struct:_Ewk_Tile_Matrix
70 ewk_tile_unused_cache_freeze(tm->tuc);
82 if (!ewk_tile_unused_cache_tile_get(tm->tuc, t))
83 ERR("tile %p was not in cache %p? leaking...", t, tm->tuc);
97 ewk_tile_unused_cache_thaw(tm->tuc);
146 * @param tuc cache of unused tiles or @c NULL to create one
156 Ewk_Tile_Matrix *ewk_tile_matrix_new(Ewk_Tile_Unused_Cache *tuc, unsigned long cols, unsigned long rows, Evas_Colorspace cspace, void (*render_cb)(void *data, Ewk_Tile *t, const Eina_Rectangle *update), const void *data)
169 if (tuc)
170 tm->tuc = ewk_tile_unused_cache_ref(tuc);
    [all...]
ewk_tiled_model.c 531 Ewk_Tile_Unused_Cache *tuc; local
533 CALLOC_OR_OOM_RET(tuc, sizeof(Ewk_Tile_Unused_Cache), NULL);
535 DBG("tuc=%p", tuc);
536 tuc->memory.max = max;
537 tuc->references = 1;
538 return tuc;
541 void ewk_tile_unused_cache_lock_area(Ewk_Tile_Unused_Cache *tuc, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h, float zoom)
543 EINA_SAFETY_ON_NULL_RETURN(tuc);
545 tuc->locked.locked = EINA_TRUE
    [all...]
ewk_tiled_backing_store.c 171 Ewk_Tile_Unused_Cache *tuc = ewk_tile_matrix_unused_cache_get(priv->model.matrix); local
173 if (tuc) {
175 ewk_tile_unused_cache_auto_flush(tuc);
241 Ewk_Tile_Unused_Cache *tuc; local
246 tuc = ewk_tile_matrix_unused_cache_get(priv->model.matrix);
247 ewk_tile_unused_cache_auto_flush(tuc);
334 Ewk_Tile_Unused_Cache *tuc; local
371 tuc = ewk_tile_matrix_unused_cache_get(priv->model.matrix);
372 ewk_tile_unused_cache_auto_flush(tuc);
717 static inline void _ewk_tiled_backing_store_model_matrix_create(Ewk_Tiled_Backing_Store_Data *priv, Ewk_Tile_Unused_Cache *tuc)
777 Ewk_Tile_Unused_Cache *tuc; local
846 Ewk_Tile_Unused_Cache *tuc; local
1892 Ewk_Tile_Unused_Cache *tuc = NULL; local
1926 Ewk_Tile_Unused_Cache *tuc; local
1958 Ewk_Tile_Unused_Cache *tuc; local
1993 Ewk_Tile_Unused_Cache *tuc; local
    [all...]

Completed in 34 milliseconds