Home
last modified time | relevance | path

Searched defs:_Ewk_Tile (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/efl/ewk/
Dewk_tiled_backing_store.h68 struct _Ewk_Tile { struct
70 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 …]