Home
last modified time | relevance | path

Searched refs:sl (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Druntime_effect.cpp23 RuntimeEffect::RuntimeEffect(const std::string& sl, const RuntimeEffectOptions& options) noexcept : RuntimeEffect() in RuntimeEffect()
25 impl_->InitForShader(sl, options); in RuntimeEffect()
28 RuntimeEffect::RuntimeEffect(const std::string& sl) noexcept : RuntimeEffect() in RuntimeEffect()
30 impl_->InitForShader(sl); in RuntimeEffect()
33 RuntimeEffect::RuntimeEffect(const std::string& sl, const RuntimeEffectOptions& options,
36 impl_->InitForES3Shader(sl); in RuntimeEffect()
39 RuntimeEffect::RuntimeEffect(const std::string& sl, bool isBlender) noexcept : RuntimeEffect() in RuntimeEffect()
41 impl_->InitForBlender(sl); in RuntimeEffect()
47 std::shared_ptr<RuntimeEffect> RuntimeEffect::CreateForShader(const std::string& sl, in CreateForShader() argument
50 return std::make_shared<RuntimeEffect>(sl, option in CreateForShader()
53 CreateForShader(const std::string& sl) CreateForShader() argument
58 CreateForES3Shader(const std::string& sl) CreateForES3Shader() argument
63 CreateForBlender(const std::string& sl) CreateForBlender() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Druntime_effect.h44 * @param sl shader sl
48 static std::shared_ptr<RuntimeEffect> CreateForShader(const std::string& sl,
50 static std::shared_ptr<RuntimeEffect> CreateForShader(const std::string& sl);
51 static std::shared_ptr<RuntimeEffect> CreateForES3Shader(const std::string& sl);
57 * @param sl
60 static std::shared_ptr<RuntimeEffect> CreateForBlender(const std::string& sl);
62 explicit RuntimeEffect(const std::string& sl) noexcept;
63 RuntimeEffect(const std::string& sl, const RuntimeEffectOptions&) noexcept;
64 RuntimeEffect(const std::string& sl, cons
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Druntime_effect_impl.h37 virtual void InitForShader(const std::string& sl, const RuntimeEffectOptions& options) = 0;
38 virtual void InitForShader(const std::string& sl) = 0;
39 virtual void InitForES3Shader(const std::string& sl) = 0;
40 virtual void InitForBlender(const std::string& sl) = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_runtime_effect.cpp60 void SkiaRuntimeEffect::InitForShader(const std::string& sl, const RuntimeEffectOptions& options) in InitForShader() argument
63 std::string glsl = sl; in InitForShader()
73 void SkiaRuntimeEffect::InitForShader(const std::string& sl) in InitForShader() argument
76 std::string glsl = sl; in InitForShader()
83 void SkiaRuntimeEffect::InitForES3Shader(const std::string& sl) in InitForES3Shader() argument
86 std::string glsl = sl; in InitForES3Shader()
93 void SkiaRuntimeEffect::InitForBlender(const std::string& sl) in InitForBlender() argument
96 std::string glsl(sl); in InitForBlender()
H A Dskia_runtime_effect.h44 void InitForShader(const std::string& sl, const RuntimeEffectOptions& options) override;
45 void InitForShader(const std::string& sl) override;
46 void InitForES3Shader(const std::string& sl) override;
47 void InitForBlender(const std::string& sl) override;
/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_scanline_antialias.cpp29 bool RasterizerScanlineAntialias::SweepScanline(GeometryScanline& sl) in SweepScanline() argument
35 sl.ResetSpans(); in SweepScanline()
61 sl.AddCell(x, alpha); in SweepScanline()
69 sl.AddSpan(x, curCell->x - x, alpha); in SweepScanline()
74 if (sl.NumSpans()) { in SweepScanline()
80 sl.Finalize(scanY_); in SweepScanline()
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_test/
H A Dtexgine_test.cpp92 ScopedLogger sl(std::move(logger)); in HWTEST_F()
93 sl.Finish(); in HWTEST_F()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
H A Drasterizer_scanline_antialias.h206 bool SweepScanline(GeometryScanline& sl);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store_helper.cpp351 SecurityLevel sl = static_cast<SecurityLevel>(securityLevel); in ParseSecurityLevel() local
352 LOG_DEBUG("Get sl:%{public}d", securityLevel); in ParseSecurityLevel()
354 bool isValidSecurityLevel = sl >= SecurityLevel::S1 && sl < SecurityLevel::LAST; in ParseSecurityLevel()
359 context->config.SetSecurityLevel(sl); in ParseSecurityLevel()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp295 void RdbStoreConfig::SetSecurityLevel(SecurityLevel sl) in SetSecurityLevel() argument
297 securityLevel_ = sl; in SetSecurityLevel()

Completed in 5 milliseconds