Searched refs:drawMixed (Results 1 – 6 of 6) 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() method 118 public abstract void drawMixed(BasicTexture from, int toColor, in drawMixed() method
|
D | GLES11Canvas.java | 448 public void drawMixed(BasicTexture from, in drawMixed() method in GLES11Canvas 450 drawMixed(from, toColor, ratio, x, y, w, h, mAlpha); in drawMixed() 511 public void drawMixed(BasicTexture from, int toColor, float ratio, in drawMixed() method in GLES11Canvas 545 private void drawMixed(BasicTexture from, int toColor, in drawMixed() method in GLES11Canvas
|
D | FadeInTexture.java | 38 mTexture.drawMixed(canvas, mColor, getRatio(), x, y, w, h); in draw()
|
D | TiledTexture.java | 276 public void drawMixed(GLCanvas canvas, int color, float ratio, in drawMixed() method in TiledTexture 289 canvas.drawMixed(t, color, ratio, mSrcRect, mDestRect); 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() method in GLES20Canvas 761 drawMixed(texture, toColor, ratio, mTempSourceRect, mTempTargetRect); in drawMixed() 765 …public void drawMixed(BasicTexture texture, int toColor, float ratio, RectF source, RectF target) { in drawMixed() method in GLES20Canvas
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | TiledScreenNail.java | 171 mTexture.drawMixed(canvas, mPlaceholderColor, getRatio(), x, y, in draw()
|