HomeSort by relevance Sort by last modified time
    Searched full:cone (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/testng/src/test/java/test/priority/
Priority2SampleTest.java 7 public void cOne() {
  /frameworks/native/services/surfaceflinger/Effects/
Daltonizer.h 26 Protanomaly, // L (red) cone deficient
27 Deuteranomaly, // M (green) cone deficient (most common)
28 Tritanomaly // S (blue) cone deficient
Daltonizer.cpp 69 // a cone. This cannot be done by just zeroing out the corresponding LMS component
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btConeTwistConstraint.h 25 It divides the 3 rotational DOFs into swing (movement within a cone) and twist.
27 (Note: the cone's base isn't flat, so this ellipse is "embedded" on the surface of a sphere.)
363 btConeTwistConstraintData2* cone = (btConeTwistConstraintData2*) dataBuffer; local
364 btTypedConstraint::serialize(&cone->m_typeConstraintData,serializer);
366 m_rbAFrame.serialize(cone->m_rbAFrame);
367 m_rbBFrame.serialize(cone->m_rbBFrame);
369 cone->m_swingSpan1 = m_swingSpan1;
370 cone->m_swingSpan2 = m_swingSpan2;
371 cone->m_twistSpan = m_twistSpan;
372 cone->m_limitSoftness = m_limitSoftness
    [all...]
btConeTwistConstraint.cpp 483 // don't let cone response affect twist
484 // (this can happen since body A's twist doesn't match body B's AND we use an elliptical cone limit)
666 // split rotation into cone and twist
826 // given a cone rotation in constraint space, (pre: twist must already be removed)
828 // more interestingly, it computes the cone/swing limit (angle) for this cone "pose".
845 // Given a swing axis, we're looking for the intersection with the bounding cone ellipse.
850 // (vSwingAxis is the cone rotation (in z,y); change vars and rotate to (x,y) coords.)
895 // compute x/y in ellipse using cone angle (0 -> 2*PI along surface of cone)
    [all...]
  /packages/apps/Protips/res/values-pt-rPT/
arrays.xml 20 <item msgid="4457112202911142877">"Veja todas as suas aplicações.\n Toque no ícone Iniciador. @drawable/all_apps"</item>
23 <item msgid="3123213860439458492">"Remova os itens.\n Mantenha premido um item e quando este vibrar, arraste-o para o ícone Lixo. @drawable/trash"</item>
25 <item msgid="424487960942281801">"Já não precisa deste widget?\n Mantenha-o premido e quando vibrar, arraste-o para o ícone Lixo."</item>
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
BasicShapesTest.java 61 final Model cone = modelBuilder.createCone(4f, 6f, 4f, 16, material, attributes); local
62 disposables.add(cone);
63 world.addConstructor("cone", new BulletConstructor(cone, 10f, new btConeShape(2f, 6f)));
72 world.add("cone", 10, 5, 0);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConeShape.h 22 ///The btConeShape implements a cone shape primitive, centered around the origin and aligned with the Y axis. The btConeShapeX is aligned around the X axis and btConeShapeZ around the Z axis.
76 return "Cone";
103 ///btConeShape implements a Cone shape, around the X axis
123 ///btConeShapeZ implements a Cone shape, around the Z axis
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
MeshBuilderTest.java 77 modelBuilder.node().id = "cone";
78 mpb = modelBuilder.part("cone", GL20.GL_TRIANGLES, Usage.Position | Usage.Normal | Usage.TextureCoordinates
81 mpb.cone(2f, 3f, 1f, 8);
109 instances.add(new ModelInstance(model, new Matrix4().trn(-5f, 0f, 5f), "cone", true));
ShaderTest.java 225 builder.part("testCone", GL20.GL_TRIANGLES, Usage.Position, testMaterial1).cone(5, 5, 5, 20);
234 builder.part("testCone", GL20.GL_TRIANGLES, Usage.Position, testMaterial2).cone(5, 5, 5, 20);
  /external/pdfium/third_party/lcms2-2.6/src/
cmswtpnt.c 189 // Compute chromatic adaptation matrix using Chad as cone matrix
202 cmsMAT3 Cone, Tmp;
220 _cmsVEC3init(&Cone.v[0], ConeDestRGB.n[0]/ConeSourceRGB.n[0], 0.0, 0.0);
221 _cmsVEC3init(&Cone.v[1], 0.0, ConeDestRGB.n[1]/ConeSourceRGB.n[1], 0.0);
222 _cmsVEC3init(&Cone.v[2], 0.0, 0.0, ConeDestRGB.n[2]/ConeSourceRGB.n[2]);
226 _cmsMAT3per(&Tmp, &Cone, Chad);
233 // The cone matrix can be specified in ConeMatrix. If NULL, Bradford is assumed
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
ConeShapeBuilder.java 23 /** Helper class with static methods to build cone shapes using {@link MeshPartBuilder}.
37 // FIXME create better cylinder method (- axis on which to create the cone (matrix?))
  /packages/apps/Protips/res/values-pt/
arrays.xml 20 <item msgid="4457112202911142877">"Veja todos os seus aplicativos.\n Toque no ícone do Launcher. @drawable/all_apps"</item>
  /external/opencv3/modules/viz/include/opencv2/viz/
widgets.hpp 325 /** @brief This 3D Widget defines a cone. :
330 /** @brief Constructs default cone oriented along x-axis with center of its base located at origin
332 @param length Length of the cone.
333 @param radius Radius of the cone.
334 @param resolution Resolution of the cone.
335 @param color Color of the cone.
339 /** @brief Constructs repositioned planar cone.
341 @param radius Radius of the cone.
342 @param center Center of the cone base.
343 @param tip Tip of the cone
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
ShapeRendererTest.java 83 renderer.cone(0.6f, 0.6f, 0, 0.3f, 0.75f, 20);
109 renderer.cone(0.6f, 0.6f, 0, 0.3f, 0.75f, 20);
  /frameworks/base/docs/html-intl/intl/pt-br/guide/topics/manifest/
manifest-intro.jd 278 uma etiqueta e um ícone de uma atividade. Os valores desses atributos
357 Alguns elementos têm atributos {@code icon} e {@code label} de um pequeno ícone
363 permissão a um aplicativo que a solicitou, serão apresentados ao usuário um ícone
369 Em todo caso, o ícone e a etiqueta definidos em um elemento recipiente se tornam as configurações
371 Assim, o ícone e a etiqueta definidos no elemento
373 são o ícone e a etiqueta padrão para cada um dos componentes do aplicativo.
374 Da mesma forma, o ícone e a etiqueta definidos para um componente &mdash; por exemplo, um elemento
386 O ícone e a etiqueta definidos para um filtro de intenção são usados para representar um componente
392 que deve ser exibida no inicializador do aplicativo. O ícone e a etiqueta
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
ModelBuilder.java 263 /** Convenience method to create a model with a single node containing a cone shape. The resources the Material might contain
271 /** Convenience method to create a model with a single node containing a cone shape. The resources the Material might contain
280 /** Convenience method to create a model with a single node containing a cone shape. The resources the Material might contain
289 /** Convenience method to create a model with a single node containing a cone shape. The resources the Material might contain
296 part("cone", primitiveType, attributes, material).cone(width, height, depth, divisions, angleFrom, angleTo); method
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 208 // Because areas outside the cone are left untouched, we cannot treat the
210 // TODO(junov): Compute whether the cone fills the plane crbug.com/222380
  /packages/apps/Launcher3/res/values-pt/
strings.xml 80 <string name="abandoned_promise_explanation" msgid="3990027586878167529">"O app deste ícone não está instalado. Você pode remover o ícone, ou procurar o app e instalá-lo manualmente."</string>
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
collationdata.h 98 "Cone, Marvin",
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.stdout.exp 15 One Feroceon Processor, 512M RAM, 1192.75 Bogomips Total
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.stdout.exp 15 One 600.000000MHz PPC 745/755, 512M RAM, 49.79 Bogomips Total
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.stdout.exp 15 One 1665MHz AMD Athlon(tm) Processor, 512M RAM, 3330.53 Bogomips Total
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
ShapeRenderer.java 983 public void cone (float x, float y, float z, float radius, float height) { method in class:ShapeRenderer
984 cone(x, y, z, radius, height, Math.max(1, (int)(4 * (float)Math.sqrt(radius)))); method
988 public void cone (float x, float y, float z, float radius, float height, int segments) { method in class:ShapeRenderer
    [all...]
  /frameworks/base/docs/html-intl/intl/pt-br/guide/components/
tasks-and-back-stack.jd 80 <p>A tela inicial do dispositivo é o ponto de partida para a maioria das tarefas. Quando o usuário toca em um ícone no inicializador do
136 momento, o usuário pode alternar para a tarefa B acessando a Página inicial e selecionando o ícone do aplicativo
167 mais tarde, o usuário reiniciar a tarefa selecionando o ícone de inicialização que a inicia, ela ficará
464 de voltar à tarefa iniciada, como com um ícone de inicialização (a atividade raiz da tarefa
    [all...]

Completed in 2614 milliseconds

1 2 3 4