Home | History | Annotate | Download | only in surface

Lines Matching refs:dim

734   uniform_int_distribution<int> dim(0, arraysize(dims) - 1);
739 int dst_width = dims[dim(rng_)];
740 int src_width = dims[dim(rng_)];
745 int dst_height = dims[dim(rng_)];
775 uniform_int_distribution<int> dim(0, arraysize(dims) - 1);
780 int dst_width = dims[dim(rng_)];
781 int src_width = dims[dim(rng_)];
785 int dst_height = dims[dim(rng_)];