Home
last modified time | relevance | path

Searched refs:skSamplingOptions (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_pixmap.cpp89 SkSamplingOptions skSamplingOptions; in ScalePixels() local
91 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()