8 Commits

Author SHA1 Message Date
新无止竞
03411a8b79 Merge branch 'master' of https://gitee.com/huiwei13/CPF.git into my 2024-09-29 22:51:32 +08:00
jasper
71f12b7597 优化调用
创建空对象,避免构建SKBitmap调用TryAllocPixels 申请无用的内存
2024-06-25 22:14:26 +08:00
新无止竞
d32b6ef87f 允许复用Context
在内存比较小的旧电脑上,在调用
var bitmap = new SKBitmap(BITMAP.bmWidth, BITMAP.bmHeight);时
会因为SKBitmap.TryAllocPixels 随机出现System.Exception: Unable to allocate pixels for the bitmap.   复用Context,减小SKBitmap.TryAllocPixels 调用
2024-06-18 11:17:07 +08:00
qaz734913414
1f5525b793 更新代码 2023-12-28 08:50:27 +08:00
小红帽
d18390067f 修改绑定参数细节和JSON库 2023-12-26 11:20:49 +08:00
小红帽
906c865964 增加ResponsivePanel 调整绘图API 2023-12-19 22:11:21 +08:00
小红帽
23289bbf15 解决GLView显示的问题 2023-11-29 21:06:01 +08:00
xhm
2455630dad 初始化 2023-11-21 23:05:03 +08:00