Home
last modified time | relevance | path

Searched refs:drawTexture (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java93 public abstract void drawTexture( in drawTexture() method
100 public abstract void drawTexture(BasicTexture texture, RectF source, RectF target); in drawTexture() method
103 public abstract void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture() method
H A DBasicTexture.java138 canvas.drawTexture(this, x, y, getWidth(), getHeight()); in draw()
143 canvas.drawTexture(this, x, y, w, h); in draw()
H A DGLES20Canvas.java582 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()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java625 canvas.drawTexture(mPreview, source, target); in drawTile()
633 canvas.drawTexture(tile, source, target); in drawTile()