OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShapeType
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/
ShapeType.java
30
public enum
ShapeType
{
/external/icu/icu4c/source/layout/
ArabicShaping.h
57
typedef le_int32
ShapeType
;
68
static
ShapeType
getShapeType(LEUnicode c);
73
static const
ShapeType
shapeTypes[];
/external/skia/gm/
dstreadshuffle.cpp
27
enum
ShapeType
{
47
ShapeType
type) {
150
ShapeType
shapeType
= static_cast<
ShapeType
>(i);
169
this->drawShape(canvas, &p,
shapeType
);
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
World.java
52
import org.jbox2d.collision.shapes.
ShapeType
;
137
new ContactRegister[
ShapeType
.values().length][
ShapeType
.values().length];
217
private void addType(IDynamicStack<Contact> creator,
ShapeType
type1,
ShapeType
type2) {
232
addType(pool.getCircleContactStack(),
ShapeType
.CIRCLE,
ShapeType
.CIRCLE);
233
addType(pool.getPolyCircleContactStack(),
ShapeType
.POLYGON,
ShapeType
.CIRCLE);
234
addType(pool.getPolyContactStack(),
ShapeType
.POLYGON, ShapeType.POLYGON)
[
all
...]
/frameworks/base/libs/hwui/
PathCache.h
112
enum class
ShapeType
{
124
ShapeType
type;
162
PathDescription(
ShapeType
shapeType
, const SkPaint* paint);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
ShapeRenderer.java
42
* shapeRenderer.begin(
ShapeType
.Line);
49
* shapeRenderer.begin(
ShapeType
.Filled);
62
* shapeRenderer.begin(
ShapeType
.Line);
79
/** Shape types to be used with {@link #begin(
ShapeType
)}.
81
public enum
ShapeType
{
86
ShapeType
(int glType) {
102
private
ShapeType
shapeType
;
199
begin(
ShapeType
.Line);
205
public void begin (
ShapeType
type) {
[
all
...]
Completed in 152 milliseconds