Home
last modified time | relevance | path

Searched refs:allocRunRSXform (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/gm/
H A Drsxtext.cpp44 const auto& buf = builder.allocRunRSXform(font, glyph_count);
/third_party/skia/include/core/
H A DSkTextBlob.h402 const RunBuffer& allocRunRSXform(const SkFont& font, int count);
/third_party/skia/src/core/
H A DSkGlyphRun.cpp160 buffer = builder.allocRunRSXform(run.font(), run.runSize()); in makeBlob()
H A DSkTextBlob.cpp548 SkTextBlobBuilder::allocRunRSXform(const SkFont& font, int count) { in allocRunRSXform() function in SkTextBlobBuilder
827 auto buffer = builder.allocRunRSXform(font, count); in MakeFromRSXform()
/third_party/skia/modules/svg/src/
H A DSkSVGText.cpp415 const auto& buf = blobBuilder.allocRunRSXform(run.font, SkToInt(run.glyphCount)); in flushChunk()

Completed in 6 milliseconds