Home
last modified time | relevance | path

Searched refs:compute_normal (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/misc/math/float/
Dthread_code.c154 static void compute_normal(TH_DATA * th_data, double *din, double *dex, in compute_normal() function
368 compute_normal(th_data, din, dex, index); in thread_code()
/external/skia/src/utils/
DSkShadowTessellator.cpp96 static bool compute_normal(const SkPoint& p0, const SkPoint& p1, SkScalar dir, in compute_normal() function
434 if (compute_normal(fPrevPoint, fFirstPoint, fDirection, &normal)) { in SkAmbientShadowTessellator()
577 if (!compute_normal(fInitPoints[0], fInitPoints[1], fDirection, &normal)) { in handleLine()
613 if (compute_normal(fPrevPoint, p, fDirection, &normal)) { in handleLine()
904 if (compute_normal(fPrevPoint, fFirstPoint, fDirection, &normal)) { in SkSpotShadowTessellator()
1252 if (!compute_normal(fInitPoints[0], fInitPoints[1], fDirection, &fFirstOutset)) { in handlePolyPoint()
1296 if (compute_normal(fPrevPoint, p, fDirection, &normal)) { in handlePolyPoint()