qt-embedded-linux绘图库是定点的吗?
我正在开发没有浮点单元的嵌入式设备,我想将 QT-embedded-linux 移植到它。所以请告诉我qt的绘图库是否有定点?
谢谢,桑尼。
I am working on embedded device which does not have Floating Point Unit, I want to port QT-embedded-linux to it. So Please tell me that whether drawing library of qt has fixed-point or not?
Thanks, Sunny.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就我使用过的 Qt 而言,唯一的浮点重部分是 图形视图框架< /a> 和 QtOpenGL 模块。其他与图形相关的部分主要使用整数,尽管内部可能有一些部分使用浮点运算。您可能应该简要查看一下您想要使用的零件的来源。
As far as I've used Qt the only floating-point-heavy parts were The Graphics View Framework and QtOpenGL module. Other parts related to graphics mainly used integers, though internally there might be some parts where floating-point arithmetic is used. You should probably have a short look at the source of parts you wanna use.