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

<<31323334353637383940>>

  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
SkewableTextView.java 20 import android.graphics.Canvas;
21 import android.graphics.Matrix;
22 import android.graphics.RectF;
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
TouchHighlightImageButton.java 21 import android.graphics.Canvas;
22 import android.graphics.Rect;
23 import android.graphics.drawable.Drawable;
33 * The highlight drawable. This generally a {@link android.graphics.drawable.StateListDrawable}
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
SeriesRenderer.java 19 import android.graphics.Canvas;
20 import android.graphics.RectF;
21 import android.graphics.Region;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 15 import org.eclipse.swt.graphics.GC;
16 import org.eclipse.swt.graphics.Point;
17 import org.eclipse.swt.graphics.Rectangle;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
SimpleOrthoGroupStrategy.java 17 package com.badlogic.gdx.graphics.g3d.decals;
20 import com.badlogic.gdx.graphics.GL20;
21 import com.badlogic.gdx.graphics.glutils.ShaderProgram;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/
DepthShader.java 17 package com.badlogic.gdx.graphics.g3d.shaders;
20 import com.badlogic.gdx.graphics.Camera;
21 import com.badlogic.gdx.graphics.GL20;
22 import com.badlogic.gdx.graphics.VertexAttribute;
23 import com.badlogic.gdx.graphics.VertexAttributes.Usage;
24 import com.badlogic.gdx.graphics.g3d.Attributes;
25 import com.badlogic.gdx.graphics.g3d.Renderable;
26 import com.badlogic.gdx.graphics.g3d.attributes.BlendingAttribute;
27 import com.badlogic.gdx.graphics.g3d.attributes.FloatAttribute;
28 import com.badlogic.gdx.graphics.g3d.attributes.TextureAttribute;
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/
ImageResolver.java 20 import com.badlogic.gdx.graphics.Texture;
21 import com.badlogic.gdx.graphics.g2d.TextureAtlas;
22 import com.badlogic.gdx.graphics.g2d.TextureRegion;
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
NinePatchDrawable.java 19 import com.badlogic.gdx.graphics.Color;
20 import com.badlogic.gdx.graphics.g2d.Batch;
21 import com.badlogic.gdx.graphics.g2d.NinePatch;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
BlitTest.java 20 import com.badlogic.gdx.graphics.GL20;
21 import com.badlogic.gdx.graphics.Texture;
22 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
MipMapTest.java 21 import com.badlogic.gdx.graphics.GL20;
22 import com.badlogic.gdx.graphics.Mesh;
23 import com.badlogic.gdx.graphics.PerspectiveCamera;
24 import com.badlogic.gdx.graphics.Pixmap.Format;
25 import com.badlogic.gdx.graphics.Texture;
26 import com.badlogic.gdx.graphics.Texture.TextureFilter;
27 import com.badlogic.gdx.graphics.VertexAttribute;
28 import com.badlogic.gdx.graphics.VertexAttributes.Usage;
29 import com.badlogic.gdx.graphics.glutils.MipMapGenerator;
30 import com.badlogic.gdx.graphics.glutils.ShaderProgram;
    [all...]
ShapeRendererAlphaTest.java 20 import com.badlogic.gdx.graphics.GL20;
21 import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
22 import com.badlogic.gdx.graphics.glutils.ShapeRenderer.ShapeType;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/extensions/
FreeTypeMetricsTest.java 21 import com.badlogic.gdx.graphics.Color;
22 import com.badlogic.gdx.graphics.GL20;
23 import com.badlogic.gdx.graphics.g2d.BitmapFont;
24 import com.badlogic.gdx.graphics.g2d.GlyphLayout;
25 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
26 import com.badlogic.gdx.graphics.g2d.TextureAtlas;
27 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator;
28 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator.FreeTypeBitmapFontData;
29 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator.FreeTypeFontParameter;
30 import com.badlogic.gdx.graphics.glutils.ShapeRenderer
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
ModelCacheTest.java 3 import com.badlogic.gdx.graphics.g3d.ModelBatch;
4 import com.badlogic.gdx.graphics.g3d.ModelCache;
5 import com.badlogic.gdx.graphics.g3d.ModelInstance;
MultipleRenderTargetTest.java 24 import com.badlogic.gdx.graphics.Camera;
25 import com.badlogic.gdx.graphics.GL20;
26 import com.badlogic.gdx.graphics.GL30;
27 import com.badlogic.gdx.graphics.Mesh;
28 import com.badlogic.gdx.graphics.PerspectiveCamera;
29 import com.badlogic.gdx.graphics.Texture;
30 import com.badlogic.gdx.graphics.VertexAttribute;
31 import com.badlogic.gdx.graphics.VertexAttributes;
32 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
33 import com.badlogic.gdx.graphics.g3d.Attributes
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/classical/
Pass1Shader.java 20 import com.badlogic.gdx.graphics.g3d.Renderable;
21 import com.badlogic.gdx.graphics.g3d.shaders.DefaultShader;
22 import com.badlogic.gdx.graphics.glutils.ShaderProgram;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/realistic/
Pass1Shader.java 20 import com.badlogic.gdx.graphics.g3d.Renderable;
21 import com.badlogic.gdx.graphics.g3d.shaders.DefaultShader;
22 import com.badlogic.gdx.graphics.glutils.ShaderProgram;
RealisticShadowSystem.java 21 import com.badlogic.gdx.graphics.Cubemap.CubemapSide;
22 import com.badlogic.gdx.graphics.Texture;
23 import com.badlogic.gdx.graphics.g3d.environment.PointLight;
  /external/opencv3/modules/java/generator/src/java/
android+FpsMeter.java 7 import android.graphics.Canvas;
8 import android.graphics.Color;
9 import android.graphics.Paint;
  /frameworks/base/core/java/android/text/style/
IconMarginSpan.java 19 import android.graphics.Paint;
20 import android.graphics.Bitmap;
21 import android.graphics.Canvas;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
RestrictedLockImageSpan.java 20 import android.graphics.Canvas;
21 import android.graphics.Paint;
22 import android.graphics.drawable.Drawable;
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestViewDrawText.java 21 import android.graphics.Canvas;
22 import android.graphics.Color;
23 import android.graphics.Paint.Align;
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PaintDrawFilterActivity.java 21 import android.graphics.Canvas;
22 import android.graphics.Paint;
23 import android.graphics.PaintFlagsDrawFilter;
SmallCircleActivity.java 21 import android.graphics.Canvas;
22 import android.graphics.Paint;
23 import android.graphics.Path;
TextPathActivity.java 21 import android.graphics.Canvas;
22 import android.graphics.Paint;
23 import android.graphics.Path;
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
ActivityTransitionDetails.java 20 import android.graphics.Color;
21 import android.graphics.drawable.ColorDrawable;
22 import android.graphics.drawable.Drawable;

Completed in 1348 milliseconds

<<31323334353637383940>>