Searched defs:drawMixed (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | GLCanvas.java | 111 public abstract void drawMixed(BasicTexture from, int toColor, in drawMixed() method 118 public abstract void drawMixed(BasicTexture from, int toColor, in drawMixed() method
|
D | GLES11Canvas.java | 448 public void drawMixed(BasicTexture from, in drawMixed() method in GLES11Canvas 511 public void drawMixed(BasicTexture from, int toColor, float ratio, in drawMixed() method in GLES11Canvas 545 private void drawMixed(BasicTexture from, int toColor, in drawMixed() method in GLES11Canvas
|
D | TiledTexture.java | 276 public void drawMixed(GLCanvas canvas, int color, float ratio, in drawMixed() method in TiledTexture
|
D | GLES20Canvas.java | 758 …public void drawMixed(BasicTexture texture, int toColor, float ratio, int x, int y, int w, int h) { in drawMixed() method in GLES20Canvas 765 …public void drawMixed(BasicTexture texture, int toColor, float ratio, RectF source, RectF target) { in drawMixed() method in GLES20Canvas
|