Searched refs:xscale (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
H A DSurfaceTextureRenderer.h24 void SetScalingMatrix(float xscale, float yscale);
H A DWarpRenderer.h22 void SetScalingMatrix(float xscale, float yscale);
H A DSurfaceTextureRenderer.cpp62 void SurfaceTextureRenderer::SetScalingMatrix(float xscale, float yscale) argument
69 mScalingMatrix[0] = xscale;
H A DWarpRenderer.cpp58 void WarpRenderer::SetScalingMatrix(float xscale, float yscale) argument
65 mScalingMatrix[0] = xscale;
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
H A DSurfaceTextureRenderer.h24 void SetScalingMatrix(float xscale, float yscale);
H A DWarpRenderer.h22 void SetScalingMatrix(float xscale, float yscale);
H A DSurfaceTextureRenderer.cpp64 void SurfaceTextureRenderer::SetScalingMatrix(float xscale, float yscale) argument
71 mScalingMatrix[0] = xscale;
H A DWarpRenderer.cpp58 void WarpRenderer::SetScalingMatrix(float xscale, float yscale) argument
65 mScalingMatrix[0] = xscale;

Completed in 39 milliseconds