Home
last modified time | relevance | path

Searched defs:colorIndex (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.cpp203 int64_t colorIndex = BinarySearchFindIndex(COLOR_TABLE, ArraySize(COLOR_TABLE), value.c_str()); in GetColor() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_data_panel.cpp285 for (size_t colorIndex = 0; colorIndex < colorLength; ++colorIndex) { in ConvertGradientColor() local
H A Djs_progress.cpp490 for (size_t colorIndex = 0; colorIndex < size; colorIndex++) { in ConvertGradientColor() local
H A Djs_slider.cpp288 for (size_t colorIndex = 0; colorIndex < size; colorIndex++) { in ConvertGradientColor() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dcolor.cpp145 int64_t colorIndex = BinarySearchFindIndex(colorTable, ArraySize(colorTable), colorStr.c_str()); in FromString() local
560 int64_t colorIndex = BinarySearchFindIndex(colorTable, ArraySize(colorTable), colorStr.c_str()); in MatchColorSpecialString() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_view.cpp191 uint8_t colorIndex = 0; in DealGifImageData() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_base_declaration.cpp492 int64_t colorIndex = BinarySearchFindIndex(COLOR_TABLE, ArraySize(COLOR_TABLE), value.c_str()); local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_data_panel_bridge.cpp88 for (size_t colorIndex = 0; colorIndex < colorLength; ++colorIndex) { in ConvertGradientColor() local
H A Darkts_native_progress_bridge.cpp100 for (size_t colorIndex = 0; colorIndex < colorLength; ++colorIndex) { in ConvertProgressResourceColor() local