Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/prc/common/src/
Dprc_resample.c542 int x1, y1, x2, y2, xDir, yDir, offs; in PRC_ResampleStrokes_Recursive() local
566offs = -(x1 * y2 - x2 * y1); // Items bundled together in order to reduce the amount of cal… in PRC_ResampleStrokes_Recursive()
586 dist = x * yDir - y * xDir + offs; in PRC_ResampleStrokes_Recursive()