Home
last modified time | relevance | path

Searched refs:SRC (Results 1 - 23 of 23) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_enums.h22 SRC, member in OHOS::Ace::Testing::BlendMode
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dblend_mode.h29 SRC, // r = s member in OHOS::Ace::BlendMode
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dblend_mode.h31 SRC, member in OHOS::Rosen::Drawing::BlendMode
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dextension_form_profile.h31 constexpr const char* SRC = "src"; member
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_paint.h39 SRC,
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dcanvas_test.cpp389 BlendMode::SRC, SamplingOptions(), nullptr); in HWTEST_F()
393 BlendMode::SRC, SamplingOptions(), &cullRect); in HWTEST_F()
395 BlendMode::SRC, SamplingOptions(), &cullRect); in HWTEST_F()
397 BlendMode::SRC, SamplingOptions(), &cullRect); in HWTEST_F()
399 BlendMode::SRC, SamplingOptions(), &cullRect); in HWTEST_F()
401 BlendMode::SRC, SamplingOptions(), &cullRect); in HWTEST_F()
403 BlendMode::SRC, SamplingOptions(), &cullRect); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dcolor_filter_test.cpp63 auto colorFilter = ColorFilter::CreateBlendModeColorFilter(10, OHOS::Rosen::Drawing::BlendMode::SRC); in HWTEST_F()
232 ColorFilter::FilterType::SRGB_GAMMA_TO_LINEAR, 2, OHOS::Rosen::Drawing::BlendMode::SRC); in HWTEST_F()
H A Dshader_effect_test.cpp356 ShaderEffect::ShaderEffectType::RADIAL_GRADIENT, shaderEffect3, shaderEffect4, BlendMode::SRC); in HWTEST_F()
372 ShaderEffect::ShaderEffectType::SWEEP_GRADIENT, shaderEffect3, shaderEffect4, BlendMode::SRC); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h74 SRC, // r = s member in OHOS::Rosen::Gravity::RSColorBlendMode
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/
H A Djs_enum.cpp50 { "SRC", static_cast<int32_t>(BlendMode::SRC) },
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_foreground_effect_filter.cpp148 brush.SetBlendMode(Drawing::BlendMode::SRC); in MakeImage()
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.cpp509 brush.SetBlendMode(Rosen::Drawing::BlendMode::SRC); in CompositeIconAdaptive()
579 brush.SetBlendMode(Rosen::Drawing::BlendMode::SRC); in CompositeIconNotAdaptive()
672 brush.SetBlendMode(Rosen::Drawing::BlendMode::SRC); in GetCompositePixelMapWithBadge()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dextension_form_profile.cpp185 ExtensionFormProfileReader::SRC, in from_json()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dkeys.h267 KEYWORD(SRC, src) // common attributes, use for image view, video compnent
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_canvas_render_node_test.cpp180 ROSEN_LOGE("The desired color_blend_mode is undefined, and the Drawing::BlendMode::SRC is used."); in HWTEST_F()
181 return Drawing::BlendMode::SRC; in HWTEST_F()
H A Drs_paint_filter_canvas_test.cpp1401 auto mode = Drawing::BlendMode::SRC; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp944 brush.SetBlendMode(Drawing::BlendMode::SRC); in EnableGpuOverDrawDrawBufferOptimization()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp68 { CompositeOperation::COPY, RSBlendMode::SRC },
587 brush.SetBlendMode(RSBlendMode::SRC); in PutImageData()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_bounds_geometry_test.cpp1924 drawable->blendMode_ = static_cast<int>(Drawing::BlendMode::SRC); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp1015 (1 << static_cast<int>(Drawing::BlendMode::SRC)) + in IsDangerousBlendMode()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp2049 (1 << static_cast<int>(Drawing::BlendMode::SRC)) + in IsDangerousBlendMode()
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp128 { CompositeOperation::COPY, RSBlendMode::SRC },
H A Drosen_render_custom_paint.cpp161 { CompositeOperation::COPY, RSBlendMode::SRC },

Completed in 38 milliseconds