Searched refs:normal (Results 1 - 25 of 246) sorted by relevance

12345678910

/external/webkit/Source/WebCore/css/
H A DthemeChromiumSkia.css34 * font weight should always be normal, to distinguish from optgroup labels. */
36 font-weight: normal !important;
H A Dquirks.css35 white-space: normal;
36 line-height: normal;
37 font-weight: normal;
39 font-variant: normal;
40 font-style: normal;
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DPlane.java43 * point is on the non-normal side of the plane.
62 * Vector normal to the plane.
64 protected Vector3f normal = new Vector3f(); field in class:Plane
73 * default object and contains a normal of (0,0,0) and a constant of 0.
79 * Constructor instantiates a new <code>Plane</code> object. The normal
82 * @param normal
83 * the normal of the plane.
87 public Plane(Vector3f normal, float constant) { argument
88 if (normal == null) {
89 throw new IllegalArgumentException("normal canno
102 setNormal(Vector3f normal) argument
225 setOriginNormal(Vector3f origin, Vector3f normal) argument
[all...]
/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_collision_shapes_PlaneCollisionShape.cpp50 (JNIEnv * env, jobject object, jobject normal, jfloat constant) {
53 jmeBulletUtil::convert(env, normal, &norm);
49 Java_com_jme3_bullet_collision_shapes_PlaneCollisionShape_createShape(JNIEnv * env, jobject object, jobject normal, jfloat constant) argument
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DOCTTriangle.java74 Vector3f normal = new Vector3f(pointb);
75 normal.subtractLocal(pointa).crossLocal(pointc.x-pointa.x, pointc.y-pointa.y, pointc.z-pointa.z);
76 normal.normalizeLocal();
77 return normal;
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/
H A Dmute_button.edc39 image.normal: "widget/mediacontrol/mutebutton/mutebutton.png";
43 image.normal: "widget/mediacontrol/mutebutton/unmutebutton.png";
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/
H A Dplaypause_button.edc39 image.normal: "widget/mediacontrol/playpausebutton/playbutton.png";
43 image.normal: "widget/mediacontrol/playpausebutton/pausebutton.png";
/external/quake/quake/src/QW/client/
H A Dmathlib.c34 void ProjectPointOnPlane( vec3_t dst, const vec3_t p, const vec3_t normal )
40 inv_denom = 1.0F / DotProduct( normal, normal );
42 d = DotProduct( normal, p ) * inv_denom;
44 n[0] = normal[0] * inv_denom;
45 n[1] = normal[1] * inv_denom;
46 n[2] = normal[2] * inv_denom;
209 dist1 = p->normal[0]*emaxs[0] + p->normal[1]*emaxs[1] + p->normal[
[all...]
H A Dgl_test.c29 vec3_t normal; member in struct:__anon11347
69 vec3_t normal; local
87 d = DotProduct (incoming, plane->normal);
89 VectorMA (p->reflect, d*2, plane->normal, p->reflect);
92 VectorCopy (plane->normal, p->normal);
94 CrossProduct (incoming, p->normal, p->up);
96 CrossProduct (p->up, p->normal, p->right);
/external/quake/quake/src/WinQuake/
H A Dmathlib.cpp34 void ProjectPointOnPlane( vec3_t dst, const vec3_t p, const vec3_t normal )
40 inv_denom = 1.0F / DotProduct( normal, normal );
42 d = DotProduct( normal, p ) * inv_denom;
44 n[0] = normal[0] * inv_denom;
45 n[1] = normal[1] * inv_denom;
46 n[2] = normal[2] * inv_denom;
211 dist1 = p->normal[0]*emaxs[0] + p->normal[1]*emaxs[1] + p->normal[
[all...]
H A Dgl_test.cpp29 vec3_t normal; member in struct:__anon11710
69 vec3_t normal; local
87 d = DotProduct (incoming, plane->normal);
89 VectorMA (p->reflect, d*2, plane->normal, p->reflect);
92 VectorCopy (plane->normal, p->normal);
94 CrossProduct (incoming, p->normal, p->up);
96 CrossProduct (p->up, p->normal, p->right);
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/check/
H A Dcheck.edc77 normal: "widget/check/img_check_off.png";
84 normal: "widget/check/img_check_on.png";
101 normal: "widget/check/img_check_on_hover.png";
108 normal: "widget/check/img_check_off_hover.png";
115 normal: "widget/check/img_check_on_focus.png";
122 normal: "widget/check/img_check_off_focus.png";
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/radio/
H A Dradio.edc76 normal: "widget/radio/img_radio_off.png";
83 normal: "widget/radio/img_radio_on.png";
100 normal: "widget/radio/img_radio_on_hover.png";
107 normal: "widget/radio/img_radio_off_hover.png";
114 normal: "widget/radio/img_radio_on_focus.png";
121 normal: "widget/radio/img_radio_off_focus.png";
/external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
H A DEmitterMeshConvexHullShape.java49 * The normal param is not used.
53 * @param normal
57 public void getRandomPointAndNormal(Vector3f store, Vector3f normal) { argument
58 super.getRandomPointAndNormal(store, normal);
H A DEmitterShape.java51 * This method fills in the initial position of the particle and its normal vector.
54 * @param normal
55 * store variable for initial normal
57 public void getRandomPointAndNormal(Vector3f store, Vector3f normal); argument
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/seekbackwardbutton/
H A Dseekbackward_button.edc38 image.normal: "widget/mediacontrol/seekbackwardbutton/seekbackwardbutton.png";
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/seekforwardbutton/
H A Dseekforward_button.edc38 image.normal: "widget/mediacontrol/seekforwardbutton/seekforwardbutton.png";
/external/chromium/build/
H A Dsanitize-mac-build-log.sed31 s|^Distributed-CompileC \(.*\) normal i386 c++ com.apple.compilers.gcc.4_2| CC \1|
32 s|^CompileC \(.*\) normal i386 c++ com.apple.compilers.gcc.4_2| CC \1|
/external/replicaisland/src/com/replica/replicaisland/
H A DSolidSurfaceComponent.java75 public void addSurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal) { argument
78 mNormals.add(normal);
95 Vector2 normal = mNormal;
118 normal.set(normals.get(x));
120 normal.flipHorizontal(0);
124 normal.flipVertical(0);
127 collision.addTemporarySurface(start, end, normal, parentObject);
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/combo/
H A Dcombo.edc106 normal: "widget/combo/combo_normal.png";
119 normal: "widget/combo/combo_hover.png";
127 normal: "widget/combo/combo_focus.png";
135 normal: "widget/combo/combo_press.png";
167 normal: "widget/combo/combo_normal_button.png";
182 normal: "widget/combo/combo_hover_button.png";
191 normal: "widget/combo/combo_focus_button.png";
200 normal: "widget/combo/combo_press_button.png";
227 normal: "widget/combo/icon.png";
236 normal
[all...]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainPatch.java310 * recalculate all of the normal vectors in this terrain patch
324 private void setInBuffer(Mesh mesh, int index, Vector3f normal, Vector3f tangent, Vector3f binormal) { argument
328 BufferUtils.setInBuffer(normal, (FloatBuffer)NB.getData(), index);
370 Vector3f normal = new Vector3f();
385 averageNormalsTangents(null, rootPoint, leftPoint, bottomPoint, rightPoint, normal, tangent, binormal);
386 setInBuffer(this.getMesh(), s, normal, tangent, binormal);
387 setInBuffer(right.getMesh(), 0, normal, tangent, binormal);
391 averageNormalsTangents(topPoint, rootPoint, leftPoint, bottomPoint, rightPoint,normal, tangent, binormal);
392 setInBuffer(this.getMesh(), s, normal, tangent, binormal);
393 setInBuffer(right.getMesh(), 0, normal, tangen
532 averageNormalsTangents( Vector3f topPoint, Vector3f rootPoint, Vector3f leftPoint, Vector3f bottomPoint, Vector3f rightPoint, Vector3f normal, Vector3f tangent, Vector3f binormal) argument
[all...]
/external/iproute2/netem/
H A DMakefile1 DISTGEN = maketable normal pareto paretonormal
2 DISTDATA = normal.dist pareto.dist paretonormal.dist experimental.dist
H A Dnormal.c18 normal(double x, double mu, double sigma) function
32 i = rint(TABLESIZE * normal(x, 0.0, 1.0));
37 printf("# This is the distribution table for the normal distribution.\n");
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/button/
H A Dbutton.edc69 normal: "widget/button/img_button_normal.png";
77 normal: "widget/button/img_button_press.png";
90 normal: "widget/button/img_button_hover.png";
98 normal: "widget/button/img_button_focus.png";
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/file/
H A Dfile.edc66 normal: "widget/file/file_normal.png";
79 normal: "widget/file/file_hover.png";
87 normal: "widget/file/file_focus.png";
95 normal: "widget/file/file_press.png";

Completed in 277 milliseconds

12345678910