Home
last modified time | relevance | path

Searched defs:toColor (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DGLCanvas.java111 public abstract void drawMixed(BasicTexture from, int toColor, in drawMixed()
118 public abstract void drawMixed(BasicTexture from, int toColor, in drawMixed()
DGLES11Canvas.java451 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()
DGLES20Canvas.java758 …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/
DGLCanvas.java109 public abstract void drawMixed(BasicTexture from, int toColor, in drawMixed()
116 public abstract void drawMixed(BasicTexture from, int toColor, in drawMixed()
DGLES20Canvas.java757 …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()