Searched refs:fullRunLen (Results 1 – 2 of 2) sorted by relevance
84 const int fullRunLen = glyphCount - glyphIndex; in MakeFancyBlob() local85 const SkTextBlobBuilder::RunBuffer& buf = blobBuilder.allocRunPos(font, fullRunLen); in MakeFancyBlob()87 SkTo<uint32_t>(fullRunLen) * sizeof(SkGlyphID)); in MakeFancyBlob()88 for (int i = 0; i < fullRunLen; ++i) { in MakeFancyBlob()