Home
last modified time | relevance | path

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

/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()
287 gradientColor.SetLinearColor(LinearColor(jsLinearGradient->GetGradient().at(colorIndex).first)); in ConvertGradientColor()
288 gradientColor.SetDimension(jsLinearGradient->GetGradient().at(colorIndex).second); in ConvertGradientColor()
H A Djs_progress.cpp500 for (size_t colorIndex = 0; colorIndex < size; colorIndex++) { in ConvertGradientColor()
502 gradientColor.SetLinearColor(LinearColor(jsLinearGradient->GetGradient().at(colorIndex).first)); in ConvertGradientColor()
503 gradientColor.SetDimension(jsLinearGradient->GetGradient().at(colorIndex).second); in ConvertGradientColor()
H A Djs_slider.cpp288 for (size_t colorIndex = 0; colorIndex < size; colorIndex++) { in ConvertGradientColor()
290 gradientColor.SetLinearColor(LinearColor(jsLinearGradient->GetGradient().at(colorIndex).first)); in ConvertGradientColor()
291 gradientColor.SetDimension(jsLinearGradient->GetGradient().at(colorIndex).second); in ConvertGradientColor()
/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
146 if (colorIndex != -1) { in FromString()
147 return colorTable[colorIndex].value; in FromString()
576 int64_t colorIndex = BinarySearchFindIndex(colorTable, ArraySize(colorTable), colorStr.c_str());
577 if (colorIndex != -1) {
578 color = colorTable[colorIndex].value;
/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
210 if (colorIndex != -1) { in GetSpecialColor()
211 return COLOR_TABLE[colorIndex].value; in GetSpecialColor()
/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()
90 gradientColor.SetLinearColor(LinearColor(jsLinearGradient->GetGradient().at(colorIndex).first)); in ConvertGradientColor()
91 gradientColor.SetDimension(jsLinearGradient->GetGradient().at(colorIndex).second); in ConvertGradientColor()
H A Darkts_native_progress_bridge.cpp100 for (size_t colorIndex = 0; colorIndex < colorLength; ++colorIndex) { in ConvertProgressResourceColor()
102 gradientColor.SetLinearColor(LinearColor(jsLinearGradient->GetGradient().at(colorIndex).first)); in ConvertProgressResourceColor()
103 gradientColor.SetDimension(jsLinearGradient->GetGradient().at(colorIndex).second); in ConvertProgressResourceColor()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_view.cpp191 uint8_t colorIndex = 0; in DealGifImageData() local
201 colorIndex = savedImage->RasterBits[loc]; in DealGifImageData()
204 (colorIndex != gcb.TransparentColor)) { in DealGifImageData()
211 gifColorType = &colorMap->Colors[colorIndex]; in DealGifImageData()
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_post_process_util.h78 uint32_t colorIndex { ~0u };
H A Drender_node_post_process_util.cpp1041 jsonInputs_.colorIndex = idx; in ParseRenderNodeInputs()

Completed in 10 milliseconds