• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
ezhong
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理

2011年11月10日

Skia网摘
摘要: 2011-11-10/16:19:03http://blog.csdn.net/fangyuanseu/article/details/6619561skia的 jni接口2011-11-10/16:25:19http://blog.csdn.net/cuiyan0214/article/details/5964739Skia API的简单应用使用Skia的API进行图形绘制时主要会用到一下几个类:SkBitmap、SkCanvas、SkPaint和SkRect SkBitmap用来设置像素;SkCanvas写入位图;SkPaint设置颜色和样式;SkRect用来绘制矩形。其实现代码主要在sr 阅读全文
posted @ 2011-11-10 17:51 ezhong 阅读(785) 评论(0) 推荐(0)
 
SkCanvas
摘要: 2011-11-10/15:41:16SkCanvas私有成员类private: class MCRec; /* This is the record we keep for each save/restore level in the stack. Since a level optionally copies the matrix and/or stack, we have pointers for these fields. If the value is copied for this level, the copy is stored in the ...Storage fi... 阅读全文
posted @ 2011-11-10 16:04 ezhong 阅读(3903) 评论(0) 推荐(0)
 
SkPaint
摘要: /** \class SkPaint The SkPaint class holds the style and color information about how to draw geometries, text and bitmaps.*/ SkPaint 保存绘制 几何形状、文本、位图 的风格和颜色信息。2011-11-10/16:19:03http://blog.csdn.net/fangyuanseu/article/details/6619561skia的 jni接口2011-11-22/15:50:37 setAntiAlias: 设置画笔的锯齿效果。 ... 阅读全文
posted @ 2011-11-10 11:34 ezhong 阅读(2413) 评论(2) 推荐(0)
 
 

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3