Folks, I have some questions regarding to performance of SKIA performance. 1. In "SkUserConfig.h", there is a macro called "SK_SCALAR_IS_FLOAT" which is defined by default. And basically, fixed point processor do not have any advantage processing floating point computation without VFP. But when I switched to "SK_SCALAR_IS_FIXED", there came building errors. Did anybody notice this issue? How can I enable fixed point SKIA? 2. In my understanding, rotate/zoom is done by SKIA in image viewer (right?). Where can I find the corresponding c/c++ functions in SKIA?
Thanks in advance. -- Regards, Andy Quan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

