码迷,mamicode.com
首页 >  
搜索关键字:slimming paint    ( 1185个结果
Windows下 修改GRUB背景图片(xpm.gz)
Windows下 修改GRUB背景图片(xpm.gz)By Jairkung @2014.05.11核心提示:所需软件:1.Paint Shop Pro 6(图片编辑)http://upan.cc/tools/others/2009/youpan_218.html 2.xnview(格式转换)htt...
分类:Windows程序   时间:2014-05-22 05:15:16    阅读次数:435
自定义组件
package com.example.ceshi;import android.content.Context;import android.graphics.Canvas;import android.graphics.Color;import android.graphics.Paint;im...
分类:其他好文   时间:2014-05-22 01:59:09    阅读次数:288
腾讯电脑管家之表面分析
技术上:一 QQ GUI StyleGUI框架上是采用了和QQ、QQMusic同一套的令人羡慕的对小公司可望不可及的如图框架支持换肤、换色、换底纹、自定义底纹图片等。GUI框架用LayerWnd搭建的一套企业级皮肤框架,这也是本人想去搭建试试的,因为它与其他最大的区别就是不需要接受WM_PAINT消...
分类:其他好文   时间:2014-05-19 15:52:27    阅读次数:1179
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::begin: Paint device returned engine == 0, type: 2QPainter::setCompositionMode: Painter not activeQPainter::end: Painter not active, aborted一...
分类:其他好文   时间:2014-05-17 00:14:44    阅读次数:479
关于Canvas.drawText中xy位置问题
问:canvas.drawText("3",x,y,paint);x和y是指画得时候数字3中心的坐标吗?还是左上角的坐标?答:x默认是‘3’这个字符的左边在屏幕的位置,如果设置了paint.setTextAlign(Paint.Align.CENTER);那就是字符的中心,y是指定这个字符basel...
分类:其他好文   时间:2014-05-16 09:03:57    阅读次数:359
图形与动画在Android中的实现
public class MyView extends View{ Bitmap myBitmap; Paint paint; public MyView(Context context, AttributeSet attrs) { super(context, attrs); this.ini.....
分类:移动开发   时间:2014-05-12 20:14:55    阅读次数:402
Android Paint和Color类
要绘图,首先得调整画笔,待画笔调整好之后,再将图像绘制到画布上,这样才可以显示在手机屏幕上。Android 中的画笔是 Paint类,Paint 中包含了很多方法对其属性进行设置,主要方法如下: setAntiAlias: 设置画笔的锯齿效果。 setColor: 设置画笔颜色 setARGB: 设...
分类:移动开发   时间:2014-05-09 07:36:28    阅读次数:427
ZOJ 3780 Paint the Grid Again(topsort)
ZOJ Problem Set - 3780 Paint the Grid Again Time Limit: 2 Seconds      Memory Limit: 65536 KB Leo has a grid with N × N cells. He wants to paint each cell with a specific color (either black ...
分类:其他好文   时间:2014-05-09 02:00:35    阅读次数:506
Android自定义属性:attr.xml 与 TypedArray
1.attr.xml 2.在构造方法中使用public MyView(Context context,AttributeSet attrs){ super(context,attrs); mPaint = new Paint(...
分类:移动开发   时间:2014-05-08 23:01:34    阅读次数:453
zoj3780 Paint the Grid Again 拓扑排序模拟
比赛时候看完题目就觉得是拓扑排序,当时心里隐隐觉得跟相框叠加那个题有点相似的 然后wzy问我no solution 是什么情况,我就一直去想是不是构成了什么排列就一定是no solution 其实只用再参考相框叠加那个题往前想一丁点就够了,就是从最后涂的那一层开始往前找,每一次都必然有一行或一整列是一样的 每次按逆字母序删除这一行或列就是了。 拓扑排序的题总是类似而且简单的,找到关系,敲代...
分类:其他好文   时间:2014-05-07 03:29:38    阅读次数:259
1185条   上一页 1 ... 116 117 118 119 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!