Home
last modified time | relevance | path

Searched defs:normal (Results 1 – 25 of 87) sorted by relevance

1234

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Dnormal_unittest.cc40 Normal normal(fs, &db, bgn, &expand); in TEST() local
53 Normal normal(fs, &db, bgn, &expand); in TEST() local
97 Normal normal(fs, &db, bgn, &expand); in TEST() local
/external/replicaisland/src/com/replica/replicaisland/
DSolidSurfaceComponent.java75 public void addSurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal) { in addSurface()
95 Vector2 normal = mNormal; in update() local
/external/mesa3d/src/mesa/tnl/
Dt_vb_texgen.c101 const GLvector4f *normal, in build_m3()
128 const GLvector4f *normal, in build_m2()
177 const GLvector4f *normal, in build_f3()
204 const GLvector4f *normal, in build_f2()
280 GLvector4f *normal = VB->AttribPtr[_TNL_ATTRIB_NORMAL]; in texgen_normal_map_nv() local
345 const GLvector4f *normal = VB->AttribPtr[_TNL_ATTRIB_NORMAL]; in texgen() local
Dt_vb_lighttmp.h60 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
243 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
418 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
523 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
Dt_vb_normals.c43 GLvector4f normal; member
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
Dt_vb_texgen.c101 const GLvector4f *normal, in build_m3()
128 const GLvector4f *normal, in build_m2()
177 const GLvector4f *normal, in build_f3()
204 const GLvector4f *normal, in build_f2()
280 GLvector4f *normal = VB->AttribPtr[_TNL_ATTRIB_NORMAL]; in texgen_normal_map_nv() local
345 const GLvector4f *normal = VB->AttribPtr[_TNL_ATTRIB_NORMAL]; in texgen() local
Dt_vb_lighttmp.h60 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
243 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
418 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
523 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
Dt_vb_normals.c43 GLvector4f normal; member
/external/clang/test/SemaCXX/
Dwarn-unused-attribute.cpp15 TestNormal normal; in main() local
/external/chromium_org/cc/quads/
Ddraw_polygon.h56 const gfx::Vector3dF& normal() const { return normal_; } in normal() function
/external/eigen/Eigen/src/Eigen2Support/Geometry/
DHyperplane.h136 …inline const NormalReturnType normal() const { return NormalReturnType(*const_cast<Coefficients*>(… in normal() function
141 inline NormalReturnType normal() { return NormalReturnType(m_coeffs,0,0,dim(),1); } in normal() function
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
Dprogress_center_panel.js223 normal: 'li:not(.quiet)', property
233 normal: null, property
/external/iproute2/netem/
Dnormal.c18 normal(double x, double mu, double sigma) in normal() function
Dparetonormal.c27 normal(double x, double mu, double sigma) in normal() function
/external/chromium_org/third_party/skia/src/core/
DSkStrokerPriv.cpp15 const SkVector& normal, const SkPoint& stop, in ButtCapper()
22 const SkVector& normal, const SkPoint& stop, in RoundCapper()
41 const SkVector& normal, const SkPoint& stop, in SquareCapper()
DSkStroke.cpp49 SkVector* normal, SkVector* unitNormal) { in set_normal_unitnormal()
60 SkVector* normal, SkVector* unitNormal) { in set_normal_unitnormal()
124 void SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal, in preJoinTo()
148 void SkPathStroker::postJoinTo(const SkPoint& currPt, const SkVector& normal, in postJoinTo()
230 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to()
239 SkVector normal, unitNormal; in lineTo() local
/external/skia/src/core/
DSkStrokerPriv.cpp15 const SkVector& normal, const SkPoint& stop, in ButtCapper()
22 const SkVector& normal, const SkPoint& stop, in RoundCapper()
41 const SkVector& normal, const SkPoint& stop, in SquareCapper()
DSkStroke.cpp49 SkVector* normal, SkVector* unitNormal) { in set_normal_unitnormal()
60 SkVector* normal, SkVector* unitNormal) { in set_normal_unitnormal()
124 void SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal, in preJoinTo()
148 void SkPathStroker::postJoinTo(const SkPoint& currPt, const SkVector& normal, in postJoinTo()
230 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to()
239 SkVector normal, unitNormal; in lineTo() local
/external/eigen/Eigen/src/Geometry/
DHyperplane.h147 …inline ConstNormalReturnType normal() const { return ConstNormalReturnType(m_coeffs,0,0,dim(),1); } in normal() function
152 inline NormalReturnType normal() { return NormalReturnType(m_coeffs,0,0,dim(),1); } in normal() function
/external/mesa3d/src/gallium/state_trackers/vega/
Dbezier.c261 float normal[2]; in good_offset() local
319 float normal[4]; in compute_pt_normal() local
680 float *normal) in bezier_point_at_length()
690 float *point, float *normal) in bezier_point_at_t()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Dbezier.c261 float normal[2]; in good_offset() local
319 float normal[4]; in compute_pt_normal() local
680 float *normal) in bezier_point_at_length()
690 float *point, float *normal) in bezier_point_at_t()
/external/skia/src/effects/
DSkDiscretePathEffect.cpp17 SkVector normal = tangent; in Perterb() local
/external/chromium_org/third_party/skia/src/effects/
DSkDiscretePathEffect.cpp17 SkVector normal = tangent; in Perterb() local
/external/skia/experimental/Intersection/
DLineParameters.h55 double normal = sqrt(normalSquared()); in normalize() local
/external/chromium_org/third_party/skia/experimental/Intersection/
DLineParameters.h55 double normal = sqrt(normalSquared()); in normalize() local

1234