skia
Android - skia decode error for images
I have been trying to decode an image as follows: String dat = jobJect.getString(\"dat\"); client = new DefaultHttpClient();[详细]
2023-04-08 23:29 分类:问答Using Skia in Android NDK
Is it true that android.graphics.*开发者_运维问答 depends on the native Skia library? If so, is it possible to access the Skia library in my native C/C++ codes?Skia is not offered as a lib/sharedlib i[详细]
2023-03-13 07:21 分类:问答How to draw with an "inverted" paint in Android Canvas?
I draw some stuff on a canvas, over I want to draw a circle in inverted color : canvas.drawCircle(zx, zy, 8f, myPaint);[详细]
2023-03-03 20:19 分类:问答Android SKIA Image Decoding
HI, I am currently studying how Android decode and image file. When I checked the code, it seems like it is calling the SKIA library. But, how do I know what are the image file format supported by an[详细]
2023-02-28 04:35 分类:问答How do the pieces of Android's (2D) Canvas drawing pipeline fit together?
I would like to have a better understanding of how the components of Android\'s (2D) Canvas drawing pipeline fit together.[详细]
2023-02-28 00:46 分类:问答Memory crash while drawing with skia on honeycomb
I have a function that instantiates an object of \"SkPath\" on stack. After that I call few functions such as \"moveTo\", \"lineTo\", \"cubicTo\" ( which is simply adds new points to inner array insid[详细]
2023-02-26 15:12 分类:问答Is the format saved by Android's Picture.writeToStream() documented?
I know I can look at the source, but I\'m 开发者_开发问答wondering if there\'s any documentation for the format used by android.graphics.Picture.writeToStream(OutputStream).You could check out SkPictu[详细]
2023-02-21 23:15 分类:问答JPEG hardware Decode support in Android application
My Android app needs to decode large resolution based JPEG images on Android 2.2 phones(and above), currently I am using BitmapFactory.decodeStream API, i.e. SKIA library to decode the stream.[详细]
2023-02-18 03:24 分类:问答I got skia native crash when return ~SkSpriteBlitter()
I got skia native crash when return ~SkSpriteBlitter(), below is the tombstone and stack trace. Does anyone get this issue before?[详细]
2023-01-26 04:59 分类:问答BitmapFactory.decodeStream always returns null and skia decoder shows decode returned false
test image here: http://images.plurk.com/tn_4134189_bf54fe8e270ce41240d534b5133884ee.gif I\'ve tried several solutions found on the internet but there is no working solution.[详细]
2023-01-17 22:48 分类:问答