Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp189 constexpr uint32_t DEFAULT_FIll_COLOR = 0x00000000; member
2707 auto fill = item->size > NUM_0 ? item->value[0].u32 : DEFAULT_FIll_COLOR; in SetMask()
2708 auto stroke = item->size > NUM_1 ? item->value[NUM_1].u32 : DEFAULT_FIll_COLOR; in SetMask()
2735 auto fill = item->size > NUM_0 ? item->value[0].u32 : DEFAULT_FIll_COLOR; in SetMask()
2736 auto stroke = item->size > NUM_1 ? item->value[NUM_1].u32 : DEFAULT_FIll_COLOR; in SetMask()

Completed in 24 milliseconds