Searched defs:drawMixed (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
D | GLCanvasStub.java | 63 public void drawMixed(BasicTexture from, BasicTexture to, in drawMixed() method in GLCanvasStub 65 public void drawMixed(BasicTexture from, int to, in drawMixed() method in GLCanvasStub 67 public void drawMixed(BasicTexture from, BasicTexture to, in drawMixed() method in GLCanvasStub 86 public void drawMixed(BasicTexture from, int toColor, in drawMixed() method in GLCanvasStub
|
D | GLCanvasMock.java | 63 public void drawMixed(BasicTexture from, BasicTexture to, in drawMixed() method in GLCanvasMock
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLCanvas.java | 99 public void drawMixed(BasicTexture from, int toColor, in drawMixed() method 106 public void drawMixed(BasicTexture from, int toColor, in drawMixed() method
|
D | GLCanvasImpl.java | 447 public void drawMixed(BasicTexture from, in drawMixed() method in GLCanvasImpl 510 public void drawMixed(BasicTexture from, int toColor, float ratio, in drawMixed() method in GLCanvasImpl 544 private void drawMixed(BasicTexture from, int toColor, in drawMixed() method in GLCanvasImpl
|
D | TiledTexture.java | 268 public void drawMixed(GLCanvas canvas, int color, float ratio, in drawMixed() method in TiledTexture
|