Searched refs:allocRunRSXform (Results 1 – 5 of 5) sorted by relevance
44 const auto& buf = builder.allocRunRSXform(font, glyph_count); in onOnceBeforeDraw()
398 const RunBuffer& allocRunRSXform(const SkFont& font, int count);
100 buffer = builder.allocRunRSXform(run.font(), run.runSize()); in makeBlob()
551 SkTextBlobBuilder::allocRunRSXform(const SkFont& font, int count) { in allocRunRSXform() function in SkTextBlobBuilder830 auto buffer = builder.allocRunRSXform(font, count); in MakeFromRSXform()
417 const auto& buf = blobBuilder.allocRunRSXform(run.font, SkToInt(run.glyphCount)); in flushChunk()