Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp147 static const uint8_t NUM_16 = 16; member
2883 (static_cast<uint32_t>(fileData[NUM_2]) << NUM_16) +
3069 (static_cast<uint32_t>(buf[NUM_2]) << NUM_16) +
3161 (static_cast<uint32_t>(fileData[NUM_2]) << NUM_16) +
3261 (static_cast<uint32_t>(fileData[NUM_2]) << NUM_16) +
3266 (static_cast<unsigned int>(fileData[ASTC_HEADER_DIM_X + NUM_2]) << NUM_16);
3269 (static_cast<unsigned int>(fileData[ASTC_HEADER_DIM_Y + NUM_2]) << NUM_16);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_area_modifier.cpp30 constexpr int NUM_16 = 16; member
1254 if ((values == nullptr) || (valuesSize != NUM_24) || (colorAndStyle == nullptr) || colorAndStyleSize != NUM_16) { in SetTextAreaBorder()
H A Dnode_common_modifier.cpp68 constexpr int NUM_16 = 16; member
1845 if ((values == nullptr) || (valuesSize != NUM_24) || (colorAndStyle == nullptr) || colorAndStyleSize != NUM_16) { in SetBorder()
4743 if ((values == nullptr) || (valuesSize != NUM_24) || (colorAndStyle == nullptr) || colorAndStyleSize != NUM_16) { in SetOutline()
5167 for (int i = 0; i < NUM_16; i++) { in GetTransform()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp53 constexpr int NUM_16 = 16; member
1981 ArkUI_Float32 values[NUM_16]; in GetTransform()
1983 for (int i = 0; i < NUM_16; i++) { in GetTransform()

Completed in 51 milliseconds