Searched refs:mTempSourceRect (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java262 private final RectF mTempSourceRect = new RectF(); field in class:GLES20Canvas
586 copyTextureCoordinates(texture, mTempSourceRect);
588 convertCoordinate(mTempSourceRect, mTempTargetRect, texture);
589 drawTextureRect(texture, mTempSourceRect, mTempTargetRect);
611 mTempSourceRect.set(source);
614 convertCoordinate(mTempSourceRect, mTempTargetRect, texture);
615 drawTextureRect(texture, mTempSourceRect, mTempTargetRect);
759 copyTextureCoordinates(texture, mTempSourceRect);
761 drawMixed(texture, toColor, ratio, mTempSourceRect, mTempTargetRect);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java262 private final RectF mTempSourceRect = new RectF(); field in class:GLES20Canvas
586 copyTextureCoordinates(texture, mTempSourceRect);
588 convertCoordinate(mTempSourceRect, mTempTargetRect, texture);
589 drawTextureRect(texture, mTempSourceRect, mTempTargetRect);
611 mTempSourceRect.set(source);
614 convertCoordinate(mTempSourceRect, mTempTargetRect, texture);
615 drawTextureRect(texture, mTempSourceRect, mTempTargetRect);
759 copyTextureCoordinates(texture, mTempSourceRect);
761 drawMixed(texture, toColor, ratio, mTempSourceRect, mTempTargetRect);

Completed in 14 milliseconds