Lines Matching refs:runBuffer
80 const auto& runBuffer = builder.allocRunPosH(font, glyphCount, 0, &bounds); in buildTextBlob() local
81 SkASSERT(runBuffer.utf8text == nullptr); in buildTextBlob()
82 SkASSERT(runBuffer.clusters == nullptr); in buildTextBlob()
85 runBuffer.glyphs[i] = static_cast<SkGlyphID>(i); in buildTextBlob()
86 runBuffer.pos[i] = SkIntToScalar(i); in buildTextBlob()
452 const auto& runBuffer = builder.allocRunPosH(font, runSize, 10, &bounds); in make_blob_causing_fallback() local
453 SkASSERT(runBuffer.utf8text == nullptr); in make_blob_causing_fallback()
454 SkASSERT(runBuffer.clusters == nullptr); in make_blob_causing_fallback()
456 glyphTf->charsToGlyphs(s, SkTypeface::kUTF8_Encoding, runBuffer.glyphs, runSize); in make_blob_causing_fallback()
459 font.getWidths(runBuffer.glyphs, 1, nullptr, &glyphBounds); in make_blob_causing_fallback()
464 runBuffer.pos[i] = i * 10; in make_blob_causing_fallback()