Which APIs are supported when hardware acceleration is enabled on Honeycomb?

半世苍凉 提交于 2019-12-03 08:57:29

I'm working on getting a complete list published. The features not supported are:

  • clipPath
  • clipRegion
  • clipRect with XOR or Difference op
  • drawPicture
  • drawPoints
  • drawPosText
  • drawTextOnPath
  • drawTextPos
  • drawVertices
  • setMaskFilter
  • setRasterizer

Edit: Read this article to know everything there is to know about hardware acceleration in Android 3.0.

However, what you are describing should work just fine. All gradients are supported, as well as all blending modes. Please report bugs with reproducible test cases for any issue you encounter and I'll get them fixed.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!