Searched refs:allocRunRSXform (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/include/core/ |
D | SkTextBlob.h | 351 const RunBuffer& allocRunRSXform(const SkFont& font, int count); 367 const RunBuffer& allocRunRSXform(const SkFont& font, int count,
|
/third_party/skia/gm/ |
D | rsxtext.cpp | 44 const auto& buf = builder.allocRunRSXform(font, glyph_count); in onOnceBeforeDraw()
|
/third_party/flutter/skia/src/core/ |
D | SkTextBlob.cpp | 536 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/ |
D | SkTextBlob.h | 395 const RunBuffer& allocRunRSXform(const SkFont& font, int count);
|
/third_party/skia/src/core/ |
D | SkGlyphRun.cpp | 160 buffer = builder.allocRunRSXform(run.font(), run.runSize()); in makeBlob()
|
D | SkTextBlob.cpp | 548 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/ |
D | SkSVGText.cpp | 415 const auto& buf = blobBuilder.allocRunRSXform(run.font, SkToInt(run.glyphCount)); in flushChunk()
|