Searched refs:skSamplingOptions (Results 1 – 1 of 1) sorted by relevance
89 SkSamplingOptions skSamplingOptions; in ScalePixels() local91 skSamplingOptions = SkSamplingOptions({ options.GetCubicCoffB(), options.GetCubicCoffC() }); in ScalePixels()93 skSamplingOptions = SkSamplingOptions(static_cast<SkFilterMode>(options.GetFilterMode()), in ScalePixels()96 … return skiaPixmap_.scalePixels(dst.GetImpl<SkiaPixmap>()->ExportSkiaPixmap(), skSamplingOptions); in ScalePixels()