Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp186 static inline bool IsKeyWord(const std::string& value) in IsKeyWord() function
246 if (IsKeyWord(values[0]) && IsKeyWord(values[1])) { in CreateTransformOrigin()