Searched refs:mTempSourceRect (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
D | GLES20Canvas.java | 262 private final RectF mTempSourceRect = new RectF(); field in GLES20Canvas 586 copyTextureCoordinates(texture, mTempSourceRect); in drawTexture() 588 convertCoordinate(mTempSourceRect, mTempTargetRect, texture); in drawTexture() 589 drawTextureRect(texture, mTempSourceRect, mTempTargetRect); in drawTexture() 611 mTempSourceRect.set(source); in drawTexture() 614 convertCoordinate(mTempSourceRect, mTempTargetRect, texture); in drawTexture() 615 drawTextureRect(texture, mTempSourceRect, mTempTargetRect); in drawTexture() 759 copyTextureCoordinates(texture, mTempSourceRect); in drawMixed() 761 drawMixed(texture, toColor, ratio, mTempSourceRect, mTempTargetRect); in drawMixed()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | GLES20Canvas.java | 262 private final RectF mTempSourceRect = new RectF(); field in GLES20Canvas 586 copyTextureCoordinates(texture, mTempSourceRect); in drawTexture() 588 convertCoordinate(mTempSourceRect, mTempTargetRect, texture); in drawTexture() 589 drawTextureRect(texture, mTempSourceRect, mTempTargetRect); in drawTexture() 611 mTempSourceRect.set(source); in drawTexture() 614 convertCoordinate(mTempSourceRect, mTempTargetRect, texture); in drawTexture() 615 drawTextureRect(texture, mTempSourceRect, mTempTargetRect); in drawTexture() 759 copyTextureCoordinates(texture, mTempSourceRect); in drawMixed() 761 drawMixed(texture, toColor, ratio, mTempSourceRect, mTempTargetRect); in drawMixed()
|