Folks, I have some questions regarding to performance of SKIA performance. 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? 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
