Searched refs:fTextInverseRatio (Results 1 – 2 of 2) sorted by relevance
350 fTextInverseRatio = SkPaint::kCanonicalTextSizeForPaths / fFont.getTextSize(); in TextRun()372 fTextRatio = fTextInverseRatio = 1.0f; in TextRun()545 fInstanceData->append(glyph.getGlyphID(), fTextInverseRatio * pos.x(), in appendGlyph()546 fTextInverseRatio * pos.y()); in appendGlyph()586 viewMatrix, fTextRatio, fTextInverseRatio * x, fTextInverseRatio * y, in draw()
98 float fTextInverseRatio; variable