Searched refs:fixedMulDiv (Results 1 – 1 of 1) sorted by relevance
/trunk/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 399 _inline F16Dot16 fixedMulDiv(F16Dot16 a, F16Dot16 b, F16Dot16 c) in fixedMulDiv() function 786 …t = fixedMulDiv(a, nextComponent[i].x << 16, m) + fixedMulDiv(c, nextComponent[i].y << 16, m) + (e… in GetCompoundTTOutline() 788 …t = fixedMulDiv(b, nextComponent[i].x << 16, n) + fixedMulDiv(d, nextComponent[i].y << 16, n) + (f… in GetCompoundTTOutline()
|
Completed in 26 milliseconds