P2c: performancee: impellerenginegood first issueteam-enginetriaged-engine
仓库指标
- Star
- (176,322 star)
- PR 合并指标
- (平均合并 7天 7小时) (30 天内合并 491 个 PR)
描述
Currently drawImageNine is emulated and converted to 9 separate drawImage calls. This is particularly inefficeint when the image has filters applied (see https://github.com/flutter/flutter/issues/119476). This should be restructured to use a single call and a new Geometry type.