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 269 public void drawMixed(GLCanvas canvas, int color, float ratio,
282 canvas.drawMixed(t, color, ratio, mSrcRect, mDestRect);
GLES11Canvas.java 450 public void drawMixed(BasicTexture from,
452 drawMixed(from, toColor, ratio, x, y, w, h, mAlpha);
513 public void drawMixed(BasicTexture from, int toColor, float ratio,
547 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...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLCanvasMock.java 30 // drawMixed
66 public void drawMixed(BasicTexture from, BasicTexture to,
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasStub.java 94 public void drawMixed(BasicTexture from, BasicTexture to,
97 public void drawMixed(BasicTexture from, int to,
99 public void drawMixed(BasicTexture from, BasicTexture to,
126 public void drawMixed(BasicTexture from, int toColor,
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TiledScreenNail.java 171 mTexture.drawMixed(canvas, mPlaceholderColor, getRatio(), x, y,

Completed in 369 milliseconds