Searched refs:abs3 (Results 1 – 1 of 1) sorted by relevance
628 F16Dot16 a = 0x10000, b = 0, c = 0, d = 0x10000, m, n, abs1, abs2, abs3; in GetCompoundTTOutline() local755 abs3 = abs1 - abs2; in GetCompoundTTOutline()756 if (abs3 < 0) abs3 = -abs3; in GetCompoundTTOutline()757 if (abs3 <= 33) m *= 2; in GetCompoundTTOutline()762 abs3 = abs1 - abs2; in GetCompoundTTOutline()763 if (abs3 < 0) abs3 = -abs3; in GetCompoundTTOutline()764 if (abs3 <= 33) n *= 2; in GetCompoundTTOutline()
Completed in 64 milliseconds