HomeSort by relevance Sort by last modified time
    Searched refs:shape (Results 226 - 250 of 322) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/test/jme3test/animation/
TestMotionPath.java 52 import com.jme3.scene.shape.Box;
TestCinematic.java 60 import com.jme3.scene.shape.Box;
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestPhysicsCar.java 51 import com.jme3.scene.shape.Cylinder;
102 //create a compound shape and attach the BoxCollisionShape for the car body at 0,1,0
TestRagdollCharacter.java 55 import com.jme3.scene.shape.Box;
158 //for geometry with sphere mesh the physics system automatically uses a sphere collision shape
  /external/jmonkeyengine/engine/src/test/jme3test/effect/
TestEverything.java 46 import com.jme3.scene.shape.Box;
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestPostFilters.java 50 import com.jme3.scene.shape.Box;
TestRenderToMemory.java 47 import com.jme3.scene.shape.Box;
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 45 * <p>It can be defined in an XML file with the <code>&lt;shape></code> element. For more
79 * Shape is a rectangle, possibly with rounded corners
84 * Shape is an ellipse
89 * Shape is a line
94 * Shape is a ring.
179 * is honored only when the shape is of type {@link #RECTANGLE}.</p>
200 * is honored only when the shape is of type {@link #RECTANGLE}.</p>
205 * @param radius The radius in pixels of the corners of the rectangle shape
269 * <p>Sets the size of the shape drawn by this drawable.</p>
274 * @param width The width of the shape used by this drawabl
    [all...]
  /frameworks/base/libs/hwui/
PathCache.h 117 union Shape {
145 } shape; member in struct:android::uirenderer::PathDescription
177 * A simple LRU shape cache. The cache has a maximum size expressed in bytes.
284 ALOGW("Shape too large to be rendered into a texture (%dx%d, max=%dx%d)",
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
jfreechart-swt-1.0.9.jar 
  /external/aac/libAACdec/src/
block.cpp 670 int getWindow2Nr(int length, int shape)
674 if (shape == 2) {
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
PhysicsSpace.java     [all...]
  /external/v8/test/mjsunit/harmony/
block-leave.js 33 // We want to test the context chain shape. In each of the tests cases
  /external/v8/test/mjsunit/
with-leave.js 63 // We want to test the context chain shape. In each of the tests cases
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 477 // would allow us to shape characters properly that cross style
512 bool UniscribeHelper::shape(const UChar* input, function in class:WebCore::UniscribeHelper
706 if (!shape(&m_input[startItem], itemLength, numGlyphs, m_runs[i], shaping))
    [all...]
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 122 HUDSlider::HUDSlider(HUDSliderButtonShape shape, int buttonSize, const IntRect& rect)
124 , m_buttonShape(shape)
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 27 import java.awt.Shape;
70 public Shape getJavaShape() {
74 public void setJavaShape(Shape shape) {
76 mPath.append(shape, false /*connect*/);
704 * @param oval The bounds of oval defining shape and size of the arc
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dot.rb 75 | node [shape=plaintext, fixedsize=true, fontsize=11, fontname="Courier",
  /external/harfbuzz_ng/util/
options.hh 204 hb_bool_t shape (hb_font_t *font, hb_buffer_t *buffer) function in struct:shape_options_t
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ArrayModifier.java 19 import com.jme3.scene.shape.Curve;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Cylinder.java 34 package com.jme3.scene.shape;
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeCluster.java 20 import com.jme3.scene.shape.Box;
  /libcore/luni/src/main/java/java/text/
Bidi.java 166 ((NumericShaper) numericShaper).shape(text, 0, length); method
  /external/libvorbis/doc/
01-introduction.tex 296 \item decode window shape (long windows only)
341 \paragraph{Window shape decode (long windows only)} \label{vorbis:spec:window}
352 added. The window shape assures seamless reconstruction.
369 In the unequal-sized window case, the window shape of the long window
371 correctly infer window shape to be applied to the current window from
375 flag bits to specify pre- and post- window shape. Although not

Completed in 661 milliseconds

1 2 3 4 5 6 7 8 91011>>