Hi I have realized a H/W copybit in cupcake version, because my H/W platform only supports the BGRA format, so I have to exchange the R,B order for RGBA8888 in format.cpp of pixelflinger and exchange the R,B order in skcolorpriv.h of skia. After doing these, copybit performs correctly, but when I view the jpeg pictures in gallery, the R,B values of pictures are exchanged. I think there are some s/w render still use the old R,B order of RGBA8888, Can anyone give advices about how to force all the s/w renders use the exchanged R,B order for RGBA8888 format? Thanks
-- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
