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

<<31323334353637383940>>

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
NumericValue.java 1 package com.badlogic.gdx.graphics.g3d.particles.values;
PointSpawnShapeValue.java 1 package com.badlogic.gdx.graphics.g3d.particles.values;
UnweightedMeshSpawnShapeValue.java 1 package com.badlogic.gdx.graphics.g3d.particles.values;
3 import com.badlogic.gdx.graphics.Mesh;
4 import com.badlogic.gdx.graphics.VertexAttributes.Usage;
5 import com.badlogic.gdx.graphics.g3d.Model;
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/
MapObject.java 19 import com.badlogic.gdx.graphics.Color;
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/
TiledMapImageLayer.java 19 import com.badlogic.gdx.graphics.g2d.TextureRegion;
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
SpriteDrawable.java 19 import com.badlogic.gdx.graphics.Color;
20 import com.badlogic.gdx.graphics.g2d.Batch;
21 import com.badlogic.gdx.graphics.g2d.Sprite;
22 import com.badlogic.gdx.graphics.g2d.TextureAtlas.AtlasSprite;
TiledDrawable.java 19 import com.badlogic.gdx.graphics.Color;
20 import com.badlogic.gdx.graphics.Texture;
21 import com.badlogic.gdx.graphics.g2d.Batch;
22 import com.badlogic.gdx.graphics.g2d.TextureRegion;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
BitmapFontAtlasRegionTest.java 7 import com.badlogic.gdx.graphics.Color;
8 import com.badlogic.gdx.graphics.GL20;
9 import com.badlogic.gdx.graphics.g2d.BitmapFont;
10 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
DeltaTimeTest.java 38 Gdx.app.log("DeltaTimeTest", "delta: " + deltaTime + ", gdx delta: " + Gdx.graphics.getDeltaTime());
I18NMessageTest.java 24 import com.badlogic.gdx.graphics.GL20;
25 import com.badlogic.gdx.graphics.g2d.BitmapFont;
26 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
101 font.draw(batch, message, 20, Gdx.graphics.getHeight() - 20);
I18NSimpleMessageTest.java 24 import com.badlogic.gdx.graphics.GL20;
25 import com.badlogic.gdx.graphics.g2d.BitmapFont;
26 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
103 font.draw(batch, message, 20, Gdx.graphics.getHeight() - 20);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
ConvexHullTest.java 20 import com.badlogic.gdx.graphics.Color;
21 import com.badlogic.gdx.graphics.Mesh;
22 import com.badlogic.gdx.graphics.g3d.Model;
23 import com.badlogic.gdx.graphics.g3d.attributes.ColorAttribute;
ImportTest.java 24 import com.badlogic.gdx.graphics.g3d.Model;
25 import com.badlogic.gdx.graphics.g3d.ModelInstance;
26 import com.badlogic.gdx.graphics.g3d.loader.G3dModelLoader;
27 import com.badlogic.gdx.graphics.g3d.model.Node;
RayCastTest.java 20 import com.badlogic.gdx.graphics.Color;
21 import com.badlogic.gdx.graphics.Mesh;
22 import com.badlogic.gdx.graphics.VertexAttribute;
23 import com.badlogic.gdx.graphics.VertexAttributes.Usage;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/utils/
AABBNearFarAnalyzer.java 19 import com.badlogic.gdx.graphics.Camera;
20 import com.badlogic.gdx.graphics.g3d.Renderable;
21 import com.badlogic.gdx.graphics.g3d.RenderableProvider;
22 import com.badlogic.gdx.graphics.g3d.environment.BaseLight;
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ColorTest.java 9 import android.graphics.Color;
LayerDrawableTest.java 3 import android.graphics.BitmapFactory;
4 import android.graphics.drawable.BitmapDrawable;
5 import android.graphics.drawable.Drawable;
6 import android.graphics.drawable.LayerDrawable;
  /external/v8/tools/gyp/test/win/enable-winrt/
dllmain.cc 8 #include <windows.graphics.display.h>
13 using namespace ABI::Windows::Graphics::Display;
  /external/v8/tools/gyp/test/win/winrt-app-type-revision/
dllmain.cc 8 #include <windows.graphics.display.h>
13 using namespace ABI::Windows::Graphics::Display;
  /external/v8/tools/gyp/test/win/winrt-target-platform-version/
dllmain.cc 8 #include <windows.graphics.display.h>
13 using namespace ABI::Windows::Graphics::Display;
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
AccessibilityNodeInfoHelper.java 18 import android.graphics.Rect;
  /frameworks/base/core/java/android/animation/
PointFEvaluator.java 18 import android.graphics.PointF;
34 * {@link PointFEvaluator#PointFEvaluator(android.graphics.PointF)} should be used
42 * in {@link #evaluate(float, android.graphics.PointF, android.graphics.PointF)} calls.
44 * {@link #evaluate(float, android.graphics.PointF, android.graphics.PointF)} should
61 * <p>If {@link #PointFEvaluator(android.graphics.PointF)} was used to construct
  /frameworks/base/core/java/android/content/res/
DrawableCache.java 19 import android.graphics.drawable.Drawable;
  /frameworks/base/core/java/android/hardware/display/
DisplayViewport.java 19 import android.graphics.Rect;
  /frameworks/base/core/java/android/printservice/
CustomPrinterIconCallback.java 21 import android.graphics.drawable.Icon;

Completed in 336 milliseconds

<<31323334353637383940>>