Home
last modified time | relevance | path

Searched refs:DESTINATION_IN (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-blendMode.md16 1、使用blendMode接口时,开发者调用接口枚举发生变化。枚举NORMAL变为NONE,SOURCE_IN变为SRC_IN, DESTINATION_IN变为DST_IN。<br>
33 1、开发者需将原先调用枚举由NORMAL改为NONE,SOURCE_IN改为SRC_IN,DESTINATION_IN改为DST_IN。<br>
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-blendMode.md16 …s changed to **NONE**, **SOURCE_IN** is changed to **SRC_IN**, and **DESTINATION_IN** is changed t…
33 …y, change **NORMAL** to **NONE**, **SOURCE_IN** to **SRC_IN**, and **DESTINATION_IN** to **DST_IN*…
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dcommon_basics.h173 DESTINATION_IN, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpaint_state.h163 DESTINATION_IN, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_canvas_ffi.cpp47 …ration::DESTINATION_OVER, CompositeOperation::DESTINATION_ATOP, CompositeOperation::DESTINATION_IN,
/ohos5.0/foundation/arkui/ui_lite/frameworks/render/
H A Drender_scanline.cpp110 case DESTINATION_IN: in BlendScanLine()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp1003 { "destination-in", CompositeOperation::DESTINATION_IN }, in JsSetGlobalCompositeOperation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp143 { CompositeOperation::DESTINATION_IN, SkBlendMode::kDstIn },
158 { CompositeOperation::DESTINATION_IN, RSBlendMode::DST_IN },
H A Drosen_render_offscreen_canvas.cpp110 { CompositeOperation::DESTINATION_IN, SkBlendMode::kDstIn },
125 { CompositeOperation::DESTINATION_IN, RSBlendMode::DST_IN },
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.cpp1124 component->paint_.SetGlobalCompositeOperation(OHOS::DESTINATION_IN); in GlobalCompositeOperationSetter()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_canvas/
H A Dui_test_canvas.cpp1801 paint.SetGlobalCompositeOperation(DESTINATION_IN); in RM012GlobalCompositeOperationDestinationIn()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp67 { CompositeOperation::DESTINATION_IN, RSBlendMode::DST_IN },
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp1918 { "destination-in", CompositeOperation::DESTINATION_IN }, in JsCompositeOperationSetter()
H A Djsi_canvas_bridge.cpp2278 { "destination-in", CompositeOperation::DESTINATION_IN }, in JsCompositeOperationSetter()