Home
last modified time | relevance | path

Searched refs:drawMixed (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DGLCanvas.java111 public abstract void drawMixed(BasicTexture from, int toColor, in drawMixed() method
118 public abstract void drawMixed(BasicTexture from, int toColor, in drawMixed() method
DGLES11Canvas.java448 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
DFadeInTexture.java38 mTexture.drawMixed(canvas, mColor, getRatio(), x, y, w, h); in draw()
DTiledTexture.java276 public void drawMixed(GLCanvas canvas, int color, float ratio, in drawMixed() method in TiledTexture
289 canvas.drawMixed(t, color, ratio, mSrcRect, mDestRect); in drawMixed()
DGLES20Canvas.java758 …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/
DTiledScreenNail.java171 mTexture.drawMixed(canvas, mPlaceholderColor, getRatio(), x, y, in draw()