Home
last modified time | relevance | path

Searched refs:FE_OPERATOR_TABLE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_composite_declaration.h95 static const LinearMapNode<FeOperatorType> FE_OPERATOR_TABLE[] = { in SetOperatorType() local
104 …int64_t inIndex = BinarySearchFindIndex(FE_OPERATOR_TABLE, ArraySize(FE_OPERATOR_TABLE), type.c_st… in SetOperatorType()
107 attribute.operatorType = FE_OPERATOR_TABLE[inIndex].value; in SetOperatorType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_composite.cpp45 static const LinearMapNode<SvgFeOperatorType> FE_OPERATOR_TABLE[] = { in ConvertStrToSvgFeOperatorType() local
54 …int64_t inIndex = BinarySearchFindIndex(FE_OPERATOR_TABLE, ArraySize(FE_OPERATOR_TABLE), val.c_str… in ConvertStrToSvgFeOperatorType()
56 type = FE_OPERATOR_TABLE[inIndex].value; in ConvertStrToSvgFeOperatorType()