Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder_image.h38 const static uint8_t SLICE_BIT = 1 << 2; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h512 if (bitset & BorderImage::SLICE_BIT) { in SetBorderImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp532 if (bitset | BorderImage::SLICE_BIT) { in SetBorderImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp624 if (bitset & BorderImage::SLICE_BIT) { in SetBorderImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp337 bitsets |= BorderImage::SLICE_BIT; in ParseBorderImageSlice()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp4218 imageBorderBitsets |= BorderImage::SLICE_BIT; in JsBorderImage()