Searched refs:samplingOptions_ (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd.cpp | 955 …samplingOptions_(handle->samplingOptions), hasCullRect_(handle->hasCullRect), cullRect_(handle->cu… in DrawAtlasOpItem() 982 …dList.AddOp<ConstructorHandle>(imageHandle, xformData, texData, colorData, mode_, samplingOptions_, in Marshalling() 995 samplingOptions_, rectPtr); in Playback() 1040 samplingOptions_(handle->samplingOptions) in DrawImageOpItem() 1061 cmdList.AddOp<ConstructorHandle>(imageHandle, px_, py_, samplingOptions_, paintHandle); in Marshalling() 1071 canvas->DrawImage(*image_, px_, py_, samplingOptions_); in Playback()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | draw_cmd.h | 704 samplingOptions_(samplingOptions), hasCullRect_(hasCullRect), cullRect_(cullRect), in DrawAtlasOpItem() 717 SamplingOptions samplingOptions_; variable 767 samplingOptions_(sampling), image_(std::make_shared<Image>(image)) {} in DrawImageOpItem() 777 SamplingOptions samplingOptions_; variable
|