/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PhotoFallbackEffect.java | 117 canvas.drawTexture(entry.texture, mSource, mTarget); in drawEntry() 125 canvas.drawTexture(entry.texture, mSource, mTarget); in drawEntry() 130 canvas.drawTexture(entry.texture, mSource, mTarget); in drawEntry() 137 canvas.drawTexture(entry.texture, mSource, mTarget); in drawEntry() 145 canvas.drawTexture(entry.texture, mSource, mTarget); in drawEntry() 150 canvas.drawTexture(entry.texture, mSource, mTarget); in drawEntry()
|
D | BitmapScreenNail.java | 59 canvas.drawTexture(mBitmapTexture, source, dest); in draw()
|
D | SurfaceTextureScreenNail.java | 122 canvas.drawTexture(mExtTexture, mTransform, x, y, width, height); in draw()
|
D | TileImageView.java | 627 canvas.drawTexture(tile, source, target); in drawTile()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | GLCanvas.java | 95 public abstract void drawTexture( in drawTexture() method 102 public abstract void drawTexture(BasicTexture texture, RectF source, RectF target); in drawTexture() method 105 public abstract void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture() method
|
D | GLES11Canvas.java | 370 public void drawTexture( in drawTexture() method in GLES11Canvas 372 drawTexture(texture, x, y, width, height, mAlpha); in drawTexture() 375 private void drawTexture(BasicTexture texture, in drawTexture() method in GLES11Canvas 387 public void drawTexture(BasicTexture texture, RectF source, RectF target) { in drawTexture() method in GLES11Canvas 406 public void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture() method in GLES11Canvas 516 drawTexture(from, source, target); in drawMixed() 549 drawTexture(from, x, y, width, height, alpha); in drawMixed()
|
D | BasicTexture.java | 138 canvas.drawTexture(this, x, y, getWidth(), getHeight()); in draw() 143 canvas.drawTexture(this, x, y, w, h); in draw()
|
D | TiledTexture.java | 308 canvas.drawTexture(t, mSrcRect, mDestRect); in draw() 332 canvas.drawTexture(t, src, dest); in draw()
|
D | GLES20Canvas.java | 582 public void drawTexture(BasicTexture texture, int x, int y, int width, int height) { in drawTexture() method in GLES20Canvas 607 public void drawTexture(BasicTexture texture, RectF source, RectF target) { in drawTexture() method in GLES20Canvas 619 public void drawTexture(BasicTexture texture, float[] textureTransform, int x, int y, int w, in drawTexture() method in GLES20Canvas 776 drawTexture(texture, source, target); in drawMixed()
|
/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
D | GLCanvas.java | 59 public abstract void drawTexture(BasicTexture texture, int x, int y, int width, int height); in drawTexture() method 62 public abstract void drawTexture(BasicTexture texture, RectF source, RectF target); in drawTexture() method
|
D | BasicTexture.java | 112 canvas.drawTexture(this, x, y, getWidth(), getHeight()); in draw() 117 canvas.drawTexture(this, x, y, w, h); in draw()
|
D | GLES20Canvas.java | 336 public void drawTexture(BasicTexture texture, int x, int y, int width, int height) { in drawTexture() method in GLES20Canvas 351 public void drawTexture(BasicTexture texture, RectF source, RectF target) { in drawTexture() method in GLES20Canvas
|
/packages/apps/WallpaperPicker/src/com/android/photos/views/ |
D | TiledImageRenderer.java | 628 canvas.drawTexture(mPreview, source, target); in drawTile() 636 canvas.drawTexture(tile, source, target); in drawTile()
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | TiledImageRenderer.java | 628 canvas.drawTexture(mPreview, source, target); in drawTile() 636 canvas.drawTexture(tile, source, target); in drawTile()
|