Searched refs:mTempTargetRect (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
H A D | GLES20Canvas.java | 263 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 …]
|