Home
last modified time | relevance | path

Searched defs:colorIndex (Results 1 - 4 of 4) sorted by relevance

/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
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.cpp209 int64_t colorIndex = BinarySearchFindIndex(COLOR_TABLE, ArraySize(COLOR_TABLE), value.c_str()); in GetSpecialColor() local
/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
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_view.cpp191 uint8_t colorIndex = 0; in DealGifImageData() local

Completed in 4 milliseconds