Home | History | Annotate | Download | only in ewk

Lines Matching defs:zoom

227  * Create a new tile of given size, zoom level and colorspace.
241 Ewk_Tile *ewk_tile_new(Evas *evas, Evas_Coord w, Evas_Coord h, float zoom, Evas_Colorspace cspace)
270 DBG("size: %dx%d (%d), zoom: %f, cspace=%d",
271 w, h, area, (double)zoom, cspace);
296 f = (float *)&t->zoom;
297 *f = zoom;
506 float zoom;
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)
550 tuc->locked.zoom = zoom;
712 && t->zoom == tuc->locked.zoom) {
897 t->col, t->row, t->w, t->h, t->zoom,