Searched defs:drawMixed (Results 1 – 6 of 6) 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 | 450 public void drawMixed(BasicTexture from, in drawMixed() method in GLES11Canvas 513 public void drawMixed(BasicTexture from, int toColor, float ratio, in drawMixed() method in GLES11Canvas 547 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
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
D | GLCanvas.java | 109 public abstract void drawMixed(BasicTexture from, int toColor, in drawMixed() method 116 public abstract void drawMixed(BasicTexture from, int toColor, in drawMixed() method
|
D | GLES20Canvas.java | 757 …public void drawMixed(BasicTexture texture, int toColor, float ratio, int x, int y, int w, int h) { in drawMixed() method in GLES20Canvas 764 …public void drawMixed(BasicTexture texture, int toColor, float ratio, RectF source, RectF target) { in drawMixed() method in GLES20Canvas
|