Searched refs:endGlyphIndex (Results 1 – 8 of 8) sorted by relevance
524 const ShapedRun& run, size_t startGlyphIndex, size_t endGlyphIndex) { in append() argument525 SkASSERT(startGlyphIndex <= endGlyphIndex); in append()526 const size_t glyphLen = endGlyphIndex - startGlyphIndex; in append()536 : endGlyphIndex - 1 - i]; in append()1160 struct SubRun { const ShapedRun& run; size_t startGlyphIndex; size_t endGlyphIndex; }; in wrap() member1167 size_t endGlyphIndex = (logicalIndex == current.fRunIndex) in wrap() local1170 return SubRun{ run, startGlyphIndex, endGlyphIndex }; in wrap()1174 uint32_t endUtf8 = (sub.endGlyphIndex < sub.run.fNumGlyphs) in wrap()1175 ? sub.run.fGlyphs[sub.endGlyphIndex].fCluster in wrap()1179 for (size_t i = sub.startGlyphIndex; i < sub.endGlyphIndex; ++i) { in wrap()[all …]
52 SK_OT_USHORT endGlyphIndex; //highest glyph index for this size member
786 int endGlyphIndex = (logicalIndex == runIndex) in shape() local798 append(handler, info, run, startGlyphIndex, endGlyphIndex, ¤tPoint); in shape()
294 HBGlyphID endGlyphIndex; member
186 curTable.endGlyphIndex = max(ist.lastGlyphIndex for ist in curStrike.indexSubTables)
159 if (sizeTable->endGlyphIndex >= sizeTable->startGlyphIndex + 3) { in has_bitmap_strike()
166 if (sizeTable->endGlyphIndex >= sizeTable->startGlyphIndex + 3) { in has_bitmap_strike()