Searched refs:indentStr (Results 1 – 5 of 5) sorted by relevance
759 const std::string indentStr = m_queryMaxAttributes ? "\t\t" : "\t"; in getGlslAttributeConditions() local814 …glslCode << indentStr << "if (" << accessStr << " == clamp(-(" << totalComponentCount << " * " << … in getGlslAttributeConditions()817 …glslCode << indentStr << "if (" << accessStr << " == -(" << totalComponentCount << " * " << indexI… in getGlslAttributeConditions()825 …glslCode << indentStr << "if (" << accessStr << " == clamp(uint(" << totalComponentCount << " * " … in getGlslAttributeConditions()828 …glslCode << indentStr << "if (" << accessStr << " == uint(" << totalComponentCount << " * " << ind… in getGlslAttributeConditions()834 …glslCode << indentStr << "if (abs(" << accessStr << " + double(0.01 * (" << totalComponentCount <<… in getGlslAttributeConditions()838 …glslCode << indentStr << "if (abs(" << accessStr << " + (0.01 * (" << totalComponentCount << ".0 *… in getGlslAttributeConditions()848 …glslCode << indentStr << "if (abs(" << accessStr << " + clamp(" << totalComponentCount << ".0 * fl… in getGlslAttributeConditions()851 …glslCode << indentStr << "if (abs(" << accessStr << " + (" << totalComponentCount << ".0 * float("… in getGlslAttributeConditions()859 …glslCode << indentStr << "if (abs(" << accessStr << " - clamp(" << totalComponentCount << ".0 * fl… in getGlslAttributeConditions()[all …]
270 const char* indentStr = getIndentStr(writer->xmlElementDepth); in qpXmlWriter_writeBase64() local300 fprintf(writer->outputFile, "%s", indentStr); in qpXmlWriter_writeBase64()
45 indentStr = indent * "\t"47 lines = [indentStr + line for line in lines]