Skia is a complete C++ 2D graphics library for drawing text, geometries, and images.

learn more… | top users | synonyms

0
votes
1answer
32 views

Android SIGSEGV on Nexus 7 in libskia near SkCanvas::drawPosText -> AutoDrawLooper::next(SkDrawFilter::Type)+96

I've recently started getting this SIGSEGV in our app and am trying to figure out the cause or a work-around. Our app is Java only, we do not use the NDK so we aren't corrupting memory ourselves. ...
0
votes
0answers
22 views

Error when build Skia

Who can help me about problems when i try build Skia example by guide http://sites.google.com/site/skiadocs/user-documentation…. It said that: /usr/bin/ld: cannot find -lfreetype /usr/bin/ld: cannot ...
0
votes
1answer
51 views

Not getting UI display with Skia library tests on ubuntu

I followed the steps from skia site for compiling skia r1236 on my Ubuntu 12.04 64 bit machine. When i run the tests , no window comes up to show the graphical result.The output on console is : ...
0
votes
1answer
189 views

How to enable skia with GPU backend on JB

I heard Skia GPU acc was added in Android 3.0 but seems it was default disabled since Android 4.0 probably because of the shift to HWUI (openGL implementation of Canvas). How could I enable that again ...
0
votes
1answer
238 views

Why will my android native activity sometimes display a bad image when rendering a bitmap?

I'm trying to use NDK to display a bitmap on a full screen. The requirement force me to develop with completely native code. I use Skia to draw a SkBitmap, then display it by Opengl APIs. When my ...
0
votes
1answer
53 views

Why does SKIA not use a custom FilterInputStream?

I'm trying to decode a bitmap from an extended FilterInputStream. I have to perform on-the-fly byte manipulation to the image data to provide a decodable image to SKIA, however it seems like SKIA ...
0
votes
0answers
50 views

build skia to static library on ios

guys. Actually I run skia demo on my iphone successful.But these code seems so large.Then I build it to static library. My question is where can I find the headers file archived ??? Anyone?
1
vote
1answer
71 views

Building skia on ios simulator successfully,but cannot run on my iphone

everyone. I have done that skia running on ios simulator.But cannot run on my iphone.It stopped here. #if defined(__x86_64__) || defined(_WIN64) /* All x86_64 machines have SSE2, so don't ...
0
votes
1answer
311 views

Load a different version of system shared library on Android by NDK?

I am trying to develop an android application by using some native libraries.However, the system shared libraries on android 4.0 and android 4.1.2 are different. To ensure the compatibility, I get the ...
1
vote
1answer
111 views

how to build skia for ios

I try to bulid skia on ios.And I down load it then run SampleApp on the mac os.So I want to use it on ios.But when I open the xcodeproj,there are so many files unexits in the project!So what can I do ...
4
votes
1answer
193 views

Drawing complex text in android ics in native c

NB: My whole senario is for only android version ICS. My Goal is to render text having complex script/indic script. In ICS, this feature has been added in WebView (and so Browser). If any indic text ...
0
votes
0answers
87 views

android skia sample app error

The skia that checkout from http://skia.googlecode.com/svn/trunk/ , build step by google document, and build + install are all ok, but when launcher it in xoom/sk17i/ME865 and some other devices, the ...
0
votes
0answers
80 views

android skia build ok, but cannot run samples

Im build the skia+tests+gm step by document(via android_make) all succeeded, then run android_install_skia, the console output is: ADB is: /volumes/work/android/android-sdk-macosx/platform-tools/adb ...
0
votes
0answers
72 views

How to build Skia on Ubuntu10.04?

I have a problem when i make the SKIA on Linux First i check the webpage here https://sites.google.com/site/skiadocs/user-documentation/quick-start-guides/linux , and build the project step by step ...
0
votes
0answers
52 views

SkPixelRef err in Skia for jni on J2SE in Windows7

i hava a problem when i use jni on Windinws7 to call skia function, it suffer a err when allocPixels() at "SkASSERT(fRefCnt > 0)". here is my code: JNIEXPORT jboolean JNICALL ...
0
votes
0answers
85 views

Getting image attributes for a bitmap or png image using Skia in Windows

I am looking to get the following image properties for a bmp or png image using Skia: a) PixelFormat b) Resolution – xDpi, yDpi c) FrameCount d) ContainerFormat (to programmatically determine if the ...
3
votes
1answer
946 views

Native window rendering issue on Samsung Galaxy S3

I am using Skia (prebuilt) to draw in an android native window, that i get from a java surface. The code performs well on every device I could test it on, except for a Samsung Galaxy S3 (with android ...
1
vote
1answer
2k views

Unable to load JPEG-image with BitmapFactory.decodeFile. Returns null

I'm making an app that show a lot of images that are generated from PDF-files by Imagemagick. Some of the images, can't be loaded with BitmapFactory. It simply returns null istead of a bitmap. The ...
1
vote
0answers
200 views

Ideas on the Limits of BitmapRegionDecoder

Recently I have started running into memory issues with BitmapRegionDecoder. Odd, yes, as it is designed to only read parts in and those parts I want are usually 100-200 pixels by 100-200 pixels. My ...
0
votes
2answers
340 views

Is there documentation for Android Skia logcat output?

I'm sometimes getting this message in logcat: 11-09 14:24:04.680: D/skia(2111): --- gOptions_mCancelID and I don't know what it means. Googling it found a C++ file which, presumably, represents an ...
1
vote
0answers
144 views

How robust is SkPicture?

In Skia, if I record something into an SkPicture, is all necessary memory guaranteed to be preserved? i.e. picture_canvas = picture.beginRecording(width, height); ...
1
vote
0answers
146 views

Android Skia remote surface

Hi I was researching the possibility to transport the "not rendered" rendering calls to a second screen from Android. While researching I found out that Skia is behind the Surfacefinger, and the ...
0
votes
1answer
849 views

Android - skia decode error for images

I have been trying to decode an image as follows: String dat = jobJect.getString("dat"); client = new DefaultHttpClient(); String url2 = ...
0
votes
2answers
2k views

Want to learn graphics using SKIA on Ubuntu [closed]

I want to learn graphics programming and I want to use SKIA as a library. I want to know how to begin with it on Ubuntu.
7
votes
2answers
5k views

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?
3
votes
2answers
993 views

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); How to configure myPaint for circle pixel to be in the inverted color of the ...
29
votes
2answers
4k views

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. For example, how do XferMode, Shader, MaskFilter and ColorFilter interact? ...
2
votes
3answers
2k views

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 ...
2
votes
0answers
452 views

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 inside of the ...
1
vote
2answers
326 views

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).
1
vote
1answer
1k views

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. 1) As ...
17
votes
4answers
8k views

Android Graphics Internals

I haven't found a clear explanation on how the Android graphics system works, specifically, does it use a display server, is it based on DirectFB or X11, etc. From what I've managed to piece ...
0
votes
1answer
729 views

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? [tombstone] signal 11 (SIGSEGV), fault addr 00000000 r0 bec3a434 ...
3
votes
7answers
11k views

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. I'm using the following ...
7
votes
2answers
4k views

Skia Decoder fails to decode remote Stream

I am trying to open a remote Stream of a JPEG image and convert it into a Bitmap object: BitmapFactory.decodeStream( new URL("http://some.url.to/source/image.jpg") .openStream()); The decoder ...
0
votes
1answer
804 views

building android platform partially

I want to modify the Skia graphics library in Android slightly. Is it possible to only rebuild the modified library without downloading and building the whole platform? The platform is massive and ...
5
votes
2answers
3k views

Skia and Android Paint drawing objects and their use or documentation

Does anyone know of good documentation for the Skia drawing library used by Android? The main Canvas object has hardly any state, so I'm thinking especially of the objects you can embed into the ...