Searched defs:drawMixed (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java111 public abstract void drawMixed(BasicTexture from, int toColor, method in interface:GLCanvas
118 public abstract void drawMixed(BasicTexture from, int toColor, method in interface:GLCanvas
H A DTiledTexture.java276 public void drawMixed(GLCanvas canvas, int color, float ratio, method in class:TiledTexture
289 canvas.drawMixed(t, color, ratio, mSrcRect, mDestRect);
H A DGLES11Canvas.java448 public void drawMixed(BasicTexture from, method in class:GLES11Canvas
450 drawMixed(from, toColor, ratio, x, y, w, h, mAlpha);
511 public void drawMixed(BasicTexture from, int toColor, float ratio, method in class:GLES11Canvas
545 private void drawMixed(BasicTexture from, int toColor, method in class:GLES11Canvas
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 103 milliseconds