Searched refs:RSPixelMapShader (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_pixel_map_shader_test.cpp | 80 RSPixelMapShader* rsPixelMapShader = new RSPixelMapShader(); 95 RSPixelMapShader* rsPixelMapShader = new RSPixelMapShader(pixelMap, Drawing::TileMode::CLAMP, 108 RSPixelMapShader* rsPixelMapShader = new RSPixelMapShader(nullptr, Drawing::TileMode::CLAMP, 122 RSPixelMapShader* rsPixelMapShader1 = new RSPixelMapShader(); 130 RSPixelMapShader* rsPixelMapShader2 = new RSPixelMapShader(pixelMap, Drawing::TileMode::CLAMP, 136 RSPixelMapShader* rsPixelMapShader3 = new RSPixelMapShader(nullptr, Drawing::TileMode::CLAMP, 154 RSPixelMapShader* rsPixelMapShader1 = new RSPixelMapShader(pixelMap, Drawing::TileMode::CLAMP, 160 RSPixelMapShader* rsPixelMapShader2 = new RSPixelMapShader(); 173 RSPixelMapShader* rsPixelMapShader1 = new RSPixelMapShader(); 191 RSPixelMapShader* rsPixelMapShader3 = new RSPixelMapShader(nullptr, Drawing::TileMode::CLAMP, [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_pixel_map_shader.cpp | 23 RSPixelMapShader::RSPixelMapShader( in RSPixelMapShader() function in OHOS::Rosen::RSPixelMapShader 29 bool RSPixelMapShader::Marshalling(Parcel& parcel) in Marshalling() 38 bool RSPixelMapShader::Unmarshalling(Parcel& parcel) in Unmarshalling() 48 void* RSPixelMapShader::GenerateBaseObject() in GenerateBaseObject()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_pixel_map_shader.h | 24 class RSB_EXPORT RSPixelMapShader : public Drawing::ExtendObject { 26 RSPixelMapShader() = default; 27 RSPixelMapShader( 30 ~RSPixelMapShader() override = default;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/render/rspixelmapshader_fuzzer/ |
H A D | rspixelmapshader_fuzzer.cpp | 131 std::shared_ptr<RSPixelMapShader> pixelMapShader1 = in RSMainFuzzTest() 132 std::make_shared<RSPixelMapShader>(pixelMap, tileX, tileY, sampling, matrix); in RSMainFuzzTest() 133 std::shared_ptr<RSPixelMapShader> pixelMapShader2 = std::make_shared<RSPixelMapShader>(); in RSMainFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 205 std::shared_ptr<RSPixelMapShader> object = std::make_shared<RSPixelMapShader>(); in UnmarshallingExtendObjectToDrawCmdList()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/ |
H A D | js_canvas.cpp | 255 …auto shader = Drawing::ShaderEffect::CreateExtendShader(std::make_shared<RSPixelMapShader>(pixelMa… in DrawingPixelMapMesh()
|