Home
last modified time | relevance | path

Searched refs:DESTINATION_ATOP (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dcommon_basics.h168 DESTINATION_ATOP, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpaint_state.h162 DESTINATION_ATOP, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_canvas_ffi.cpp47 …CompositeOperation::DESTINATION_OVER, CompositeOperation::DESTINATION_ATOP, CompositeOperation::DE…
/ohos5.0/foundation/arkui/ui_lite/frameworks/render/
H A Drender_scanline.cpp107 case DESTINATION_ATOP: in BlendScanLine()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp1002 { "destination-atop", CompositeOperation::DESTINATION_ATOP }, in JsSetGlobalCompositeOperation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp142 { CompositeOperation::DESTINATION_ATOP, SkBlendMode::kDstATop },
157 { CompositeOperation::DESTINATION_ATOP, RSBlendMode::DST_ATOP },
H A Drosen_render_offscreen_canvas.cpp109 { CompositeOperation::DESTINATION_ATOP, SkBlendMode::kDstATop },
124 { CompositeOperation::DESTINATION_ATOP, RSBlendMode::DST_ATOP },
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.cpp1122 component->paint_.SetGlobalCompositeOperation(OHOS::DESTINATION_ATOP); in GlobalCompositeOperationSetter()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_canvas/
H A Dui_test_canvas.cpp1774 paint.SetGlobalCompositeOperation(DESTINATION_ATOP); in RM012GlobalCompositeOperationDestinationAtop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp66 { CompositeOperation::DESTINATION_ATOP, RSBlendMode::DST_ATOP },
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp1917 { "destination-atop", CompositeOperation::DESTINATION_ATOP }, in JsCompositeOperationSetter()
H A Djsi_canvas_bridge.cpp2277 { "destination-atop", CompositeOperation::DESTINATION_ATOP }, in JsCompositeOperationSetter()