/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_enums.h | 27 DST_IN, member in OHOS::Ace::Testing::BlendMode
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 34 DST_IN, // r = d * sa member in OHOS::Ace::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | blend_mode.h | 36 DST_IN, member in OHOS::Rosen::Drawing::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.h | 44 DST_IN,
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_paint_method.cpp | 68 overlayRenderContext_->UpdateBackBlendMode(BlendMode::DST_IN); in UpdateFadingGradient()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_particles_drawable.cpp | 216 canvas.DrawAtlas(circleImage_.get(), rsxform, tex, colors, MAX_ATLAS_COUNT, Drawing::BlendMode::DST_IN, in DrawCircle() 223 canvas.DrawAtlas(circleImage_.get(), rsxform, tex, colors, pointCount_, Drawing::BlendMode::DST_IN, in DrawCircle()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_canvas_render_node_test.cpp | 174 { static_cast<int>(RSColorBlendMode::DST_IN), Drawing::BlendMode::DST_IN }, in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 79 DST_IN, // r = d * sa member in OHOS::Rosen::Gravity::RSColorBlendMode
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/ |
H A D | js_enum.cpp | 55 { "DST_IN", static_cast<int32_t>(BlendMode::DST_IN) },
|
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | drawable_descriptor.cpp | 522 brush.SetBlendMode(Rosen::Drawing::BlendMode::DST_IN); in CompositeIconAdaptive() 585 brush.SetBlendMode(Rosen::Drawing::BlendMode::DST_IN); in CompositeIconNotAdaptive()
|
/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/ |
H A D | chipgroup.js | 866 Stack.blendMode(BlendMode.DST_IN, BlendApplyType.OFFSCREEN);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_utils.cpp | 1017 (1 << static_cast<int>(Drawing::BlendMode::DST_IN)) + in IsDangerousBlendMode()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 2051 (1 << static_cast<int>(Drawing::BlendMode::DST_IN)) + in IsDangerousBlendMode()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 65 { CompositeOperation::DESTINATION_IN, RSBlendMode::DST_IN },
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_offscreen_canvas.cpp | 125 { CompositeOperation::DESTINATION_IN, RSBlendMode::DST_IN },
|
H A D | rosen_render_custom_paint.cpp | 158 { CompositeOperation::DESTINATION_IN, RSBlendMode::DST_IN },
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 6972 blendMode = BlendMode::DST_IN; in JsBlendMode() 7014 blendMode = BlendMode::DST_IN; in JsAdvancedBlendMode()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 4621 blendModeType = RSColorBlendMode::DST_IN; in HWTEST_F()
|