Home | History | Annotate | Download | only in unit_test

Lines Matching defs:DX

231 #define DX(x, nom, denom) static_cast<int>((Abs(x) / nom) * nom)
238 DX(benchmark_width_, nom, denom), DX(benchmark_height_, nom, denom), \
246 DX(benchmark_width_, nom, denom), DX(benchmark_height_, nom, denom), \
268 #undef DX
345 static void FillRamp(uint8* buf, int width, int height, int v, int dx, int dy) {
350 v += dx;
352 dx = -dx;
353 v += dx;