HomeSort by relevance Sort by last modified time
    Searched refs:tile (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /external/skia/tests/
TileGridTest.cpp 15 enum Tile {
45 REPORTER_ASSERT(reporter, grid.tile(0,0).count() ==
47 REPORTER_ASSERT(reporter, grid.tile(1,0).count() ==
49 REPORTER_ASSERT(reporter, grid.tile(0,1).count() ==
51 REPORTER_ASSERT(reporter, grid.tile(1,1).count() ==
72 // Test parts of top-left tile
98 // Intersect bottom right tile, but does not overlap rect 2
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TexturesGenerator.h 51 bool tryUpdateOperationWithPainter(Tile* tile, TilePainter* painter);
PaintTileOperation.cpp 43 PaintTileOperation::PaintTileOperation(Tile* tile, TilePainter* painter,
45 : m_tile(tile)
TransferQueue.cpp 38 #include "Tile.h"
137 // Tile and the content, then the item is considered as obsolete, and
141 Tile* baseTilePtr = data->savedTilePtr;
143 ALOGV("Invalid savedTilePtr , such that the tile is obsolete");
149 ALOGV("Invalid baseTileTexture %p (vs expected %p), such that the tile is obsolete",
275 // Unblock the Tex Gen thread first before Tile Page deletion.
313 // Call on UI thread to copy from the shared Surface Texture to the Tile's texture.
322 // Check the pure color tile first, since it is simpler.
326 // the texture and blit that into each Tile's texture.
372 ALOGV("Blit tile x, y %d %d with dest texture %p to destTexture->m_ownTextureId %d"
399 Tile* tile = renderInfo->baseTile; local
538 Tile* tile = m_transferQueue[index].savedTilePtr; local
    [all...]
PaintTileOperation.h 29 #include "Tile.h"
41 PaintTileOperation(Tile* tile, TilePainter* painter,
55 Tile* m_tile;
Surface.h 39 class Tile;
74 virtual bool blitFromContents(Tile* tile);
TileGrid.h 38 class Tile;
61 Tile* getTile(int x, int y);
78 bool tryBlitFromContents(Tile* tile, TilePainter* painter);
80 WTF::Vector<Tile*> m_tiles;
TilesManager.h 42 class Tile;
69 TileTexture* getAvailableTexture(Tile* owner);
156 bool tryUpdateOperationWithPainter(Tile* tile, TilePainter* painter);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
Texture.h 51 void bindTile(int tile);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TiledTexture.java 37 // upload the whole bitmap but we reduce the time of uploading each tile
49 private static Tile sFreeTileHead = null;
59 private final Tile[] mTiles; // Can be modified in different threads.
112 private static class Tile extends UploadedTexture {
116 public Tile nextFreeTile;
154 private static void freeTile(Tile tile) {
155 tile.invalidateContent();
156 tile.bitmap = null;
158 tile.nextFreeTile = sFreeTileHead
202 Tile tile = obtainTile(); local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
WebTiledLayer.cpp 47 // Make sure there is a tile parent and it is the same as we remember
53 // Make sure the tile parent doesn't have user data. If it does, it is probably
123 // Subtract 1 to account for the tile parent layer
129 // Restore the tile parent after removal
136 // Preserve the tile parent after set
143 // Add 1 to account for the tile parent layer
149 // Add 1 to account for the tile parent layer
157 // Add 1 to account for the tile parent layer (but be safe about it)
256 CACFLayerRef tile = static_cast<CACFLayerRef>(const_cast<void*>(CFArrayGetValueAtIndex(tileArray, i * numTilesVertical + j))); local
257 CACFLayerSetPosition(tile, CGPointMake(i * m_tileSize.width, j * m_tileSize.height))
    [all...]
  /external/qemu/distrib/jpeg-6b/
Android.mk 30 # enable tile based decode
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
LinearGradient_Delegate.java 103 * @param tile The Shader tiling mode
106 int colors[], float positions[], TileMode tile) {
108 mJavaPaint = new LinearGradientPaint(x0, y0, x1, y1, mColors, mPositions, tile);
114 * {@link java.awt.GradientPaint} only supports 2 points and does not support Android's tile
126 float positions[], TileMode tile) {
127 super(colors, positions, tile);
RadialGradient_Delegate.java 99 * @param tile The Shader tiling mode
102 TileMode tile) {
104 mJavaPaint = new RadialGradientPaint(x, y, radius, mColors, mPositions, tile);
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
PlaybackGraphs.java 39 private static double viewportCoverage(TileData view, TileData tile) {
40 if (tile.left < (view.right * view.scale)
41 && tile.right >= (view.left * view.scale)
42 && tile.top < (view.bottom * view.scale)
43 && tile.bottom >= (view.top * view.scale)) {
PlaybackView.java 51 TileData tile; field in class:PlaybackView.TileDrawable
55 this.tile = t;
82 canvas.drawText(Integer.toString(tile.level), getBounds().left,
158 // create tile shapes (as they're drawn on bottom)
161 // viewport 'tile', add coords to render strings
177 // inval 'tile', count and add coords to render strings
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 40 // The width and height of a single tile in a tiled layer. Should be large enough to
42 // to keep the overall tile cost low.
209 // Preserve the tile parent after set
226 // Exclude the tile parent layer.
241 // Restore the tile parent after removal
250 // Add 1 to account for the tile parent layer
265 // Subtract 1 to account for the tile parent layer
303 // Add 1 to account for the tile parent layer
441 CACFLayerRef tile = static_cast<CACFLayerRef>(const_cast<void*>(CFArrayGetValueAtIndex(tileArray, i * numTilesVertical + j))); local
442 CACFLayerSetPosition(tile, CGPointMake(i * m_tileSize.width, j * m_tileSize.height))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.h 28 #include "Tile.h"
87 PassRefPtr<Tile> tileAt(const Tile::Coordinate&) const;
88 void setTile(const Tile::Coordinate& coordinate, PassRefPtr<Tile> tile);
89 void removeTile(const Tile::Coordinate& coordinate);
96 IntRect tileRectForCoordinate(const Tile::Coordinate&) const;
97 Tile::Coordinate tileCoordinateForPoint(const IntPoint&) const;
98 double tileDistance(const IntRect& viewport, const Tile::Coordinate&)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.h 105 void drawTexturedRectTile(Texture* texture, int tile, const FloatRect& srcRect, const FloatRect& dstRect, const AffineTransform&, float alpha);
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 1081 // The srcTile rectangle is an aligned tile cropped by the src rectangle.
1082 FloatRect tile(tiledImage->tileRect(xIndex, yIndex));
1083 FloatRect srcTile = intersection(src, tile);
1089 concatTransformation(AffineTransform(srcToDstTransformation).translate(tile.x(), tile.y()));
1091 // If only a part of the tile is drawn, we also need to clip the surface.
1092 if (srcTile != tile) {
1093 // Put boundaries relative to tile origin, as we alread
    [all...]
ImageOpenVG.cpp 97 vgGetImageSubData(tiledImage->tile(0, 0), &pixel, 0, VG_sARGB_8888, 0, 0, 1, 1);
TiledImageOpenVG.cpp 112 VGImage TiledImageOpenVG::tile(int xIndex, int yIndex) const
  /external/jpeg/
Android.mk 35 # enable tile based decode
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_model.c 119 printf("TILE BALANCE: tiles[+%"PRIu64",-%"PRIu64":%"PRIu64"] "
129 printf("BEGIN: TILE BALANCE DETAILS (TO THIS MOMENT!):\n");
143 printf("END: TILE BALANCE DETAILS (TO THIS MOMENT!):\n");
227 * Create a new tile of given size, zoom level and colorspace.
230 * characteristic of the tile and any change will lead to invalid
331 * Free tile memory.
347 * Make the tile visible, incrementing its counter.
366 * Returns EINA_TRUE if the tile is visible, EINA_FALSE otherwise.
374 * Mark whole tile as dirty and requiring update.
424 * This will not change the tile statistics or clear the processe
486 Ewk_Tile *tile; member in struct:_Ewk_Tile_Unused_Cache_Entry
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ContextShadowCairo.cpp 150 static inline FloatPoint getPhase(const FloatRect& dest, const FloatRect& tile)
153 phase.move(-tile.x(), -tile.y());

Completed in 4776 milliseconds

12 3 4 5