Searched refs:modelText (Results 1 – 1 of 1) sorted by relevance
882 std::unique_ptr<TextProps[]> modelText; in wrap() local896 modelText = std::make_unique<TextProps[]>(utf8runLength + 1); in wrap()902 modelText[model.fGlyphs[i].fCluster - modelStartCluster].glyphLen = i; in wrap()903 modelText[model.fGlyphs[i].fCluster - modelStartCluster].advance = advance; in wrap()908 modelText[utf8runLength].glyphLen = model.fNumGlyphs; in wrap()909 modelText[utf8runLength].advance = model.fAdvance; in wrap()950 }(modelText[breakIteratorCurrent + modelTextOffset]); in wrap()