Home
last modified time | relevance | path

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

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/
H A Djucer_Project.cpp2552 uint32 hexRepresentation = 0; in getAudioPluginFlags() local
2555 hexRepresentation = (hexRepresentation << 8u) in getAudioPluginFlags()
2558 return "0x" + String::toHexString (static_cast<int> (hexRepresentation)); in getAudioPluginFlags()