Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_render_node_drawable_autocache_test.cpp341 Drawing::SamplingOptions samplingOption; variable
343 bool res = drawable->DrawAutoCache(canvas, image, samplingOption, constraint);
347 res = drawable->DrawAutoCache(canvas, image, samplingOption, constraint);
351 res = drawable->DrawAutoCache(canvas, image, samplingOption, constraint);
355 res = drawable->DrawAutoCache(canvas, image, samplingOption, constraint);
360 res = drawable->DrawAutoCache(canvas, image, samplingOption, constraint);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable_autocache.cpp272 const Drawing::SamplingOptions& samplingOption, Drawing::SrcRectConstraint constraint) in DrawAutoCache() argument
285 canvas.DrawImageRect(image, srcRect, rect, samplingOption, constraint); in DrawAutoCache()
H A Drs_render_node_drawable.h80 const Drawing::SamplingOptions& samplingOption, Drawing::SrcRectConstraint constraint);