Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp234 static std::string Hex(uint32_t value) in Hex() function
266 out["ENV_FOREGROUND_COLOR"] = "#" + Hex(propertyPtr->Get().AsRgbaInt()) + " (RGBA)"; in DumpNodeDrawCmdModifier()
400 out["ForegroundColor"] = "#" + Hex(properties.GetForegroundColor().AsArgbInt()) + " (ARGB)"; in DumpNodePropertiesDecoration()
403 out["BackgroundColor"] = "#" + Hex(properties.GetBackgroundColor().AsArgbInt()) + " (ARGB)"; in DumpNodePropertiesDecoration()
418 out["ShadowColor"] = "#" + Hex(properties.GetShadowColor().AsArgbInt()) + " (ARGB)"; in DumpNodePropertiesShadow()
511 out["ColorBlend"] = "#" + Hex(colorBlend->AsArgbInt()) + " (ARGB)"; in DumpNodePropertiesColor()

Completed in 2 milliseconds