Searched refs:tile (Results 1 - 25 of 216) sorted by relevance

123456789

/external/skia/src/core/
H A DSkTileGrid.h18 * to tile regions, disposed in a regular grid. This is useful when the tile
23 * that are an exact match to a single tile. Implementation could be augmented
55 * The query argument is expected to be an exact match to a tile of the grid
78 SkTDArray<void*>& tile(int x, int y);
97 * recorded into the tile grid.
99 * \param tileData array of pointers to arrays of tile data
100 * \param tileIndices per-tile data indices, indices are incremented for tiles that contain
103 * such that 'a < b' is true if 'a' was inserted into the tile grid before 'b'.
112 for (int tile
[all...]
H A DSkTileGrid.cpp33 return this->tile(x, y).count();
36 SkTDArray<void *>& SkTileGrid::tile(int x, int y) { function in class:SkTileGrid
62 this->tile(x, y).push(data);
72 // 'tileInterval + 2 * margin' that are aligned with the tile grid.
76 // Convert the query rectangle from device coordinates to tile coordinates
77 // by rounding outwards to the nearest tile boundary so that the resulting tile
94 *results = this->tile(tileStartX, tileStartY);
100 int tile = 0; local
103 tileRange[tile]
[all...]
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dtile_page.css5 .tile-page {
13 .tile-page-scrollbar {
23 .tile-page-content {
52 .tile-grid {
57 .tile {
68 .tile:not(.doppleganger) {
73 * webstore tile that's on the same page as a [+]. */
74 .tile:not(.real):not(.doppleganger) {
78 /* I don't know why this is necessary. -webkit-user-drag: element on .tile
81 .tile im
[all...]
H A Dtrash.js32 var tile = ntp.getCurrentlyDraggingTile();
33 if (!tile)
36 return tile.firstChild.canBeRemoved();
65 var tile = ntp.getCurrentlyDraggingTile();
66 tile.firstChild.removeFromChrome();
67 tile.landedOnTrash = true;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_tile_common.h25 // initializes 'tile->mi_(row|col)_(start|end)' for (row, col) based on
27 void vp9_tile_init(TileInfo *tile, const struct VP9Common *cm,
30 void vp9_tile_set_row(TileInfo *tile, const struct VP9Common *cm, int row);
31 void vp9_tile_set_col(TileInfo *tile, const struct VP9Common *cm, int col);
H A Dvp9_tile_common.c24 void vp9_tile_set_row(TileInfo *tile, const VP9_COMMON *cm, int row) { argument
25 tile->mi_row_start = get_tile_offset(row, cm->mi_rows, cm->log2_tile_rows);
26 tile->mi_row_end = get_tile_offset(row + 1, cm->mi_rows, cm->log2_tile_rows);
29 void vp9_tile_set_col(TileInfo *tile, const VP9_COMMON *cm, int col) { argument
30 tile->mi_col_start = get_tile_offset(col, cm->mi_cols, cm->log2_tile_cols);
31 tile->mi_col_end = get_tile_offset(col + 1, cm->mi_cols, cm->log2_tile_cols);
34 void vp9_tile_init(TileInfo *tile, const VP9_COMMON *cm, int row, int col) { argument
35 vp9_tile_set_row(tile, cm, row);
36 vp9_tile_set_col(tile, cm, col);
/external/replicaisland/tools/
H A DExtractPoints.js54 // an array by tile.
66 var tile = new Object;
67 tile.edges = new Array();
111 tile.edges.push(edge);
116 tile.centerX = totalX;
117 tile.centerY = totalY;
119 var column = Math.floor(tile.centerX / tileSizeX);
120 var row = Math.floor(tile.centerY / tileSizeY);
122 tile.xOffset = column * tileSizeX;
123 tile
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c5 struct tile { struct
114 static void plot(struct tile *tile, argument
119 if (tile->data[x][y] == ' ')
120 tile->coverage++;
122 tile->overdraw++;
124 tile->data[x][y] = val;
135 struct tile *tile,
142 if (!tile
133 debug_shade_tile(int x, int y, const union lp_rast_cmd_arg arg, struct tile *tile, char val) argument
158 debug_clear_tile(int x, int y, const union lp_rast_cmd_arg arg, struct tile *tile, char val) argument
175 debug_triangle(int tilex, int tiley, const union lp_rast_cmd_arg arg, struct tile *tile, char val) argument
231 do_debug_bin( struct tile *tile, const struct cmd_bin *bin, boolean print_cmds) argument
290 struct tile tile; local
348 struct tile tile; local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c5 struct tile { struct
114 static void plot(struct tile *tile, argument
119 if (tile->data[x][y] == ' ')
120 tile->coverage++;
122 tile->overdraw++;
124 tile->data[x][y] = val;
135 struct tile *tile,
142 if (!tile
133 debug_shade_tile(int x, int y, const union lp_rast_cmd_arg arg, struct tile *tile, char val) argument
158 debug_clear_tile(int x, int y, const union lp_rast_cmd_arg arg, struct tile *tile, char val) argument
175 debug_triangle(int tilex, int tiley, const union lp_rast_cmd_arg arg, struct tile *tile, char val) argument
231 do_debug_bin( struct tile *tile, const struct cmd_bin *bin, boolean print_cmds) argument
290 struct tile tile; local
348 struct tile tile; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodemv.h23 const struct TileInfo *const tile,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_pickmode.h21 const struct TileInfo *const tile,
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.h23 const struct TileInfo *const tile,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.h21 const struct TileInfo *const tile,
/external/chromium_org/cc/layers/
H A Dtiled_layer_impl.cc68 DrawableTile* tile = TileAt(0, 0); local
69 ResourceProvider::ResourceId resource_id = tile ? tile->resource_id() : 0;
86 scoped_ptr<DrawableTile> tile(DrawableTile::Create());
87 DrawableTile* added_tile = tile.get();
88 tiler_->AddTile(tile.PassAs<LayerTilingData::Tile>(), i, j);
118 const DrawableTile* tile = static_cast<DrawableTile*>(iter->second); local
119 DCHECK(tile);
120 if (!tile->resource_id())
140 DrawableTile* tile local
180 DrawableTile* tile = TileAt(i, j); local
211 DrawableTile* tile = TileAt(i, j); local
286 DrawableTile* tile = TileAt(i, j); local
294 DrawableTile* tile = TileAt(i, j); local
[all...]
H A Dtiled_layer.cc61 // This promises to update the tile and therefore also guarantees the tile
117 // extends into a second tile but the total layer area isn't larger than that
203 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
205 if (!tile)
208 if (!tile->managed_resource()->have_backing_texture()) {
210 invalid_tiles.push_back(tile);
214 if (!tile->valid_for_frame) {
223 tile->managed_resource()->resource_id(),
224 tile
245 UpdatableTile* tile = TileAt(i, j); local
257 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
304 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
316 TileOnlyNeedsPartialUpdate(UpdatableTile* tile) argument
360 UpdatableTile* tile = TileAt(i, j); local
389 UpdatableTile* tile = TileAt(i, j); local
420 UpdatableTile* tile = TileAt(i, j); local
483 UpdatableTile* tile = TileAt(i, j); local
603 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
630 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
817 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
841 UpdatableTile* tile = TileAt(i, j); local
[all...]
/external/chromium_org/cc/test/
H A Dfake_tile_manager.h21 bool HasBeenAssignedMemory(Tile* tile);
25 virtual void Release(Tile* tile) OVERRIDE;
/external/skia/dm/
H A DDMQuiltTask.cpp9 DEFINE_int32(quiltTile, 16, "Dimension of (square) quilt tile.");
31 SkBitmap tile; local
32 tile.allocPixels(SkImageInfo::Make(FLAGS_quiltTile, FLAGS_quiltTile,
34 SkCanvas tileCanvas(tile);
36 for (int y = 0; y < tiles_needed(full.height(), tile.height()); y++) {
37 for (int x = 0; x < tiles_needed(full.width(), tile.width()); x++) {
40 const SkScalar xOffset = SkIntToScalar(x * tile.width()),
41 yOffset = SkIntToScalar(y * tile.height());
48 fullCanvas.drawBitmap(tile, xOffset, yOffset, NULL);
/external/chromium-trace/trace-viewer/src/cc/
H A Dtile_view.js7 base.require('cc.tile');
15 * Displays a tile in a human readable form.
19 'tile-snapshot-view',
26 this.classList.add('tile-snapshot-view');
32 var tile = this.objectSnapshot_;
33 var layerTreeHostImpl = tile.containingSnapshot;
38 this.layerTreeView_.selection = new cc.TileSelection(tile);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.c29 * Render target tile caching.
46 * Return the position in the cache for the tile that contains win pos (x,y).
57 * Is the tile at (x,y) in cleared state?
71 * Mark the tile at (x,y) as not cleared.
110 tc->tile = MALLOC_STRUCT( softpipe_cached_tile );
111 if (!tc->tile)
141 FREE( tc->tile );
217 * Set pixels in a tile to the given clear color/value, float.
220 clear_tile_rgba(struct softpipe_cached_tile *tile, argument
228 memset(tile
269 clear_tile(struct softpipe_cached_tile *tile, enum pipe_format format, uint64_t clear_value) argument
439 struct softpipe_cached_tile *tile = tc->entries[pos]; local
464 struct softpipe_cached_tile * tile = MALLOC_STRUCT(softpipe_cached_tile); local
506 struct softpipe_cached_tile *tile = tc->entries[pos]; local
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.c29 * Render target tile caching.
46 * Return the position in the cache for the tile that contains win pos (x,y).
57 * Is the tile at (x,y) in cleared state?
71 * Mark the tile at (x,y) as not cleared.
110 tc->tile = MALLOC_STRUCT( softpipe_cached_tile );
111 if (!tc->tile)
141 FREE( tc->tile );
217 * Set pixels in a tile to the given clear color/value, float.
220 clear_tile_rgba(struct softpipe_cached_tile *tile, argument
228 memset(tile
269 clear_tile(struct softpipe_cached_tile *tile, enum pipe_format format, uint64_t clear_value) argument
439 struct softpipe_cached_tile *tile = tc->entries[pos]; local
464 struct softpipe_cached_tile * tile = MALLOC_STRUCT(softpipe_cached_tile); local
506 struct softpipe_cached_tile *tile = tc->entries[pos]; local
[all...]
/external/chromium_org/cc/resources/
H A Dtile_manager.cc22 #include "cc/resources/tile.h"
32 // a tile is of solid color.
409 void TileManager::Release(Tile* tile) { argument
410 DCHECK(TilePriority() == tile->combined_priority());
413 released_tiles_.push_back(tile);
416 void TileManager::DidChangeTilePriority(Tile* tile) { argument
431 Tile* tile = *it; local
432 FreeResourcesForTile(tile);
443 Tile* tile = *it; local
445 if (tile
525 Tile* tile = it->second; local
572 Tile* tile = it->second; local
794 Tile* tile = *it; local
920 FreeResourceForTile(Tile* tile, RasterMode mode) argument
933 FreeResourcesForTile(Tile* tile) argument
939 FreeUnusedResourcesForTile(Tile* tile) argument
956 FreeResourcesForTileAndNotifyClientIfTileWasReadyToDraw( Tile* tile) argument
980 Tile* tile = *it; local
1016 CreateImageDecodeTask( Tile* tile, SkPixelRef* pixel_ref) argument
1029 CreateRasterTask(Tile* tile) argument
1108 Tile* tile = tiles_[tile_id]; local
1148 scoped_refptr<Tile> tile = make_scoped_refptr(new Tile(this, local
[all...]
H A Dprioritized_tile_set_unittest.cc10 #include "cc/resources/tile.h"
85 Tile* tile = it->get(); local
86 tile->SetPriority(ACTIVE_TREE, TilePriority());
87 tile->SetPriority(PENDING_TREE, TilePriority());
115 scoped_refptr<Tile> tile = CreateTile(); local
116 set.InsertTile(tile.get(), NOW_BIN);
120 EXPECT_TRUE(*it == tile.get());
138 scoped_refptr<Tile> tile = CreateTile(); local
139 tile->SetPriority(ACTIVE_TREE, priorities[priority]);
140 tile
172 scoped_refptr<Tile> tile = CreateTile(); local
208 scoped_refptr<Tile> tile = CreateTile(); local
245 scoped_refptr<Tile> tile = CreateTile(); local
278 scoped_refptr<Tile> tile = CreateTile(); local
314 scoped_refptr<Tile> tile = CreateTile(); local
350 scoped_refptr<Tile> tile = CreateTile(); local
386 scoped_refptr<Tile> tile = CreateTile(); local
470 scoped_refptr<Tile> tile = CreateTile(); local
589 scoped_refptr<Tile> tile = CreateTile(); local
[all...]
H A Dtile_manager.h28 #include "cc/resources/tile.h"
43 // Returns the set of layers that the tile manager should consider for raster.
51 // Called when the visible representation of a tile might have changed. Some
56 virtual void NotifyTileStateChanged(const Tile* tile) = 0;
58 // Given an empty raster tile priority queue, this will build a priority queue
64 // Given an empty eviction tile priority queue, this will build a priority
141 Tile* tile = tiles[i]; local
143 FreeResourceForTile(tile, static_cast<RasterMode>(mode));
184 void DidChangeTilePriority(Tile* tile);
190 virtual void Release(Tile* tile) OVERRID
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_tile_common.c24 void vp9_tile_init(TileInfo *tile, const VP9_COMMON *cm, int row, int col) { argument
25 tile->mi_row_start = get_tile_offset(row, cm->mi_rows, cm->log2_tile_rows);
26 tile->mi_row_end = get_tile_offset(row + 1, cm->mi_rows, cm->log2_tile_rows);
27 tile->mi_col_start = get_tile_offset(col, cm->mi_cols, cm->log2_tile_cols);
28 tile->mi_col_end = get_tile_offset(col + 1, cm->mi_cols, cm->log2_tile_cols);
H A Dvp9_tile_common.h25 // initializes 'tile->mi_(row|col)_(start|end)' for (row, col) based on
27 void vp9_tile_init(TileInfo *tile, const struct VP9Common *cm,

Completed in 3936 milliseconds

123456789