/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_enums.h | 22 SRC, member in OHOS::Ace::Testing::BlendMode
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 29 SRC, // r = s member in OHOS::Ace::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | blend_mode.h | 31 SRC, member in OHOS::Rosen::Drawing::BlendMode
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | extension_form_profile.h | 31 constexpr const char* SRC = "src"; member
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.h | 39 SRC,
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | canvas_test.cpp | 389 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 D | color_filter_test.cpp | 63 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 D | shader_effect_test.cpp | 356 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 D | rs_properties_def.h | 74 SRC, // r = s member in OHOS::Rosen::Gravity::RSColorBlendMode
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/ |
H A D | js_enum.cpp | 50 { "SRC", static_cast<int32_t>(BlendMode::SRC) },
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_foreground_effect_filter.cpp | 148 brush.SetBlendMode(Drawing::BlendMode::SRC); in MakeImage()
|
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | drawable_descriptor.cpp | 509 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 D | extension_form_profile.cpp | 185 ExtensionFormProfileReader::SRC, in from_json()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | keys.h | 267 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 D | rs_canvas_render_node_test.cpp | 180 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 D | rs_paint_filter_canvas_test.cpp | 1401 auto mode = Drawing::BlendMode::SRC; in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_surface_render_node_drawable.cpp | 944 brush.SetBlendMode(Drawing::BlendMode::SRC); in EnableGpuOverDrawDrawBufferOptimization()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 68 { 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 D | rs_property_drawable_bounds_geometry_test.cpp | 1924 drawable->blendMode_ = static_cast<int>(Drawing::BlendMode::SRC); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_utils.cpp | 1015 (1 << static_cast<int>(Drawing::BlendMode::SRC)) + in IsDangerousBlendMode()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 2049 (1 << static_cast<int>(Drawing::BlendMode::SRC)) + in IsDangerousBlendMode()
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_offscreen_canvas.cpp | 128 { CompositeOperation::COPY, RSBlendMode::SRC },
|
H A D | rosen_render_custom_paint.cpp | 161 { CompositeOperation::COPY, RSBlendMode::SRC },
|