Home
last modified time | relevance | path

Searched refs:maskSize (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/av_session/frameworks/common/src/
H A Davmeta_data.cpp152 int32_t maskSize = static_cast<int32_t>(mask.size()); in UnmarshallingExceptImg() local
153 if (maskSize <= 0 || maskSize > META_KEY_MAX) { in UnmarshallingExceptImg()
158 for (int32_t i = 0; i < maskSize; ++i) { in UnmarshallingExceptImg()
160 metaOut.metaMask_.flip(maskSize - i - 1); in UnmarshallingExceptImg()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h209 std::string maskSize; member
H A Ddeclaration.cpp1265 maskStyle.maskSize = value;
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1562 if (!maskStyle.maskSize.empty()) { in UpdateBoxComponent()
1563 ParseBackgroundImageSize(maskStyle.maskSize, size); in UpdateBoxComponent()

Completed in 9 milliseconds