toFixed16         157 libcore/SWFMatrix.cpp     _a = multiplyFixed16(_a, toFixed16(xscale));
toFixed16         158 libcore/SWFMatrix.cpp     _c = multiplyFixed16(_c, toFixed16(yscale));
toFixed16         159 libcore/SWFMatrix.cpp     _b = multiplyFixed16(_b, toFixed16(xscale));
toFixed16         160 libcore/SWFMatrix.cpp     _d = multiplyFixed16(_d, toFixed16(yscale)); 
toFixed16         182 libcore/SWFMatrix.cpp     _a = toFixed16(x_scale * cos_angle);
toFixed16         183 libcore/SWFMatrix.cpp     _c = toFixed16(y_scale * -sin_angle);
toFixed16         184 libcore/SWFMatrix.cpp     _b = toFixed16(x_scale * sin_angle);
toFixed16         185 libcore/SWFMatrix.cpp     _d = toFixed16(y_scale * cos_angle); 
toFixed16         192 libcore/SWFMatrix.cpp     _a = toFixed16(xscale * std::cos(rot_x));
toFixed16         193 libcore/SWFMatrix.cpp     _b = toFixed16(xscale * std::sin(rot_x)); 
toFixed16         201 libcore/SWFMatrix.cpp     _c = -toFixed16(yscale * std::sin(rot_y));
toFixed16         202 libcore/SWFMatrix.cpp     _d = toFixed16(yscale * std::cos(rot_y));
toFixed16         221 libcore/SWFMatrix.cpp     _a = toFixed16(scale_x * std::cos(rotation));
toFixed16         222 libcore/SWFMatrix.cpp     _b = toFixed16(scale_x * std::sin(rotation)); 
toFixed16         223 libcore/SWFMatrix.cpp     _c = -toFixed16(scale_y * std::sin(rot_y - rot_x + rotation));
toFixed16         224 libcore/SWFMatrix.cpp     _d = toFixed16(scale_y * std::cos(rot_y - rot_x + rotation));