Home
last modified time | relevance | path

Searched refs:LinearMapNode (Results 1 – 25 of 131) sorted by relevance

123456

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dlinear_map.h24 struct LinearMapNode { struct
38 int64_t BinarySearchFindIndex(const LinearMapNode<T>* vec, size_t length, const char* key) in BinarySearchFindIndex() argument
41 …vec, vec + length, key, [](LinearMapNode<T> lhs, const char* key) { return strcmp(lhs.key, key) < … in BinarySearchFindIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h159 static const LinearMapNode<BorderStyle> borderStyleTable[] = { in ConvertStrToBorderStyle()
184 static const LinearMapNode<BadgePosition> badgePositionTable[] = { in ConvertStrToBadgePosition()
195 static const LinearMapNode<BoxSizing> boxSizingTable[] = { in ConvertStrToBoxSizing()
205 static const LinearMapNode<ImageRepeat> imageRepeatTable[] = { in ConvertStrToImageRepeat()
230 static const LinearMapNode<TextDecoration> textDecorationTable[] = { in ConvertStrToTextDecoration()
261 static const LinearMapNode<WhiteSpace> whiteSpaceTable[] = { in ConvertStrToWhiteSpace()
276 static const LinearMapNode<VerticalAlign> textVerticalAlignTable[] = { in ConvertStrToTextVerticalAlign()
292 static const LinearMapNode<TextAlign> textAlignTable[] = { in ConvertStrToTextAlign()
311 const LinearMapNode<Overflow> overflowTable[] = { in ConvertStrToOverflow()
323 const LinearMapNode<TextDirection> textDirectionTable[] = { in ConvertStrToTextDirection()
[all …]
H A Dutils.cpp248 static const LinearMapNode<RefPtr<Curve>> aniTimFuncMap[] = { in CreateBuiltinCurve()
319 static const LinearMapNode<CustomCurveCreator> customCurveMap[] = { in CreateCustomCurve()
342 static const LinearMapNode<CustomCurveCreator> customCurveExceptSpringMap[] = { in CreateCustomCurveExceptSpring()
411 static const LinearMapNode<void (*)(BackgroundImagePosition&)> backGroundPositionOperators[] = { in ParseBackgroundImagePosition()
484 static const LinearMapNode<BackgroundImageSizeType> bgImageSizeType[] = { in ParseBackgroundImageSize()
566 static const LinearMapNode<void (*)(ImageObjectPosition&)> backGroundPositionOperators[] = { in ParseImageObjectPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_panel.cpp24 inline T ConvertStrToEnum(const char* key, const LinearMapNode<T>* map, size_t length, T defaultVal… in ConvertStrToEnum()
70 const LinearMapNode<void (*)(const std::string&, DOMPanel&)> specialAttrSetters[] = { in SetSpecializedAttr()
90 const LinearMapNode<PanelMode> modeTable[] = { in SetSpecializedAttr()
100 const LinearMapNode<PanelType> typeTable[] = { in SetSpecializedAttr()
H A Ddom_toggle.cpp55 static const LinearMapNode<void (*)(DOMToggle&, const std::string&)> toggleAttrOperators[] = { in SetSpecializedAttr()
74 const static LinearMapNode<void (*)(DOMToggle&, const std::string&)> toggleStyleOperators[] = { in SetSpecializedStyle()
130 static const LinearMapNode<void (*)(DOMToggle&, const EventMarker&)> toggleEventOperators[] = { in AddSpecializedEvent()
H A Ddom_image.cpp25 static const LinearMapNode<ImageFit> imageFitMap[] = { in ConvertStrToFit()
78 static const LinearMapNode<void (*)(const std::string&, DOMImage&)> imageStylesOperators[] = { in SetSpecializedStyle()
H A Ddom_marquee.cpp64 static const LinearMapNode<void (*)(MarqueeComponent&, const std::string&)> attrOperators[] = { in SetSpecializedAttr()
86 …static const LinearMapNode<void (*)(TextStyle&, const std::string&, const DOMMarquee&)> textStyleO… in SetSpecializedStyle()
H A Ddom_tool_bar_item.cpp88 static const LinearMapNode<void (*)(DOMToolBarItem&, const std::string&)> attrOperators[] = { in SetSpecializedAttr()
105 static const LinearMapNode<void (*)(DOMToolBarItem&, const std::string&)> styleOperators[] = { in SetSpecializedStyle()
149 …static const LinearMapNode<void (*)(DOMToolBarItem&, const EventMarker&)> toolBarItemEventOperator… in AddSpecializedEvent()
H A Ddom_navigation_bar.cpp124 …static const LinearMapNode<void (*)(const std::string&, const RefPtr<NavigationBarData>&)> attrOpe… in SetSpecializedAttr()
162 …static const LinearMapNode<void (*)(const std::string&, const DomNavigationBar&)> navigationBarSty… in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_blend.cpp66 static const LinearMapNode<void (*)(const std::string&, SvgFeBlendAttribute&)> attrs[] = { in ParseAndSetSpecializedAttr()
69 static const LinearMapNode<SvgFeInType> IN_TABLE[] = { in ParseAndSetSpecializedAttr()
86 static const LinearMapNode<SvgFeBlendMode> EDGE_MODE_TABLE[] = { in ParseAndSetSpecializedAttr()
H A Dsvg_fe_composite.cpp27 static const LinearMapNode<SvgFeInType> IN_TABLE[] = { in ConvertStrToSvgFeInType()
45 static const LinearMapNode<SvgFeOperatorType> FE_OPERATOR_TABLE[] = { in ConvertStrToSvgFeOperatorType()
117 static const LinearMapNode<void (*)(const std::string&, SvgFeCompositeAttribute&)> attrs[] = { in ParseAndSetSpecializedAttr()
H A Dsvg_fe.cpp26 static const LinearMapNode<void (*)(const std::string&, SvgFeCommonAttribute&)> FE_ATTRS[] = {
29 … static const LinearMapNode<SvgColorInterpolationType> COLOR_INTERPOLATION_TYPE_TABLE[] = { in __anon17f12f840202()
46 static const LinearMapNode<SvgFeInType> IN_TABLE[] = { in __anon17f12f840402()
H A Dsvg_fe_gaussian_blur.cpp47 … static const LinearMapNode<void (*)(const std::string&, SvgFeGaussianBlurAttribute&)> attrs[] = { in ParseAndSetSpecializedAttr()
49 static const LinearMapNode<SvgFeEdgeMode> EDGE_MODE_TABLE[] = { in ParseAndSetSpecializedAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/richtext/
H A Drich_text_declaration.cpp32 …static const LinearMapNode<void (*)(RichTextDeclaration&, const std::string&)> richTextAttrOperato… in SetSpecializedAttr()
47 …static const LinearMapNode<void (*)(RichTextDeclaration&, const EventMarker&)> eventOperators[] = { in SetSpecializedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/xcomponent/
H A Dxcomponent_declaration.cpp31 …static const LinearMapNode<void (*)(XComponentDeclaration&, const std::string&)> xComponentAttrOpe… in SetSpecializedAttr()
64 …static const LinearMapNode<void (*)(XComponentDeclaration&, const EventMarker&)> eventOperators[] … in SetSpecializedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/qrcode/
H A Dqrcode_declaration.cpp47 …static const LinearMapNode<void (*)(QrcodeDeclaration&, const std::string&)> qrcodeAttrOperators[]… in SetSpecializedAttr()
65 … const static LinearMapNode<void (*)(QrcodeDeclaration&, const std::string&)> qrcodeOperators[] = { in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_blend_declaration.h46 static const LinearMapNode<FeInType> IN_TABLE[] = { in SetIn2()
65 static const LinearMapNode<FeBlendMode> EDGE_MODE_TABLE[] = { in SetBlendMode()
H A Dsvg_fe_composite_declaration.h76 static const LinearMapNode<FeInType> IN_TABLE[] = { in SetIn2()
95 static const LinearMapNode<FeOperatorType> FE_OPERATOR_TABLE[] = { in SetOperatorType()
H A Dsvg_fe_declaration.h125 static const LinearMapNode<FeInType> IN_TABLE[] = { in SetIn()
150 static const LinearMapNode<ColorInterpolationType> COLOR_INTERPOLATION_TYPE_TABLE[] = { in SetColorInterpolationType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/web/
H A Dweb_declaration.cpp33 static const LinearMapNode<void (*)(WebDeclaration&, const std::string&)> webAttrOperators[] = { in SetSpecializedAttr()
46 static const LinearMapNode<void (*)(WebDeclaration&, const EventMarker&)> eventOperators[] = { in SetSpecializedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/badge/
H A Dbadge_declaration.cpp51 …static const LinearMapNode<void (*)(BadgeDeclaration&, const std::string&)> badgeAttrOperators[] =… in SetSpecializedAttr()
80 const static LinearMapNode<void (*)(BadgeDeclaration&, const std::string&)> badgeOperators[] = { in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_chart_bridge.cpp50 … static const LinearMapNode<void (*)(const std::string&, AxisOption&)> chartOptionsAxisMap[] = { in GetAttrOptionsAxis()
92 … static const LinearMapNode<void (*)(const std::string&, PointInfo&)> chartOptionsPointMap[] = { in GetAttrOptionsSeriesPoint()
145 …static const LinearMapNode<void (*)(const std::string&, ChartOptions&)> chartOptionsSeriesLineStyl… in GetChartAttrOptionsSeriesLineStyle()
189 …static const LinearMapNode<void (*)(const std::string&, ChartOptions&)> chartOptionsSeriesLoopMap[… in GetChartAttrOptionsSeriesLoop()
229 static const LinearMapNode<void (*)( in GetChartAttrOptionsSeries()
492 static const LinearMapNode<void (*)( in GetAttrOptionsObject()
H A Djsi_group_js_bridge.h136 static const LinearMapNode<void (*)(const char*, RequestData&)> fetchRequestDataMap1[];
137 static const LinearMapNode<void (*)(shared_ptr<JsRuntime>,
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_group_js_bridge.h134 static const LinearMapNode<void (*)(const char*, RequestData&)> fetchRequestDataMap1[];
135 static const LinearMapNode<void (*)(shared_ptr<JsRuntime>,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.cpp46 …static const LinearMapNode<void (*)(const std::string&, SpanDeclaration&)> spanStyleOperators[] = { in SetSpecializedAttr()
61 …static const LinearMapNode<void (*)(const std::string&, SpanDeclaration&)> spanStyleOperators[] = { in SetSpecializedStyle()

123456