HomeSort by relevance Sort by last modified time
    Searched refs:graphics (Results 376 - 400 of 5967) sorted by null

<<11121314151617181920>>

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
AnimationTest.java 20 import com.badlogic.gdx.graphics.FPSLogger;
21 import com.badlogic.gdx.graphics.GL20;
22 import com.badlogic.gdx.graphics.Texture;
23 import com.badlogic.gdx.graphics.g2d.Animation;
24 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
25 import com.badlogic.gdx.graphics.g2d.TextureRegion;
46 if (pos.x < -64) pos.x = Gdx.graphics.getWidth();
47 if (pos.x > Gdx.graphics.getWidth() + 64) pos.x = -64;
73 cavemen[i] = new Caveman((float)Math.random() * Gdx.graphics.getWidth(),
74 (float)Math.random() * Gdx.graphics.getHeight(), Math.random() > 0.5 ? true : false);
    [all...]
ParticleEmitterTest.java 22 import com.badlogic.gdx.graphics.GL20;
23 import com.badlogic.gdx.graphics.g2d.ParticleEffect;
24 import com.badlogic.gdx.graphics.g2d.ParticleEmitter;
25 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
44 effect.setPosition(Gdx.graphics.getWidth() / 2, Gdx.graphics.getHeight() / 2);
56 effect.setPosition(x, Gdx.graphics.getHeight() - y);
61 // effect.setPosition(x, Gdx.graphics.getHeight() - y);
131 spriteBatch.getProjectionMatrix().setToOrtho2D(0, 0, Gdx.graphics.getWidth(), Gdx.graphics.getHeight());
    [all...]
SpriteBatchShaderTest.java 20 import com.badlogic.gdx.graphics.Color;
21 import com.badlogic.gdx.graphics.GL20;
22 import com.badlogic.gdx.graphics.Mesh;
23 import com.badlogic.gdx.graphics.Pixmap;
24 import com.badlogic.gdx.graphics.Pixmap.Format;
25 import com.badlogic.gdx.graphics.Texture;
26 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
107 coords[i] = (int)(Math.random() * Gdx.graphics.getWidth());
108 coords[i + 1] = (int)(Math.random() * Gdx.graphics.getHeight());
109 coords2[i] = (int)(Math.random() * Gdx.graphics.getWidth());
    [all...]
YDownTest.java 20 import com.badlogic.gdx.graphics.Color;
21 import com.badlogic.gdx.graphics.GL20;
22 import com.badlogic.gdx.graphics.OrthographicCamera;
23 import com.badlogic.gdx.graphics.Texture;
24 import com.badlogic.gdx.graphics.g2d.Batch;
25 import com.badlogic.gdx.graphics.g2d.BitmapFont;
26 import com.badlogic.gdx.graphics.g2d.Sprite;
27 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
28 import com.badlogic.gdx.graphics.g2d.TextureAtlas;
29 import com.badlogic.gdx.graphics.g2d.TextureRegion;
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
LightsTest.java 20 import com.badlogic.gdx.graphics.VertexAttributes.Usage;
21 import com.badlogic.gdx.graphics.g3d.Material;
22 import com.badlogic.gdx.graphics.g3d.Model;
23 import com.badlogic.gdx.graphics.g3d.ModelBatch;
24 import com.badlogic.gdx.graphics.g3d.ModelInstance;
25 import com.badlogic.gdx.graphics.g3d.Renderable;
26 import com.badlogic.gdx.graphics.g3d.attributes.ColorAttribute;
27 import com.badlogic.gdx.graphics.g3d.environment.DirectionalLight;
28 import com.badlogic.gdx.graphics.g3d.environment.PointLight;
29 import com.badlogic.gdx.graphics.g3d.utils.ModelBuilder;
    [all...]
ParticleControllerTest.java 7 import com.badlogic.gdx.graphics.Color;
8 import com.badlogic.gdx.graphics.GL20;
9 import com.badlogic.gdx.graphics.Texture;
10 import com.badlogic.gdx.graphics.g2d.ParticleEmitter.SpawnEllipseSide;
11 import com.badlogic.gdx.graphics.g2d.TextureRegion;
12 import com.badlogic.gdx.graphics.g3d.Attribute;
13 import com.badlogic.gdx.graphics.g3d.Environment;
14 import com.badlogic.gdx.graphics.g3d.Material;
15 import com.badlogic.gdx.graphics.g3d.Model;
16 import com.badlogic.gdx.graphics.g3d.ModelBatch
    [all...]
  /external/libgdx/tests/gdx-tests-android/src/com/badlogic/gdx/tests/android/
APKExpansionTest.java 25 import com.badlogic.gdx.graphics.GL20;
26 import com.badlogic.gdx.graphics.Texture;
27 import com.badlogic.gdx.graphics.Texture.TextureFilter;
28 import com.badlogic.gdx.graphics.g2d.BitmapFont;
29 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
30 import com.badlogic.gdx.graphics.g2d.TextureAtlas;
31 import com.badlogic.gdx.graphics.g2d.TextureRegion;
32 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator;
33 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGeneratorLoader;
34 import com.badlogic.gdx.graphics.g2d.freetype.FreetypeFontLoader
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
AdvancedBlendActivity.java 21 import android.graphics.Bitmap;
22 import android.graphics.BitmapFactory;
23 import android.graphics.BitmapShader;
24 import android.graphics.Canvas;
25 import android.graphics.Color;
26 import android.graphics.ComposeShader;
27 import android.graphics.LinearGradient;
28 import android.graphics.Matrix;
29 import android.graphics.Paint;
30 import android.graphics.PorterDuff
    [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
CircularBitmapDrawable.java 20 import android.graphics.Bitmap;
21 import android.graphics.BitmapShader;
22 import android.graphics.Canvas;
23 import android.graphics.Color;
24 import android.graphics.ColorFilter;
25 import android.graphics.Matrix;
26 import android.graphics.Paint;
27 import android.graphics.Paint.Style;
28 import android.graphics.Rect;
29 import android.graphics.Shader.TileMode
    [all...]
  /cts/tests/openglperf2/jni/primitive/contextswitch/
ContextSwitchRenderer.h 17 #include <graphics/Renderer.h>
  /cts/tests/openglperf2/jni/primitive/pixeloutput/
PixelOutputRenderer.h 17 #include <graphics/Renderer.h>
  /cts/tests/openglperf2/jni/primitive/shaderperf/
ShaderPerfRenderer.h 17 #include <graphics/Renderer.h>
  /cts/tests/tests/animation/src/android/animation/cts/
ShapeHolder.java 19 import android.graphics.drawable.ShapeDrawable;
20 import android.graphics.drawable.shapes.Shape;
21 import android.graphics.Paint;
22 import android.graphics.RadialGradient;
  /cts/tests/tests/graphics/src/android/graphics/cts/
Bitmap_CompressFormatTest.java 16 package android.graphics.cts;
20 import android.graphics.Bitmap;
21 import android.graphics.Bitmap.CompressFormat;
22 import android.graphics.Bitmap.Config;
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ShapeHolder.java 19 import android.graphics.Paint;
20 import android.graphics.RadialGradient;
21 import android.graphics.drawable.ShapeDrawable;
22 import android.graphics.drawable.shapes.Shape;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AnimateDrawables.java 17 package com.example.android.apis.graphics;
22 import android.graphics.Canvas;
23 import android.graphics.Color;
24 import android.graphics.drawable.Drawable;
GradientDrawable1.java 17 package com.example.android.apis.graphics;
Pictures.java 17 package com.example.android.apis.graphics;
20 import android.graphics.*;
21 import android.graphics.drawable.Drawable;
22 import android.graphics.drawable.PictureDrawable;
  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsInterface.java 25 import android.graphics.drawable.Drawable;
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureData.java 19 import android.graphics.Bitmap;
  /external/droiddriver/src/io/appium/droiddriver/
UiDevice.java 19 import android.graphics.Bitmap.CompressFormat;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/
ICursorConstants.java 14 import org.eclipse.swt.graphics.Cursor;
37 // http://www.eclipse.org/articles/Article-SWT-images/graphics-resources.html
  /external/glide/library/src/main/java/com/bumptech/glide/request/animation/
GlideAnimation.java 3 import android.graphics.drawable.Drawable;
21 * {@link android.graphics.drawable.Drawable}s).
44 * Animates from the previous {@link android.graphics.drawable.Drawable} that is currently being displayed in the
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
BitmapImageViewTarget.java 3 import android.graphics.Bitmap;
7 * A {@link com.bumptech.glide.request.target.Target} that can display an {@link android.graphics.Bitmap} in an
18 * Sets the {@link android.graphics.Bitmap} on the view using
19 * {@link android.widget.ImageView#setImageBitmap(android.graphics.Bitmap)}.
DrawableImageViewTarget.java 3 import android.graphics.drawable.Drawable;

Completed in 1500 milliseconds

<<11121314151617181920>>