Home
last modified time | relevance | path

Searched defs:textLine (Results 1 – 2 of 2) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DTextLayer.java273 String textLine = textLines.get(i); in drawTextWithGlyphs() local
343 String textLine = textLines.get(i); in drawTextWithFont() local
432 …private List<TextSubLine> splitGlyphTextIntoLines(String textLine, float boxWidth, Font font, floa… in splitGlyphTextIntoLines()
/external/go-cmp/cmp/
Dreport_text.go339 type textLine []byte type