Home
last modified time | relevance | path

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

/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
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 …]
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
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 …]