Home
last modified time | relevance | path

Searched refs:tiles (Results 1 – 25 of 26) sorted by relevance

12

/external/opencv/cv/src/
Dcvmoments.cpp199 icvAccumulateMoments( double *tiles, CvSize size, CvSize tile_size, CvMoments * moments ) in icvAccumulateMoments() argument
205 for( x = 0; x < size.width; x += tile_size.width, tiles += 10 ) in icvAccumulateMoments()
208 double dxm = dx * tiles[0], dym = dy * tiles[0]; in icvAccumulateMoments()
211 moments->m00 += tiles[0]; in icvAccumulateMoments()
214 moments->m10 += tiles[1] + dxm; in icvAccumulateMoments()
217 moments->m01 += tiles[2] + dym; in icvAccumulateMoments()
220 moments->m20 += tiles[3] + dx * (tiles[1] * 2 + dxm); in icvAccumulateMoments()
223 moments->m11 += tiles[4] + dx * (tiles[2] + dym) + dy * tiles[1]; in icvAccumulateMoments()
226 moments->m02 += tiles[5] + dy * (tiles[2] * 2 + dym); in icvAccumulateMoments()
229 moments->m30 += tiles[6] + dx * (3. * tiles[3] + dx * (3. * tiles[1] + dxm)); in icvAccumulateMoments()
[all …]
/external/webkit/Source/WebKit/efl/ewk/
Dewk_tiled_matrix.c51 } tiles, bytes; member
89 tm->stats.tiles.freed++; in _ewk_tile_matrix_cell_free()
132 tm->stats.tiles.freed++; in _ewk_tile_matrix_tile_free()
196 uint64_t tiles, bytes; in ewk_tile_matrix_free() local
208 tiles = tm->stats.tiles.allocated - tm->stats.tiles.freed; in ewk_tile_matrix_free()
211 tiles_leaked += tiles; in ewk_tile_matrix_free()
214 if (tiles || bytes) in ewk_tile_matrix_free()
217 tm->stats.tiles.allocated, tm->stats.tiles.freed, tiles, in ewk_tile_matrix_free()
223 tm->stats.tiles.allocated, tm->stats.tiles.freed, in ewk_tile_matrix_free()
229 tm->stats.tiles.allocated, tm->stats.tiles.freed, in ewk_tile_matrix_free()
[all …]
Dewk_tiled_model.c58 } tiles, bytes; member
79 acc->tiles.allocated = 0; in _ewk_tile_account_get()
80 acc->tiles.freed = 0; in _ewk_tile_account_get()
95 acc->tiles.allocated++; in _ewk_tile_account_allocated()
108 acc->tiles.freed++; in _ewk_tile_account_freed()
131 uint64_t tiles, bytes; in ewk_tile_accounting_dbg() local
133 tiles = acc->tiles.allocated - acc->tiles.freed; in ewk_tile_accounting_dbg()
139 acc->tiles.allocated, acc->tiles.freed, tiles, in ewk_tile_accounting_dbg()
141 (bytes || tiles) ? " POSSIBLE LEAK" : ""); in ewk_tile_accounting_dbg()
/external/replicaisland/tools/
DExtractPoints.js50 var tiles = new Array(); variable
51 tiles.length = tilesPerRow * tilesPerColumn;
129 tiles[tileIndex] = tile;
139 for (var x = 0; x < tiles.length; x++) {
140 if (tiles[x]) {
141 var tile = tiles[x];
217 for (var x = 0; x < tiles.length; x++) {
218 if (tiles[x]) {
219 var tile = tiles[x];
/external/webkit/Source/WebCore/platform/graphics/mac/
DWebTiledLayer.mm41 // Set a zero duration for the fade in of tiles
47 // Make sure that tiles are drawn on the main thread
/external/webkit/Source/WebCore/platform/graphics/gpu/
DTexture.h55 const TilingData& tiles() const { return m_tiles; } in tiles() function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGLES2Canvas.cpp419 const TilingData& tiles = texture->tiles(); in drawTexturedRect() local
420 IntRect tileIdxRect = tiles.overlappedTileIndices(srcRect); in drawTexturedRect()
426 … drawTexturedRectTile(texture, tiles.tileIndex(x, y), srcRect, dstRect, transform, alpha); in drawTexturedRect()
435 const TilingData& tiles = texture->tiles(); in drawTexturedRectTile() local
441tiles.intersectDrawQuad(srcRect, dstRect, tile, &srcRectClippedInTileSpace, &dstRectIntersected); in drawTexturedRectTile()
443 IntRect tileBoundsWithBorder = tiles.tileBoundsWithBorder(tile); in drawTexturedRectTile()
/external/chromium/chrome/browser/resources/ntp4/
Dmost_visited_page.css187 /* Filler tiles can't get focused, but focused tiles can become filler. */
/external/webkit/Source/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp868 …if (!m_uploadTexture || m_uploadTexture->tiles().totalSizeX() < bitmap.width() || m_uploadTexture-… in uploadSoftwareToHardware()
/external/chromium/chrome/browser/ui/cocoa/
Dtabpose_window.mm384 // Given the number |n| of tiles with a desired aspect ratio of |a| and a
385 // desired distance |dx|, |dy| between tiles, returns how many tiles fit
579 // change the number of tiles, relayout can be done just by swapping the
626 // Room around the tiles insde of |containing_rect|.
642 // Room between the tiles.
656 // size of the containing rect is known, the number of tiles in x and y
710 // Now all dimensions are known. Lay out all tiles on a regular grid:
849 // so that the tiles stay in a left-to-right, top-to-bottom layout when walked
/external/webkit/Source/WebKit/efl/
DChangeLog1019 Remove adjacent tiles rendering queue.
1023 and column of tiles are needed to render the entire viewport. These
1026 tiles of the viewport first. This approach complicated unnecessarily
1029 and column of tiles.
1053 that now less tiles need to be rendered at once when displaying the
1140 This tile based backing store is a grid of tiles where each tile is
1151 Scrolling occurs as just moving the tiles, using Evas move operations,
/external/icu4c/samples/ufortune/resources/
Des.txt460 "Los ordenadores son inútiles. Sólo pueden darte respuestas.
/external/qemu/
DChangelog23 - vnc: hextile: do not generate ForegroundSpecified and SubrectsColoured tiles (Anthony Liguori)
/external/webkit/Source/WebCore/
DChangeLog9962 [chromium] Only reset tiles if the LayerRendererChromium is actually changing
9965 http://trac.webkit.org/changeset/84981/ caused us to reset the tiles
9967 and should only reset the tiles if the new LayerRendererChromium is
10158 [chromium] Clear out LayerTilerChromium's tiles on lost context
10161 … LayerTilerChromium's tile set when the LayerRendererChromium is reset. In this case the tiles are
14302 [chromium] Don't upload partially drawn tiles in the compositor
14305 Use the same set of tiles for painting as is used for updating.
14306 Before, a larger set of tiles were being uploaded, causing some to
14308 As tiles are clear their dirty rect after being unpainted, this caused
20614 rect of interest. This is necessary to know which tiles need to be
[all …]
DChangeLog-2010-05-24436 Limit the number of tiles created for large tiled layers
439 I added an algorithm to limit the number of tiles created to 512.
443 tiles starting from the upper-left, which is often the part
967 array of 512 x 512 tiles. These tiles are positioned in the correct place
969 the tiles' setNeedDisplay methods are called. Each tile clips and positions the
975 Much optimization is possible. Most significantly right now all tiles are
976 rendered whether visible or not. We need to only render tiles that are
4845 requires us to store them as separate image tiles.
4958 [Qt] Tiled backing store tiles sometimes flicker when exiting a zoom animation
36053 deleted on demand. The page content is cached to the tiles. Tile content
DChangeLog-2010-12-0628511 … [Qt] When doing rendering through tiling, it seems the tiles are not initialized before rendering
64220 required to get the tiles we will use to render the real shadow
64221 and we use drawPattern with those tiles to create the shadow.
68987 (WebCore::Texture::tiles):
71156 actual size (to accomodate the layer which holds the list of tiles)
77579 splitting a large image into a series of smaller tiles.
77600 (WebCore::GLES2Texture::tiles):
DChangeLog-2003-10-255341 ensures that the root element background properly tiles over
DChangeLog-2011-02-166251 rightmost column and bottom row of tiles.
36923 LayerTilerChromium. The root layer is now drawn as multiple tiles
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf3971 N^V "tiles" :G2P
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf4339 N^V "tiles" :G2P
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-167728 [Qt] Tiled backing store tiles sometimes flicker when exiting a zoom animation
9996 deleted on demand. The page content is cached to the tiles. Tile content
/external/webkit/Source/WebKit2/
DChangeLog14122 Make sure to invalidate all the tiles, including the last one.
DChangeLog-2011-02-1617905 depth and the tiles on the ui process are also backed by QPixmaps.
/external/srec/config/en.us/dictionary/
Dlarge.ok29369 tiles tIlz
/external/jmonkeyengine/
DNOTICE3435 * Loads Terrain grid tiles with image heightmaps.

12