HomeSort by relevance Sort by last modified time
    Searched refs:normal (Results 76 - 100 of 370) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/cancel/
search_cancel.edc 62 normal: "widget/search/cancel/cancel_normal_button2.png";
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/decoration/
search_decoration.edc 62 normal: "widget/search/decoration/decoration_normal_button.png";
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
Tooltip.css 2 html { font-family: 'Segoe UI','Verdana','Helvetica',sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; }
  /external/eigen/Eigen/src/Geometry/
ParametrizedLine.h 149 direction() = hyperplane.normal().unitOrthogonal();
150 origin() = -hyperplane.normal()*hyperplane.offset();
168 return -(hyperplane.offset()+hyperplane.normal().dot(origin()))
169 / hyperplane.normal().dot(direction());
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
PlaneCollisionShape.java 64 private native long createShape(Vector3f normal, float constant);
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
EmitterPointShape.java 69 * It does not fill the normal.
71 * @param normal not used in this class
74 public void getRandomPointAndNormal(Vector3f store, Vector3f normal) {
  /external/quake/quake/src/QW/client/
gl_rmain.c 218 { // normal sprite
827 if (out->normal[j] < 0)
842 VectorAdd (vpn, vright, frustum[0].normal);
843 VectorSubtract (vpn, vright, frustum[1].normal);
845 VectorAdd (vpn, vup, frustum[2].normal);
846 VectorSubtract (vpn, vup, frustum[3].normal);
852 RotatePointAroundVector( frustum[0].normal, vup, vpn, -(90-r_refdef.fov_x / 2 ) );
854 RotatePointAroundVector( frustum[1].normal, vup, vpn, 90-r_refdef.fov_x / 2 );
856 RotatePointAroundVector( frustum[2].normal, vright, vpn, 90-r_refdef.fov_y / 2 );
858 RotatePointAroundVector( frustum[3].normal, vright, vpn, -( 90 - r_refdef.fov_y / 2 ) )
    [all...]
pmove.h 23 vec3_t normal; member in struct:__anon14201
34 pmplane_t plane; // surface normal at impact
r_main.c 446 screenedge[0].normal[0] = -1.0 / (xOrigin*r_refdef.horizontalFieldOfView);
447 screenedge[0].normal[1] = 0;
448 screenedge[0].normal[2] = 1;
452 screenedge[1].normal[0] =
454 screenedge[1].normal[1] = 0;
455 screenedge[1].normal[2] = 1;
459 screenedge[2].normal[0] = 0;
460 screenedge[2].normal[1] = -1.0 / (yOrigin*verticalFieldOfView);
461 screenedge[2].normal[2] = 1;
465 screenedge[3].normal[0] = 0
    [all...]
pmove.c 72 int PM_ClipVelocity (vec3_t in, vec3_t normal, vec3_t out, float overbounce)
79 if (normal[2] > 0)
81 if (!normal[2])
84 backoff = DotProduct (in, normal) * overbounce;
88 change = normal[i]*backoff;
156 if (trace.plane.normal[2] > 0.7)
160 if (!trace.plane.normal[2])
174 VectorCopy (trace.plane.normal, planes[numplanes]);
289 if ( trace.plane.normal[2] < 0.7)
594 if ( tr.plane.normal[2] < 0.7
    [all...]
r_draw.c 268 d0 = DotProduct (pv0->position, clip->normal) - clip->dist;
269 d1 = DotProduct (pv1->position, clip->normal) - clip->dist;
564 TransformVector (pplane->normal, p_normal);
566 distinv = 1.0 / (pplane->dist - DotProduct (modelorg, pplane->normal));
679 TransformVector (pplane->normal, p_normal);
681 distinv = 1.0 / (pplane->dist - DotProduct (modelorg, pplane->normal));
757 pclip->normal) - pclip->dist;
765 dist = DotProduct (verts[vertpage][i].position, pclip->normal) -
897 dot = DotProduct (modelorg, pplane->normal) - pplane->dist;
  /external/quake/quake/src/WinQuake/
r_main.cpp 426 screenedge[0].normal[0] = -1.0 / (xOrigin*r_refdef.horizontalFieldOfView);
427 screenedge[0].normal[1] = 0;
428 screenedge[0].normal[2] = 1;
432 screenedge[1].normal[0] =
434 screenedge[1].normal[1] = 0;
435 screenedge[1].normal[2] = 1;
439 screenedge[2].normal[0] = 0;
440 screenedge[2].normal[1] = -1.0 / (yOrigin*verticalFieldOfView);
441 screenedge[2].normal[2] = 1;
445 screenedge[3].normal[0] = 0;
    [all...]
r_draw.cpp 268 d0 = DotProduct (pv0->position, clip->normal) - clip->dist;
269 d1 = DotProduct (pv1->position, clip->normal) - clip->dist;
564 TransformVector (pplane->normal, p_normal);
566 distinv = 1.0 / (pplane->dist - DotProduct (modelorg, pplane->normal));
679 TransformVector (pplane->normal, p_normal);
681 distinv = 1.0 / (pplane->dist - DotProduct (modelorg, pplane->normal));
757 pclip->normal) - pclip->dist;
765 dist = DotProduct (verts[vertpage][i].position, pclip->normal) -
897 dot = DotProduct (modelorg, pplane->normal) - pplane->dist;
gl_rmain.cpp 217 { // normal sprite
333 float *normal; local
449 float *normal; local
925 if (out->normal[j] < 0)
940 VectorAdd (vpn, vright, frustum[0].normal);
941 VectorSubtract (vpn, vright, frustum[1].normal);
943 VectorAdd (vpn, vup, frustum[2].normal);
944 VectorSubtract (vpn, vup, frustum[3].normal);
949 RotatePointAroundVector( frustum[0].normal, vup, vpn, -(90-r_refdef.fov_x / 2 ) );
951 RotatePointAroundVector( frustum[1].normal, vup, vpn, 90-r_refdef.fov_x / 2 )
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmlec.h 78 } normal; member in union:atmlec_msg::__anon26291
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmlec.h 78 } normal; member in union:atmlec_msg::__anon27881
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmlec.h 78 } normal; member in union:atmlec_msg::__anon29396
  /external/expat/lib/
xmltok.c 1248 struct normal_encoding normal; member in struct:unknown_encoding
    [all...]
  /external/openssl/crypto/md5/asm/
md5-586.pl 3 # Normal is the
5 # version, non-normal is the
8 $normal=0;
159 &add($K,64) if $pos >=1 && !$normal;
197 &set_label("start") unless $normal;
291 &mov($tmp1,&swtmp(0)) unless $normal;
296 &cmp($tmp1,$X) unless $normal; # check count
297 &jae(&label("start")) unless $normal;
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
example.php 66 $geshi->set_overall_style('font: normal normal 90% monospace; color: #000066; border: 1px solid #d0d0d0; background-color: #f0f0f0;', false);
126 font-weight: normal;
132 font-weight: normal;
  /external/replicaisland/src/com/replica/replicaisland/
GameObject.java 204 public final void setBackgroundCollisionNormal(Vector2 normal) {
205 mBackgroundCollisionNormal.set(normal);
  /external/webkit/Source/WebCore/css/
mediaControlsChromium.css 120 letter-spacing: normal;
121 word-spacing: normal;
149 letter-spacing: normal;
150 word-spacing: normal;
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEBlend.cpp 69 static unsigned char normal(unsigned char colorA, unsigned char colorB, unsigned char alphaA, unsigned char) function in namespace:WebCore
119 static const BlendType callEffect[] = {unknown, normal, multiply, screen, darken, lighten};
149 ts << "NORMAL";
  /libcore/luni/src/main/native/
sub.mk 3 # It's not a normal makefile, so we don't include CLEAR_VARS
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 173 b normal
178 /^[^A-F~]*~.*|I10|/b normal
179 /^[-0.]*~/b normal
243 : normal

Completed in 583 milliseconds

1 2 34 5 6 7 8 91011>>