Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTextInterpolator.kt433 line.runs.zip(runs) { lineRun, newGlyphs -> in <lambda>() method
434 require(newGlyphs.glyphCount() == lineRun.glyphIds.size) { in <lambda>()
439 val newFont = newGlyphs.getFont(run.start) in <lambda>()
441 require(newGlyphs.getGlyphId(run.start) == lineRun.glyphIds[run.start]) { in <lambda>()
444 require(newFont === newGlyphs.getFont(i)) { in <lambda>()
466 lineRun.baseX[i] = newGlyphs.getGlyphX(i) in <lambda>()
467 lineRun.baseY[i] = newGlyphs.getGlyphY(i) in <lambda>()
471 lineRun.targetX[i] = newGlyphs.getGlyphX(i) in <lambda>()
472 lineRun.targetY[i] = newGlyphs.getGlyphY(i) in <lambda>()