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 D | rs_render_node_drawable_autocache_test.cpp | 341 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 D | rs_render_node_drawable_autocache.cpp | 272 const Drawing::SamplingOptions& samplingOption, Drawing::SrcRectConstraint constraint) in DrawAutoCache() argument 285 canvas.DrawImageRect(image, srcRect, rect, samplingOption, constraint); in DrawAutoCache()
|
H A D | rs_render_node_drawable.h | 80 const Drawing::SamplingOptions& samplingOption, Drawing::SrcRectConstraint constraint);
|