Home
last modified time | relevance | path

Searched refs:GetBlendMode (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_paint.cpp42 if (brush.GetBlendMode() != BlendMode::SRC_OVER) { in BrushToSkPaint()
43 paint.setBlendMode(static_cast<SkBlendMode>(brush.GetBlendMode())); in BrushToSkPaint()
79 if (pen.GetBlendMode() != BlendMode::SRC_OVER) { in PenToSkPaint()
80 paint.setBlendMode(static_cast<SkBlendMode>(pen.GetBlendMode())); in PenToSkPaint()
127 if (paint.GetBlendMode() != BlendMode::SRC_OVER) { in PaintToSkPaint()
128 skPaint.setBlendMode(static_cast<SkBlendMode>(paint.GetBlendMode())); in PaintToSkPaint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_blend.cpp29 RSBlendMode SvgFeBlend::GetBlendMode(SvgFeBlendMode mode) const in GetBlendMode() function in OHOS::Ace::NG::SvgFeBlend
59 …RSRecordingImageFilter::CreateBlendImageFilter(GetBlendMode(blendMode), backImageFilter, foreImage… in OnAsImageFilter()
H A Dsvg_fe_blend.h32 RSBlendMode GetBlendMode(SvgFeBlendMode mode) const;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.h36 bool GetBlendMode(BASE_NS::string_view dataType, BlendMode& out); in CORE3D_BEGIN_NAMESPACE()
52 BASE_NS::string_view GetBlendMode(BlendMode mode); in CORE3D_BEGIN_NAMESPACE()
H A Dgltf2_util.cpp383 bool GetBlendMode(const string_view dataType, BlendMode& out) in GetBlendMode() function
588 string_view GetBlendMode(BlendMode data) in GetBlendMode() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpen.cpp142 BlendMode Pen::GetBlendMode() const in GetBlendMode() function in OHOS::Rosen::Drawing::Pen
144 return brush_.GetBlendMode(); in GetBlendMode()
H A Dpaint.cpp96 blendMode_ = brush.GetBlendMode(); in AttachBrush()
116 blendMode_ = pen.GetBlendMode(); in AttachPen()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_marshalling_test.cpp296 ASSERT_EQ(penUnmarshal.GetBlendMode(), pen.GetBlendMode());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_blend_declaration.h79 const FeBlendMode& GetBlendMode() const in GetBlendMode() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dbrush.h136 const BlendMode& GetBlendMode() const { return blendMode_; } in GetBlendMode() function
H A Dpen.h200 BlendMode GetBlendMode() const;
H A Dpaint.h77 BlendMode GetBlendMode() const { return blendMode_; } in GetBlendMode() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/brush_fuzzer/
H A Dbrush_fuzzer.cpp53 brush.GetBlendMode(); in BrushFuzzTestInner01()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/
H A Dpaint_fuzzer.cpp106 paint.GetBlendMode(); in PaintFuzzTest002()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
H A Dpen_fuzzer.cpp73 pen.GetBlendMode(); in PenFuzzTestInner03()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dbrush_test.cpp415 auto blendMode = brush->GetBlendMode();
431 auto blendMode = brush->GetBlendMode();
H A Dpen_test.cpp539 ASSERT_EQ(BlendMode::SRC_IN, pen->GetBlendMode());
554 ASSERT_EQ(BlendMode::SRC_ATOP, pen->GetBlendMode());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_mask.cpp286 maskBrush_.GetBlendMode(), in MarshallingPathAndBrush()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp166 brushHandle.mode = brush.GetBlendMode(); in BrushToBrushHandle()
247 paintHandle.mode = paint.GetBlendMode(); in GenerateHandleFromPaint()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp1069 …static_cast<int>(blendBrush_.GetBlendMode()), static_cast<int>(RSColorBlendApplyType::SAVE_LAYER))… in Draw()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h679 static BlendMode GetBlendMode(FrameNode* frameNode);
H A Dview_abstract.cpp4200 BlendMode ViewAbstract::GetBlendMode(FrameNode* frameNode) in GetBlendMode() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5318 void GetBlendMode(ArkUINodeHandle node, ArkUIBlendModeOptions* options) in GetBlendMode() function
5322 options->blendMode = static_cast<ArkUI_Int32>(ViewAbstract::GetBlendMode(frameNode)); in GetBlendMode()
6306 …GetRadialGradient, GetMask, GetBlendMode, GetDirection, GetAlignSelf, GetTransformCenter, GetOpaci… in GetCommonModifier()
6380 …GetRadialGradient, GetMask, GetBlendMode, GetDirection, GetAlignSelf, GetTransformCenter, GetOpaci… in GetCJUICommonModifier()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp730 ViewAbstract::GetBlendMode(AceType::RawPtr(FRAME_NODE_REGISTER));
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp2857 const ArkUI_AttributeItem* GetBlendMode(ArkUI_NodeHandle node) in GetBlendMode() function
12857 GetBlendMode, in GetCommonAttribute()