Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkColor.ts104 const [_, redInt, greenInt, blueInt] = matches; constant
116 const [_, redInt, greenInt, blueInt, opacityDouble] = matches; constant
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dcolor.cpp425 auto redInt = std::stoi(matches[1]); in MatchColorWithRGB() local
447 auto redInt = std::stoi(matches[1]); in MatchColorWithRGBA() local