Searched refs:drawMixed (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DFadeInTexture.java38 mTexture.drawMixed(canvas, mColor, getRatio(), x, y, w, h);
H A DGLCanvas.java111 public abstract void drawMixed(BasicTexture from, int toColor, method in interface:GLCanvas
118 public abstract void drawMixed(BasicTexture from, int toColor, method in interface:GLCanvas
H A DTiledTexture.java276 public void drawMixed(GLCanvas canvas, int color, float ratio, method in class:TiledTexture
289 canvas.drawMixed(t, color, ratio, mSrcRect, mDestRect);
H A DGLES11Canvas.java450 public void drawMixed(BasicTexture from, method in class:GLES11Canvas
452 drawMixed(from, toColor, ratio, x, y, w, h, mAlpha);
513 public void drawMixed(BasicTexture from, int toColor, float ratio, method in class:GLES11Canvas
547 private void drawMixed(BasicTexture from, int toColor, method in class:GLES11Canvas
H A DGLES20Canvas.java758 public void drawMixed(BasicTexture texture, int toColor, float ratio, int x, int y, int w, int h) { method in class:GLES20Canvas
761 drawMixed(texture, toColor, ratio, mTempSourceRect, mTempTargetRect);
765 public void drawMixed(BasicTexture texture, int toColor, float ratio, RectF source, RectF target) { method in class:GLES20Canvas
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java109 public abstract void drawMixed(BasicTexture from, int toColor, method in interface:GLCanvas
116 public abstract void drawMixed(BasicTexture from, int toColor, method in interface:GLCanvas
H A DGLES20Canvas.java758 public void drawMixed(BasicTexture texture, int toColor, float ratio, int x, int y, int w, int h) { method in class:GLES20Canvas
761 drawMixed(texture, toColor, ratio, mTempSourceRect, mTempTargetRect);
765 public void drawMixed(BasicTexture texture, int toColor, float ratio, RectF source, RectF target) { method in class:GLES20Canvas
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTiledScreenNail.java171 mTexture.drawMixed(canvas, mPlaceholderColor, getRatio(), x, y,

Completed in 86 milliseconds