HomeSort by relevance Sort by last modified time
    Searched refs:drawMixed (Results 1 - 8 of 8) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
FadeInTexture.java 38 mTexture.drawMixed(canvas, mColor, getRatio(), x, y, w, h);
GLCanvas.java 111 public abstract void drawMixed(BasicTexture from, int toColor,
118 public abstract void drawMixed(BasicTexture from, int toColor,
TiledTexture.java 276 public void drawMixed(GLCanvas canvas, int color, float ratio,
289 canvas.drawMixed(t, color, ratio, mSrcRect, mDestRect);
GLES11Canvas.java 448 public void drawMixed(BasicTexture from,
450 drawMixed(from, toColor, ratio, x, y, w, h, mAlpha);
511 public void drawMixed(BasicTexture from, int toColor, float ratio,
545 private void drawMixed(BasicTexture from, int toColor,
    [all...]
GLES20Canvas.java 758 public void drawMixed(BasicTexture texture, int toColor, float ratio, int x, int y, int w, int h) {
761 drawMixed(texture, toColor, ratio, mTempSourceRect, mTempTargetRect);
765 public void drawMixed(BasicTexture texture, int toColor, float ratio, RectF source, RectF target) {
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 109 public abstract void drawMixed(BasicTexture from, int toColor,
116 public abstract void drawMixed(BasicTexture from, int toColor,
GLES20Canvas.java 758 public void drawMixed(BasicTexture texture, int toColor, float ratio, int x, int y, int w, int h) {
761 drawMixed(texture, toColor, ratio, mTempSourceRect, mTempTargetRect);
765 public void drawMixed(BasicTexture texture, int toColor, float ratio, RectF source, RectF target) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TiledScreenNail.java 171 mTexture.drawMixed(canvas, mPlaceholderColor, getRatio(), x, y,

Completed in 102 milliseconds