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.cpp145 static bool compute_normal(const SkPoint& p0, const SkPoint& p1, SkScalar dir, in compute_normal() function
322 if (!compute_normal(fPathPolygon[polyCount - 1], fPathPolygon[0], fDirection, &fFirstOutset)) { in computeConvexShadow()
355 if (!compute_normal(fPrevPoint, fPathPolygon[i], fDirection, &normal)) { in computeConvexShadow()