码迷,mamicode.com
首页 >  
搜索关键字:paint    ( 1183个结果
Caused by: java.lang.IllegalStateException: Immutable bitmap passed to Canvas constructor
Bitmap bmp =BitmapFactory.decodeResource(getResources(), R.drawable.ic_launcher); Paint paint = new Paint(); paint...
分类:编程语言   时间:2015-04-13 16:26:01    阅读次数:639
HDU 3980 Paint Chain(SG函数)
Problem Description: Aekdycoin and abcdxyzk are playing a game. They get a circle chain with some beads. Initially none of the beads is painted. They take turns to paint the chain. In Each turn one p...
分类:其他好文   时间:2015-04-08 18:14:42    阅读次数:175
Android Paint之 setXfermode PorterDuffXfermode
www.sharewithu.com/space/space.php?id=2409967www.sharewithu.com/space/space.php?id=2409969www.sharewithu.com/space/space.php?id=2410146www.sharewithu....
分类:移动开发   时间:2015-04-08 01:05:29    阅读次数:187
Android Paint之 setXfermode PorterDuffXfermode 讲解!
前面关于paint的方法讲解里,讲到 setXfermode 就截止了,原因有两个: 1. 那篇文章已经太长了,我自己都看不下去了; 2. setXfermode 在paint 里占有至关重要的地位; 基于以上两个原因,我们一起来看看这个方法有何妙用。 首先我们还是来看看关于这个方法的说明: /** * Set or clear the xfermode object....
分类:移动开发   时间:2015-04-07 17:34:49    阅读次数:685
LightOJ 1047 Neighbor House (DP 数字三角形变形)
1047 - Neighbor House PDF (English) Statistics Forum Time Limit: 0.5 second(s) Memory Limit: 32 MB The people of Mohammadpur have decided to paint each ofth...
分类:其他好文   时间:2015-04-07 09:46:45    阅读次数:116
Android中Xfermode简单用法
Android Xfermode简单用法介绍...
分类:移动开发   时间:2015-04-06 17:17:43    阅读次数:205
Paint和canvas的用法
蜗牛式的前进也是前进...
分类:其他好文   时间:2015-04-06 12:54:41    阅读次数:291
WM_PAINT和WM_ERASEBKGND消息
1、OnPaint()函数是窗口重绘消息WM_PAINT的响应函数,当窗口重绘时会产生WM_ERASEBKGND消息和WM_PAINT消息,而且WM_ERASEBKGND会先于WM_PAINT产生,所以窗口重绘时,会先调用OnEraseBkGnd()擦除窗口,再调用OnPaint绘制窗口。如果你在O...
分类:其他好文   时间:2015-04-03 19:07:12    阅读次数:243
cf 398B. Painting The Wall【期望dp】
传送门:http://codeforces.com/problemset/problem/398/B Description: User ainta decided to paint a wall. The wall consists of n2 tiles, that are arranged in an n?×?n table. Some tiles are painted...
分类:其他好文   时间:2015-04-02 15:10:48    阅读次数:164
HDU 4391 线段树+优化
Paint The WallTime Limit: 20000/10000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2783Accepted Submission(s): 766Pro...
分类:其他好文   时间:2015-03-31 00:51:04    阅读次数:135
1183条   上一页 1 ... 91 92 93 94 95 ... 119 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!