Home
last modified time | relevance | path

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

/external/skqp/src/gpu/text/
DGrStencilAndCoverTextContext.cpp350 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()
DGrStencilAndCoverTextContext.h98 float fTextInverseRatio; variable