Lines Matching refs:start
38 [this](SkUnichar unichar, int32_t start, int32_t end) {
40 for (auto i = start; i < end; ++i) {
115 auto start = newUnresolvedTexts.size();
136 if (start > 0) {
137 --start;
237 [&](SkUnichar unichar, int32_t start, int32_t end, int32_t count) {
239 for (auto i = start; i < end; ++i) {
244 UTF8FromUTF16[utf16Index++] = start;
408 // (start it from a new line or squeeze the part of it on this line)
680 auto start = line.fTextByGlyph.size();
686 line.fBoxGlyphs[start + i] = SkRect::MakeXYWH(pos.fX, bounds.fTop, pos1.fX - pos.fX, bounds.height());
687 line.fTextByGlyph[start + i] = clusters[i];