Home | History | Annotate | Download | only in themes

Lines Matching refs:scales

259 // Returns true if the scales in |input| match those in |expected|.
266 scoped_ptr<float[]> scales(new float[scales_size]);
268 memcpy(scales.get(), input.data(), input.size());
270 if (scales[index] != ui::GetScaleForScaleFactor(expected[index]))
279 scoped_ptr<float[]> scales(new float[scale_factors.size()]);
281 scales[i] = ui::GetScaleForScaleFactor(scale_factors[i]);
283 reinterpret_cast<const char*>(scales.get()),
490 // A ImageSkiaSource that scales 100P image to the target scale factor