Home
last modified time | relevance | path

Searched refs:modelText (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp1076 std::unique_ptr<TextProps[]> modelText; local
1090 modelText = std::make_unique<TextProps[]>(utf8runLength + 1);
1101 modelText[currentCluster].glyphLen = i;
1102 modelText[currentCluster].advance = advance;
1108 modelText[utf8runLength].glyphLen = model.fNumGlyphs;
1109 modelText[utf8runLength].advance = model.fAdvance;
1155 }(modelText[breakIteratorCurrent + modelTextOffset]);

Completed in 4 milliseconds