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

  /frameworks/base/graphics/java/android/graphics/
LinearGradient.java 30 @param tile The Shader tiling mode
33 int colors[], float positions[], TileMode tile) {
40 native_instance = nativeCreate1(x0, y0, x1, y1, colors, positions, tile.nativeInt);
50 @param tile The Shader tiling mode
53 int color0, int color1, TileMode tile) {
54 native_instance = nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt);
RadialGradient.java 29 @param tile The Shader tiling mode
32 int colors[], float positions[], TileMode tile) {
42 native_instance = nativeCreate1(x, y, radius, colors, positions, tile.nativeInt);
51 @param tile The Shader tiling mode
54 int color0, int color1, TileMode tile) {
58 native_instance = nativeCreate2(x, y, radius, color0, color1, tile.nativeInt);
  /external/webkit/WebCore/platform/graphics/skia/
GradientSkia.cpp 141 SkShader::TileMode tile = SkShader::kClamp_TileMode; local
144 tile = SkShader::kMirror_TileMode;
147 tile = SkShader::kRepeat_TileMode;
150 tile = SkShader::kClamp_TileMode;
162 m_gradient = SkGradientShader::CreateTwoPointRadial(m_p0, radius0, m_p1, radius1, colors, pos, static_cast<int>(countUsed), tile);
168 m_gradient = SkGradientShader::CreateRadial(m_p1, radius, colors, pos, static_cast<int>(countUsed), tile);
173 static_cast<int>(countUsed), tile);
  /external/webkit/WebCore/svg/graphics/
SVGPaintServerPattern.cpp 66 ImageBuffer* SVGPaintServerPattern::tile() const function in class:WebCore::SVGPaintServerPattern
71 void SVGPaintServerPattern::setTile(PassOwnPtr<ImageBuffer> tile)
73 m_tile = tile;
109 if (!tile())
116 IntRect tileRect = tile()->image()->rect();
134 tileImageContext->drawImage(tile()->image(), style->colorSpace(), tileRect, tileRect);
143 m_pattern = Pattern::create(tile()->image(), true, true);
SVGPaintServerPattern.h 59 ImageBuffer* tile() const;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
LinearGradient.java 34 * @param tile The Shader tiling mode
37 TileMode tile) {
39 mJavaPaint = new LinearGradientPaint(x0, y0, x1, y1, mColors, mPositions, tile);
51 * @param tile The Shader tiling mode
54 TileMode tile) {
55 this(x0, y0, x1, y1, new int[] { color0, color1}, null /*positions*/, tile);
67 * {@link java.awt.GradientPaint} only supports 2 points and does not support Android's tile
79 float positions[], TileMode tile) {
80 super(colors, positions, tile);
RadialGradient.java 35 * @param tile The Shader tiling mode
38 TileMode tile) {
44 mPaint = new RadialGradientPaint(x, y, radius, mColors, mPositions, tile);
56 * @param tile The Shader tiling mode
58 public RadialGradient(float x, float y, float radius, int color0, int color1, TileMode tile) {
59 this(x, y, radius, new int[] { color0, color1 }, null /* positions */, tile);
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapShaderTest.java 48 Bitmap tile = Bitmap.createBitmap(TILE_WIDTH, TILE_HEIGHT, Config.ARGB_8888); local
49 tile.eraseColor(BORDER_COLOR);
50 Canvas c = new Canvas(tile);
55 BitmapShader shader = new BitmapShader(tile, Shader.TileMode.REPEAT,
74 * Check the colors of the tile at the given coordinates in the given
  /development/samples/Snake/src/com/example/android/snake/
TileView.java 39 * dimensions. X/Y Tile Counts are the number of tiles that will be drawn.
59 * index of the tile that should be drawn at that locations
112 * Function to set the specified Drawable as the tile for a particular
116 * @param tile
118 public void loadTile(int key, Drawable tile) {
121 tile.setBounds(0, 0, mTileSize, mTileSize);
122 tile.draw(canvas);
140 * Used to indicate that a particular tile (set with loadTile and referenced
  /external/libpng/
config.sub 375 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
1072 tile*)
1073 basic_machine=tile-unknown
    [all...]
  /external/icu4c/
config.sub 1052 tile*)
1053 basic_machine=tile-unknown
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 1123 milliseconds