Home
last modified time | relevance | path

Searched defs:toColor (Results 1 – 3 of 3) 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.java449 int toColor, float ratio, int x, int y, int w, int h) { in drawMixed()
469 private void setMixedColor(int toColor, float ratio, float alpha) { in setMixedColor()
511 public void drawMixed(BasicTexture from, int toColor, float ratio, in drawMixed()
545 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()