Home
last modified time | relevance | path

Searched defs:destMode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.h115 mode_t destMode; // "dest-mode": "S_IRUSR | S_IWOTH | S_IRWXU " 默认值:0 member
128 mode_t destMode; // "dest-mode": "S_IRUSR | S_IWOTH | S_IRWXU " member
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp582 ColorMode destMode, in BlendWithSoftWare()
621 void DrawUtils::SetDestAndSrc(ColorMode& srcMode, ColorMode& destMode, uint32_t height, uint8_t* sr… in SetDestAndSrc()