Searched defs:_Ewk_Tile (Results 1 – 1 of 1) sorted by relevance
68 struct _Ewk_Tile { struct70 Eina_Tiler *updates; /**< updated/dirty areas */71 Ewk_Tile_Stats stats; /**< tile usage statistics */72 unsigned long col, row; /**< tile tile position */73 Evas_Coord x, y; /**< tile coordinate position */76 cairo_surface_t *surface;77 cairo_t *cairo;80 const Evas_Coord w, h; /**< tile size (see TILE_SIZE_AT_ZOOM()) */81 const Evas_Colorspace cspace; /**< colorspace */82 const float zoom; /**< zoom level contents were rendered at */[all …]