Home | History | Annotate | Download | only in pipeline

Lines Matching defs:colorValue

864 		std::ostringstream colorValue;
865 colorValue << REFERENCE_COLOR_VALUE;
867 const std::string colorInteger = (isUint || isSint ? " * "+colorFormat+"("+colorValue.str()+")" :"");