HomeSort by relevance Sort by last modified time
    Searched refs:shape (Results 51 - 75 of 386) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestGhostObject.java 45 import com.jme3.scene.shape.Box;
70 CollisionShape shape = new BoxCollisionShape(new Vector3f(1, 1, 1)); local
72 Node physicsBox = PhysicsTestHelper.createPhysicsTestNode(assetManager, shape, 1);
78 Node physicsBox1 = PhysicsTestHelper.createPhysicsTestNode(assetManager, shape, 1);
TestCollisionListener.java 42 import com.jme3.scene.shape.Sphere;
43 import com.jme3.scene.shape.Sphere.TextureMode;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSBasicShapes.cpp 76 bool CSSBasicShapeRectangle::equals(const CSSBasicShape& shape) const
78 if (shape.type() != CSSBasicShapeRectangleType)
81 const CSSBasicShapeRectangle& other = static_cast<const CSSBasicShapeRectangle&>(shape);
120 bool CSSBasicShapeCircle::equals(const CSSBasicShape& shape) const
122 if (shape.type() != CSSBasicShapeCircleType)
125 const CSSBasicShapeCircle& other = static_cast<const CSSBasicShapeCircle&>(shape);
155 bool CSSBasicShapeEllipse::equals(const CSSBasicShape& shape) const
157 if (shape.type() != CSSBasicShapeEllipseType)
160 const CSSBasicShapeEllipse& other = static_cast<const CSSBasicShapeEllipse&>(shape);
232 bool CSSBasicShapePolygon::equals(const CSSBasicShape& shape) cons
    [all...]
  /frameworks/base/libs/hwui/
PathCache.cpp 51 memset(&shape, 0, sizeof(Shape));
62 memset(&shape, 0, sizeof(Shape));
73 hash = JenkinsHashMixBytes(hash, (uint8_t*) &shape, sizeof(Shape));
237 ALOGD("Shape deleted, size = %d", size);
295 ALOGD("Shape created, size = %d", size);
379 (key.shape.path.mPath == pair.getFirst() ||
380 key.shape.path.mPath == pair.getSecond()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAreaElement.idl 27 [Reflect] attribute DOMString shape;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceGradient.cpp 140 void RenderSVGResourceGradient::postApplyResource(RenderObject* object, GraphicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape)
149 else if (shape)
150 shape->fillShape(context);
155 else if (shape)
156 shape->strokeShape(context);
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_util_DebugShapeFactory.cpp 91 btCollisionShape* shape = reinterpret_cast<btCollisionShape*>(shapeId); local
92 if (shape->isConcave()) {
93 btConcaveShape* concave = reinterpret_cast<btConcaveShape*>(shape);
99 } else if (shape->isConvex()) {
100 btConvexShape* convexShape = reinterpret_cast<btConvexShape*>(shape);
101 // Check there is a hull shape to render
  /external/chromium_org/chrome/test/chromedriver/js/
get_element_region.js 18 if (element.shape.toLowerCase() == 'rect') {
31 } else if (element.shape.toLowerCase() == 'circle') {
43 } else if (element.shape.toLowerCase() == 'poly') {
65 throw new Error('shape=' + element.shape + ' is not supported');
  /pdk/apps/CameraITS/pymodules/its/
image.py 146 h = img.shape[0]
147 w = img.shape[1]
163 hfull = img.shape[0]
164 wfull = img.shape[1]
181 chans = img.shape[2]
196 chans = img.shape[2]
220 (h, w, chans) = img.shape
  /external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestBillboard.java 33 package jme3test.model.shape;
42 import com.jme3.scene.shape.Box;
43 import com.jme3.scene.shape.Quad;
TestDebugShapes.java 33 package jme3test.model.shape;
53 public Geometry putShape(Mesh shape, ColorRGBA color){
54 Geometry g = new Geometry("shape", shape);
  /frameworks/base/core/jni/android/graphics/
PathEffect.cpp 43 const SkPath* shape, float advance, float phase, int style) {
44 SkASSERT(shape != NULL);
45 return new SkPath1DPathEffect(*shape, SkFloatToScalar(advance),
  /external/chromium_org/third_party/harfbuzz-ng/
harfbuzz-ng.target.darwin-arm.mk 31 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
36 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
37 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
38 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc
    [all...]
harfbuzz-ng.target.darwin-mips.mk 31 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
36 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
37 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
38 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc
    [all...]
harfbuzz-ng.target.darwin-x86.mk 31 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
36 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
37 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
38 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc
    [all...]
harfbuzz-ng.target.linux-arm.mk 31 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
36 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
37 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
38 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc
    [all...]
harfbuzz-ng.target.linux-mips.mk 31 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
36 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
37 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
38 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc
    [all...]
harfbuzz-ng.target.linux-x86.mk 31 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
36 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
37 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
38 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc
    [all...]
  /development/tools/mkstubs/tests/data/
TestTemplateClass.java 47 public void draw(List<? extends Rect> shape) {
  /external/icu4c/layout/
ArabicShaping.cpp 116 FeatureMask shape = featureMask & SHAPE_MASK; local
118 shape >>= shapeOffset;
120 glyphStorage.setAuxData(outIndex, ((featureMask & ~SHAPE_MASK) | shape), success);
123 void ArabicShaping::shape(const LEUnicode *chars, le_int32 offset, le_int32 charCount, le_int32 charMax, function in class:ArabicShaping
138 // shaper.shape(errout, 2) (isolate to initial, or final to medial)
139 // shaper.shape(out, 1) (isolate to final)
ArabicShaping.h 42 MASK_NOSHAPE = 8 // if this bit set, don't shape this char, i.e. tatweel
59 static void shape(const LEUnicode *chars, le_int32 offset, le_int32 charCount, le_int32 charMax,
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Quad.java 33 package com.jme3.scene.shape;
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestBareBonesApp.java 38 import com.jme3.scene.shape.Box;
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloJME3.java 40 import com.jme3.scene.shape.Box;
54 Box b = new Box(Vector3f.ZERO, 1, 1, 1); // create cube shape at the origin
55 Geometry geom = new Geometry("Box", b); // create cube geometry from the shape
HelloLoop.java 40 import com.jme3.scene.shape.Box;

Completed in 1967 milliseconds

1 23 4 5 6 7 8 91011>>