Home | History | Annotate | Download | only in camera

Lines Matching refs:mAnimTexture

64     private RawTexture mAnimTexture;
233 mAnimTexture = new RawTexture(getTextureWidth(), getTextureHeight(), true);
282 return mAnimTexture;
369 height, mAnimTexture);
390 drawn = mCaptureAnimManager.drawAnimation(canvas, this, mAnimTexture,
395 width, height, this, mAnimTexture);
413 mAnimTexture = mDraw.copyToTexture(
414 canvas, mAnimTexture, getTextureWidth(), getTextureHeight());
416 int width = mAnimTexture.getWidth();
417 int height = mAnimTexture.getHeight();
418 canvas.beginRenderTarget(mAnimTexture);