Searched refs:codePathToUse (Results 1 – 1 of 1) sorted by relevance
113 CodePath codePathToUse = codePath(runInfo.run); in drawText() local115 …if (codePathToUse != ComplexPath && fontDescription().typesettingFeatures() && (runInfo.from || ru… in drawText()116 codePathToUse = ComplexPath; in drawText()118 if (codePathToUse != ComplexPath) in drawText()129 CodePath codePathToUse = codePath(runInfo.run); in drawEmphasisMarks() local131 …if (codePathToUse != ComplexPath && fontDescription().typesettingFeatures() && (runInfo.from || ru… in drawEmphasisMarks()132 codePathToUse = ComplexPath; in drawEmphasisMarks()134 if (codePathToUse != ComplexPath) in drawEmphasisMarks()153 CodePath codePathToUse = codePath(run); in width() local154 if (codePathToUse != ComplexPath) { in width()[all …]