Home
last modified time | relevance | path

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

/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DGLCanvasStub.java63 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
DGLCanvasMock.java63 public void drawMixed(BasicTexture from, BasicTexture to, in drawMixed() method in GLCanvasMock
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLCanvas.java99 public void drawMixed(BasicTexture from, int toColor, in drawMixed() method
106 public void drawMixed(BasicTexture from, int toColor, in drawMixed() method
DGLCanvasImpl.java447 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
DTiledTexture.java268 public void drawMixed(GLCanvas canvas, int color, float ratio, in drawMixed() method in TiledTexture