Searched refs:drawMixed (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java109 public abstract void drawMixed(BasicTexture from, int toColor, method in interface:GLCanvas
116 public abstract void drawMixed(BasicTexture from, int toColor, method in interface:GLCanvas
H A DGLES20Canvas.java758 public void drawMixed(BasicTexture texture, int toColor, float ratio, int x, int y, int w, int h) { method in class:GLES20Canvas
761 drawMixed(texture, toColor, ratio, mTempSourceRect, mTempTargetRect);
765 public void drawMixed(BasicTexture texture, int toColor, float ratio, RectF source, RectF target) { method in class:GLES20Canvas

Completed in 479 milliseconds