Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_resample.c542 int x1, y1, x2, y2, xDir, yDir, offs; in PRC_ResampleStrokes_Recursive() local
564 xDir = x2 - x1; // Direction vector in PRC_ResampleStrokes_Recursive()
586 dist = x * yDir - y * xDir + offs; in PRC_ResampleStrokes_Recursive()
603 if (maxDist * maxDist >= (xDir * xDir + yDir * yDir) * squaredThreshold) in PRC_ResampleStrokes_Recursive()