Home
last modified time | relevance | path

Searched refs:DESTINATION_OVER (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.h163 DESTINATION_OVER, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpaint_state.h161 DESTINATION_OVER, 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.cpp104 case DESTINATION_OVER: in BlendScanLine()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp1005 { "destination-over", CompositeOperation::DESTINATION_OVER }, in JsSetGlobalCompositeOperation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp141 { CompositeOperation::DESTINATION_OVER, SkBlendMode::kDstOver },
156 { CompositeOperation::DESTINATION_OVER, RSBlendMode::DST_OVER },
H A Drosen_render_offscreen_canvas.cpp108 { CompositeOperation::DESTINATION_OVER, SkBlendMode::kDstOver },
123 { CompositeOperation::DESTINATION_OVER, RSBlendMode::DST_OVER },
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.cpp1120 component->paint_.SetGlobalCompositeOperation(OHOS::DESTINATION_OVER); in GlobalCompositeOperationSetter()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_canvas/
H A Dui_test_canvas.cpp1747 paint.SetGlobalCompositeOperation(DESTINATION_OVER); in RM012GlobalCompositeOperationDestinationOver()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp65 { CompositeOperation::DESTINATION_OVER, RSBlendMode::DST_OVER },
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp1920 { "destination-over", CompositeOperation::DESTINATION_OVER }, in JsCompositeOperationSetter()
H A Djsi_canvas_bridge.cpp2280 { "destination-over", CompositeOperation::DESTINATION_OVER }, in JsCompositeOperationSetter()