HomeSort by relevance Sort by last modified time
    Searched refs:tile (Results 1 - 25 of 272) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/skia/src/core/
SkTileGrid.h 18 * 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 = 0; tile < tileCount; ++tile)
    [all...]
  /external/skia/src/core/
SkTileGrid.h 18 * 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 = 0; tile < tileCount; ++tile)
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
tile_page.css 5 .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 img
    [all...]
  /external/replicaisland/tools/
ExtractPoints.js 41 var tileSizeX = prompt("Tile pixel width:");
42 var tileSizeY = prompt("Tile pixel height:");
54 // 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)
    [all...]
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardCategory.java 38 * Identifier for this tile, to correlate with a new list when
65 public void addTile(DashboardTile tile) {
66 tiles.add(tile);
69 public void addTile(int n, DashboardTile tile) {
70 tiles.add(n, tile);
73 public void removeTile(DashboardTile tile) {
74 tiles.remove(tile);
115 DashboardTile tile = tiles.get(n); local
116 tile.writeToParcel(dest, flags);
127 DashboardTile tile = DashboardTile.CREATOR.createFromParcel(in) local
    [all...]
  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 24 class DrawableTile : public LayerTilingData::Tile {
66 DrawableTile* tile = TileAt(0, 0); local
67 ResourceProvider::ResourceId resource_id = tile ? tile->resource_id() : 0;
84 scoped_ptr<DrawableTile> tile(DrawableTile::Create());
85 DrawableTile* added_tile = tile.get();
86 tiler_->AddTile(tile.PassAs<LayerTilingData::Tile>(), i, j);
114 const DrawableTile* tile = static_cast<DrawableTile*>(iter->second); local
115 if (!tile || !tile->resource_id()
135 DrawableTile* tile = static_cast<DrawableTile*>(iter->second); local
173 DrawableTile* tile = TileAt(i, j); local
203 DrawableTile* tile = TileAt(i, j); local
283 DrawableTile* tile = TileAt(i, j); local
292 DrawableTile* tile = TileAt(i, j); local
    [all...]
tiled_layer.cc 34 class UpdatableTile : public LayerTilingData::Tile {
60 // This promises to update the tile and therefore also guarantees the tile
115 // Tile if both dimensions large, or any one dimension large and the other
116 // extends into a second tile but the total layer area isn't larger than that
204 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
206 if (!tile)
209 if (!tile->managed_resource()->have_backing_texture()) {
211 invalid_tiles.push_back(tile);
215 if (!tile->valid_for_frame)
247 UpdatableTile* tile = TileAt(i, j); local
259 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
306 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
362 UpdatableTile* tile = TileAt(i, j); local
391 UpdatableTile* tile = TileAt(i, j); local
422 UpdatableTile* tile = TileAt(i, j); local
490 UpdatableTile* tile = TileAt(i, j); local
631 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
660 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
847 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
871 UpdatableTile* tile = TileAt(i, j); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 5 struct tile { struct
114 static void plot(struct tile *tile,
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->state
290 struct tile tile; local
348 struct tile tile; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 5 struct tile { struct
114 static void plot(struct tile *tile,
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->state
290 struct tile tile; local
348 struct tile tile; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.h 23 const struct TileInfo *const tile,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_pickmode.h 21 const struct TileInfo *const tile,
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.h 23 const struct TileInfo *const tile,
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.h 21 const struct TileInfo *const tile,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.h 23 const struct TileInfo *const tile,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_pickmode.h 21 const struct TileInfo *const tile,
  /external/chromium_org/cc/test/
fake_tile_manager.h 21 bool HasBeenAssignedMemory(Tile* tile);
27 virtual void Release(Tile* tile) OVERRIDE;
29 std::vector<Tile*> tiles_for_raster;
  /external/chromium_org/third_party/skia/dm/
DMQuiltTask.cpp 9 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/skia/dm/
DMQuiltTask.cpp 9 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_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tile_cache.c 29 * 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,
228 memset(tile->data.color, 0, sizeof(tile->data.color))
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/
sp_tile_cache.c 29 * 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,
228 memset(tile->data.color, 0, sizeof(tile->data.color))
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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 53 * This is the tile state in the CPU side.
54 * Life of a Tile:
89 // The offsets of the (left, top) of the upper-left tile to the (left, top)
100 private final LongSparseArray<Tile> mActiveTiles = new LongSparseArray<Tile>();
132 // The tile returned by this method can be specified this way: Assuming
201 // 1. Decide the tile level we want to use for display.
202 // 2. Decide the tile levels we want to keep as texture (in addition to
211 // The tile levels we want to keep as texture is in the range
219 // We want to keep one more tile level as texture in addition to wha
255 Tile tile = mActiveTiles.valueAt(i); local
286 Tile tile = mActiveTiles.valueAt(i); local
387 Tile tile = mRecycledQueue.pop(); local
471 Tile tile = mActiveTiles.valueAt(i); local
514 Tile tile = mRecycledQueue.pop(); local
538 Tile tile = mActiveTiles.get(key); local
569 Tile tile = null; local
597 Tile tile = getTile(tx, ty, level); local
740 Tile tile = mHead; local
773 Tile tile = null; local
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 46 * This is the tile state in the CPU side.
47 * Life of a Tile:
96 private final LongSparseArray<Tile> mActiveTiles = new LongSparseArray<Tile>();
131 * If the source does not care about the tile size, it should use
146 * The tile returned by this method can be specified this way: Assuming
253 // 1. Decide the tile level we want to use for display.
254 // 2. Decide the tile levels we want to keep as texture (in addition to
264 // The tile levels we want to keep as texture is in the range
272 // We want to keep one more tile level as texture in addition to wha
310 Tile tile = mActiveTiles.valueAt(i); local
342 Tile tile = mActiveTiles.valueAt(i); local
395 Tile tile = mRecycledQueue.pop(); local
474 Tile tile = mActiveTiles.valueAt(i); local
521 Tile tile = mRecycledQueue.pop(); local
548 Tile tile = mActiveTiles.get(key); local
572 Tile tile = null; local
603 Tile tile = getTile(tx, ty, level); local
755 Tile tile = mHead; local
803 Tile tile = mDecodeQueue.pop(); local
816 Tile tile = waitForTile(); local
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 46 * This is the tile state in the CPU side.
47 * Life of a Tile:
96 private final LongSparseArray<Tile> mActiveTiles = new LongSparseArray<Tile>();
131 * If the source does not care about the tile size, it should use
146 * The tile returned by this method can be specified this way: Assuming
253 // 1. Decide the tile level we want to use for display.
254 // 2. Decide the tile levels we want to keep as texture (in addition to
264 // The tile levels we want to keep as texture is in the range
272 // We want to keep one more tile level as texture in addition to wha
310 Tile tile = mActiveTiles.valueAt(i); local
342 Tile tile = mActiveTiles.valueAt(i); local
395 Tile tile = mRecycledQueue.pop(); local
474 Tile tile = mActiveTiles.valueAt(i); local
521 Tile tile = mRecycledQueue.pop(); local
548 Tile tile = mActiveTiles.get(key); local
572 Tile tile = null; local
603 Tile tile = getTile(tx, ty, level); local
755 Tile tile = mHead; local
803 Tile tile = mDecodeQueue.pop(); local
816 Tile tile = waitForTile(); local
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 46 * This is the tile state in the CPU side.
47 * Life of a Tile:
96 private final LongSparseArray<Tile> mActiveTiles = new LongSparseArray<Tile>();
131 * If the source does not care about the tile size, it should use
146 * The tile returned by this method can be specified this way: Assuming
253 // 1. Decide the tile level we want to use for display.
254 // 2. Decide the tile levels we want to keep as texture (in addition to
264 // The tile levels we want to keep as texture is in the range
272 // We want to keep one more tile level as texture in addition to wha
310 Tile tile = mActiveTiles.valueAt(i); local
342 Tile tile = mActiveTiles.valueAt(i); local
395 Tile tile = mRecycledQueue.pop(); local
474 Tile tile = mActiveTiles.valueAt(i); local
521 Tile tile = mRecycledQueue.pop(); local
548 Tile tile = mActiveTiles.get(key); local
572 Tile tile = null; local
603 Tile tile = getTile(tx, ty, level); local
755 Tile tile = mHead; local
803 Tile tile = mDecodeQueue.pop(); local
816 Tile tile = waitForTile(); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_tile_common.c 24 void vp9_tile_init(TileInfo *tile, const VP9_COMMON *cm, int row, int col) {
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);

Completed in 468 milliseconds

1 2 3 4 5 6 7 8 91011