Home
last modified time | relevance | path

Searched refs:mTempTargetRect (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java165 private final RectF mTempTargetRect = new RectF(); field in GLES20Canvas
341 mTempTargetRect.set(x, y, x + width, y + height); in drawTexture()
342 convertCoordinate(mTempSourceRect, mTempTargetRect, texture); in drawTexture()
343 drawTextureRect(texture, mTempSourceRect, mTempTargetRect); in drawTexture()
356 mTempTargetRect.set(target); in drawTexture()
358 convertCoordinate(mTempSourceRect, mTempTargetRect, texture); in drawTexture()
359 drawTextureRect(texture, mTempSourceRect, mTempTargetRect); in drawTexture()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java263 private final RectF mTempTargetRect = new RectF(); field in GLES20Canvas
587 mTempTargetRect.set(x, y, x + width, y + height); in drawTexture()
588 convertCoordinate(mTempSourceRect, mTempTargetRect, texture); in drawTexture()
589 drawTextureRect(texture, mTempSourceRect, mTempTargetRect); in drawTexture()
612 mTempTargetRect.set(target); in drawTexture()
614 convertCoordinate(mTempSourceRect, mTempTargetRect, texture); in drawTexture()
615 drawTextureRect(texture, mTempSourceRect, mTempTargetRect); in drawTexture()
624 mTempTargetRect.set(x, y, x + w, y + h); in drawTexture()
625 drawTextureRect(texture, textureTransform, mTempTargetRect); in drawTexture()
760 mTempTargetRect.set(x, y, x + w, y + h); in drawMixed()
[all …]
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java263 private final RectF mTempTargetRect = new RectF(); field in GLES20Canvas
587 mTempTargetRect.set(x, y, x + width, y + height); in drawTexture()
588 convertCoordinate(mTempSourceRect, mTempTargetRect, texture); in drawTexture()
589 drawTextureRect(texture, mTempSourceRect, mTempTargetRect); in drawTexture()
612 mTempTargetRect.set(target); in drawTexture()
614 convertCoordinate(mTempSourceRect, mTempTargetRect, texture); in drawTexture()
615 drawTextureRect(texture, mTempSourceRect, mTempTargetRect); in drawTexture()
624 mTempTargetRect.set(x, y, x + w, y + h); in drawTexture()
625 drawTextureRect(texture, textureTransform, mTempTargetRect); in drawTexture()
760 mTempTargetRect.set(x, y, x + w, y + h); in drawMixed()
[all …]