Re: [android-developers] drawBitmapMesh

2013-03-08 Thread bob
Is this what you want? http://www.java2s.com/Code/Android/2D-Graphics/BitmapMesh.htm Also, you can always use FishEye GLSL code. It's in the HelloEffects sample: On Friday, March 8, 2013 12:

Re: [android-developers] drawBitmapMesh

2013-03-08 Thread A N K ! T
Have you able to do this? On Sun, Feb 20, 2011 at 11:41 AM, loril...@gmail.com wrote: > Hi, > > I want to apply a bulge effect on my image using a circular brush. I > found a useful method drawBitmapMesh using which I can define a mesh > and apply the warp effect. > > But I'm not sure how to def

[android-developers] drawBitmapMesh

2011-02-19 Thread loril...@gmail.com
Hi, I want to apply a bulge effect on my image using a circular brush. I found a useful method drawBitmapMesh using which I can define a mesh and apply the warp effect. But I'm not sure how to define a bulge effect. Can anyone please help? -- You received this message because you are subscribed

[android-developers] drawBitmapMesh: How to draw a bitmap transformed to fit a shape?

2010-07-02 Thread droidful
Hi, I want to draw a bitmap into a shape (in this case an isosceles trapezoid); not clipped, but with the bitmap transformed to fit the shape. For example, if the height of the left side is greater than that of the right side then I want the bitmap evenly transformed in height from left to right t