HomeSort by relevance Sort by last modified time
    Searched refs:yscale (Results 1 - 25 of 29) sorted by null

1 2

  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.h 24 void SetScalingMatrix(float xscale, float yscale);
WarpRenderer.h 22 void SetScalingMatrix(float xscale, float yscale);
SurfaceTextureRenderer.cpp 62 void SurfaceTextureRenderer::SetScalingMatrix(float xscale, float yscale)
70 mScalingMatrix[5] = yscale;
WarpRenderer.cpp 58 void WarpRenderer::SetScalingMatrix(float xscale, float yscale)
66 mScalingMatrix[5] = yscale;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.h 24 void SetScalingMatrix(float xscale, float yscale);
WarpRenderer.h 22 void SetScalingMatrix(float xscale, float yscale);
SurfaceTextureRenderer.cpp 62 void SurfaceTextureRenderer::SetScalingMatrix(float xscale, float yscale)
70 mScalingMatrix[5] = yscale;
WarpRenderer.cpp 58 void WarpRenderer::SetScalingMatrix(float xscale, float yscale)
66 mScalingMatrix[5] = yscale;
  /external/quake/quake/src/QW/client/
d_modech.c 69 if (yscale > xscale)
70 scale_for_mip = yscale;
r_shared.h 114 extern float xscale, yscale;
r_draw.c 111 // FIXME: build x/yscale into transform?
119 scale = yscale * lzi0;
147 scale = yscale * r_lzi1;
843 // FIXME: build x/yscale into transform?
851 scale = yscale * lzi;
quakeasm.h 116 .extern C(yscale)
r_main.c 73 float xscale, yscale; variable
439 yscale = xscale * pixelAspect;
440 aliasyscale = yscale * r_aliasuvscale;
441 yscaleinv = 1.0 / yscale;
r_sprite.c 218 scale = yscale * pout->zi;
r_alias.c 214 v1 = (viewaux[i].fv[1] * yscale * zi) + ycenter;
r_drawa.s 779 // // FIXME: build x/yscale into transform?
809 // scale = yscale * lzi0;
811 fmuls C(yscale) // scale | u0 | lzi0 | y
  /external/quake/quake/src/WinQuake/
d_modech.cpp 69 if (yscale > xscale)
70 scale_for_mip = yscale;
r_shared.h 117 extern float xscale, yscale;
r_draw.cpp 111 // FIXME: build x/yscale into transform?
119 scale = yscale * lzi0;
147 scale = yscale * r_lzi1;
843 // FIXME: build x/yscale into transform?
851 scale = yscale * lzi;
quakeasm.h 122 .extern C(yscale)
r_main.cpp 71 float xscale, yscale; variable
419 yscale = xscale * pixelAspect;
420 aliasyscale = yscale * r_aliasuvscale;
421 yscaleinv = 1.0 / yscale;
r_sprite.cpp 218 scale = yscale * pout->zi;
  /external/webp/src/enc/
picture.c 267 const int yscale, const int64_t fxy_scale) {
270 const int frac = MULT(frow[x_out], yscale);
300 const int yscale = fy_scale * (-y_accum); local
301 ExportRow(frow, irow, dst, dst_width, yscale, fxy_scale);
  /frameworks/base/tools/velocityplot/
velocityplot.py 137 yscale='linear',
  /external/kernel-headers/original/asm-arm/arch/
dma.h 428 extern void omap_set_lcd_dma_b1_scale(unsigned int xscale, unsigned int yscale);

Completed in 770 milliseconds

1 2