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