Lines Matching refs:glyphCount
415 const auto& buf = blobBuilder.allocRunRSXform(run.font, SkToInt(run.glyphCount));
416 std::copy(run.glyphs.get(), run.glyphs.get() + run.glyphCount, buf.glyphs);
417 for (size_t i = 0; i < run.glyphCount; ++i) {
435 SkASSERT(ri.glyphCount);
441 std::make_unique<SkGlyphID[] >(ri.glyphCount),
442 std::make_unique<SkPoint[] >(ri.glyphCount),
443 std::make_unique<PositionAdjustment[]>(ri.glyphCount),
444 ri.glyphCount,
449 fShapeClusterBuffer.resize(std::max(fShapeClusterBuffer.size(), ri.glyphCount));
464 for (size_t i = 0; i < ri.glyphCount; ++i) {
585 glyphBounds.reset(SkToInt(it.glyphCount()));
586 it.font().getBounds(it.glyphs(), it.glyphCount(), glyphBounds.get(), nullptr);
590 for (uint32_t i = 0; i < it.glyphCount(); ++i) {
621 it.font().getPaths(it.glyphs(), it.glyphCount(), [](const SkPath* path,