文章分类 - skia学习
skia学习
把一张图片decode成你想要的格式的bitmap
摘要:public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(new SampleView(this)); } private static class SampleView extends View { private Bitmap mBitmap; public SampleView(Context context) { super(context); ...
阅读全文
浙公网安备 33010602011771号