Searched refs:xtemp (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/base/ |
D | fttrigon.c | 167 FT_Fixed x, y, xtemp, b; in ft_trig_pseudo_rotate() local 177 xtemp = y; in ft_trig_pseudo_rotate() 179 x = xtemp; in ft_trig_pseudo_rotate() 185 xtemp = -y; in ft_trig_pseudo_rotate() 187 x = xtemp; in ft_trig_pseudo_rotate() 198 xtemp = x + ( ( y + b ) >> i ); in ft_trig_pseudo_rotate() 200 x = xtemp; in ft_trig_pseudo_rotate() 205 xtemp = x - ( ( y + b ) >> i ); in ft_trig_pseudo_rotate() 207 x = xtemp; in ft_trig_pseudo_rotate() 222 FT_Fixed x, y, xtemp, b; in ft_trig_pseudo_polarize() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/ |
D | fractal.cpp | 72 auto xtemp = x * x - y * y; in julia() local 74 x = xtemp + cx; in julia()
|
/third_party/cups-filters/filter/ |
D | imagetoraster.c | 152 xtemp, /* Bitmap width in pixels */ in main() local 1411 xtemp = header.HWResolution[0] * yprint; in main() 1421 xtemp = header.HWResolution[0] * xprint; in main() 1434 z = _cupsImageZoomNew(img, xc0, yc0, xc1, yc1, -xtemp, ytemp, in main() 1437 z = _cupsImageZoomNew(img, xc0, yc0, xc1, yc1, xtemp, ytemp, in main()
|