Home | History | Annotate | Download | only in ewk

Lines Matching refs:col

34 #define IDX(col, row, rowspan) (col + (row * rowspan))
62 unsigned long row, col;
70 unsigned long col, row;
97 unsigned long col, row;
182 static Ewk_Tile *_ewk_tiled_backing_store_tile_new(Ewk_Tiled_Backing_Store_Data *priv, unsigned long col, unsigned long row, float zoom)
192 (priv->model.matrix, evas, col, row, zoom);
267 static inline Eina_Bool _ewk_tiled_backing_store_pre_render_request_add(Ewk_Tiled_Backing_Store_Data *priv, unsigned long col, unsigned long row, float zoom, Ewk_Tiled_Backing_Store_Pre_Render_Priority priority)
280 r->col = col;
335 unsigned long col, row;
343 col = req->col;
347 if (ewk_tile_matrix_tile_exact_exists(tm, col, row, zoom)) {
348 DBG("no pre-render required for tile %lu,%lu @ %f.", col, row, zoom);
352 t = _ewk_tiled_backing_store_tile_new(priv, col, row, zoom);
386 unsigned long row, col;
395 col = it->update.col;
397 t = _ewk_tiled_backing_store_tile_new(priv, col, row, zoom);
460 it->update.col = m_col;
494 static inline Eina_Bool _ewk_tiled_backing_store_item_fill(Ewk_Tiled_Backing_Store_Data *priv, Ewk_Tiled_Backing_Store_Item *it, long col, int row)
496 long m_col = priv->model.base.col + col;
515 && it->update.col == (unsigned long)(m_col)
525 || old->col != (unsigned long)(m_col)
532 && old->col == (unsigned long)(m_col)
571 static Ewk_Tiled_Backing_Store_Item *_ewk_tiled_backing_store_item_add(Ewk_Tiled_Backing_Store_Data *priv, long col, int row)
582 x = priv->view.offset.base.x + priv->view.x + tw *col;
590 if (!_ewk_tiled_backing_store_item_fill(priv, it, col, row)) {
702 t, t->visible, t->col, t->row, area->x, area->y, area->w, area->h);
807 priv->model.base.col = 0;
1005 priv->model.base.col, priv->model.base.row,
1021 printf("%8p %lu,%lu;", it->tile, it->tile->col, it->tile->row);
1127 * The final result is visually the same, but logically the first col that
1150 priv->model.base.col += count;
1174 * The final result is visually the same, but logically the last col that
1196 priv->model.base.col -= count;
1234 priv->model.base.col -= step_x;
1291 step_x = priv->model.base.col - new_col;
1326 step_x = priv->model.base.col - new_col;
1618 priv->model.base.col = - new_x / tw;
1705 if (base_row != priv->model.base.row || base_col != priv->model.base.col) {
1707 priv->model.base.col = base_col;
1762 priv->model.base.col = -new_x / tw;
1773 priv->model.base.col = -new_x / tw;
1900 priv->model.base.col = 0;
1941 const unsigned long c = info->col;
1963 start_col = (long)priv->model.base.col - n;
1967 priv->model.base.col + priv->view.cols + n - 1);