Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_canvas_ffi.cpp45 const std::vector<CompositeOperation> COMPOSITE_OPERATION_LIST = { CompositeOperation::SOURCE_OVER, variable
337 if (!OHOS::Ace::Framework::Utils::CheckParamsValid(type, COMPOSITE_OPERATION_LIST.size())) { in FfiOHOSAceFrameworkRenderingContextSetGlobalCompositeOperation()
342 context->SetGlobalCompositeOperation(COMPOSITE_OPERATION_LIST[type]); in FfiOHOSAceFrameworkRenderingContextSetGlobalCompositeOperation()