Searched refs:yscale (Results 1 - 4 of 4) 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
70 mScalingMatrix[5] = yscale;
H A DWarpRenderer.cpp58 void WarpRenderer::SetScalingMatrix(float xscale, float yscale) argument
66 mScalingMatrix[5] = yscale;

Completed in 101 milliseconds