We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前已经完成输入为以Layer左上角为0,0点的某Rect,经过计算后模糊该Rect所指定的区域,且在窗口处于屏幕上下左右边界时都不会出现错误。接下来的目标是完成从frameworks到native的rect传递通路,将需要模糊的区域传递过来。这点应该不复杂,可以参考目前现存的setCrop方法的调用链。之后就是对窗口进行透明化处理,并进一步详细考察Rect生成策略,Flag设置时机以及在此基础上的性能情况。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前已经完成输入为以Layer左上角为0,0点的某Rect,经过计算后模糊该Rect所指定的区域,且在窗口处于屏幕上下左右边界时都不会出现错误。接下来的目标是完成从frameworks到native的rect传递通路,将需要模糊的区域传递过来。这点应该不复杂,可以参考目前现存的setCrop方法的调用链。之后就是对窗口进行透明化处理,并进一步详细考察Rect生成策略,Flag设置时机以及在此基础上的性能情况。
The text was updated successfully, but these errors were encountered: