HomeSort by relevance Sort by last modified time
    Searched defs:drawMixed (Results 1 - 10 of 10) 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 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...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 111 public abstract void drawMixed(BasicTexture from, int toColor,
118 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/Launcher3/src/com/android/gallery3d/glrenderer/
GLCanvas.java 111 public abstract void drawMixed(BasicTexture from, int toColor,
118 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 525 milliseconds