Searched defs:toColor (Results  1 – 3 of 3) 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 | 449             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()
 
 | 
| 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()
 
 |