Home
last modified time | relevance | path

Searched refs:allocRunRSXform (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/include/core/
DSkTextBlob.h351 const RunBuffer& allocRunRSXform(const SkFont& font, int count);
367 const RunBuffer& allocRunRSXform(const SkFont& font, int count,
/third_party/skia/gm/
Drsxtext.cpp44 const auto& buf = builder.allocRunRSXform(font, glyph_count); in onOnceBeforeDraw()
/third_party/flutter/skia/src/core/
DSkTextBlob.cpp536 SkTextBlobBuilder::allocRunRSXform(const SkFont& font, int count) { in allocRunRSXform() function in SkTextBlobBuilder
581 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRunRSXform(const SkFont& font, int coun… in allocRunRSXform() function in SkTextBlobBuilder
744 buf = &blobBuilder.allocRunRSXform(font, glyphCount, textSize, SkString(), &bounds); in MakeFromBuffer()
809 auto buffer = builder.allocRunRSXform(font, count); in MakeFromRSXform()
/third_party/skia/include/core/
DSkTextBlob.h395 const RunBuffer& allocRunRSXform(const SkFont& font, int count);
/third_party/skia/src/core/
DSkGlyphRun.cpp160 buffer = builder.allocRunRSXform(run.font(), run.runSize()); in makeBlob()
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/
DSkSVGText.cpp415 const auto& buf = blobBuilder.allocRunRSXform(run.font, SkToInt(run.glyphCount)); in flushChunk()