Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h30 static const std::map<GraphicTransformType, std::string> TransformTypeStrs = { variable
505 if (TransformTypeStrs.find(transformType_) != TransformTypeStrs.end() && in Dump()
510 ", transformType = " + TransformTypeStrs.at(transformType_) + in Dump()