Home
last modified time | relevance | path

Searched refs:allocRunPos (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/docs/examples/
H A DTextBlobBuilder_allocRunPos.cpp11 const SkTextBlobBuilder::RunBuffer& run = builder.allocRunPos(font, 5); in REG_FIDDLE()
/third_party/skia/tests/
H A DTextBlobTest.cpp129 builder.allocRunPos(font, 16, &r1); in TestBounds()
141 builder.allocRunPos(font, 16, &r3); in TestBounds()
162 const SkTextBlobBuilder::RunBuffer& buffer = builder.allocRunPos(font, glyphCount); in TestBounds()
288 const SkTextBlobBuilder::RunBuffer& rb = builder.allocRunPos(font, count, bounds); in AddRun()
H A DGrTextBlobTest.cpp83 const auto& runBuffer = builder.allocRunPos(font, 30, nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/gm/
H A Dpdf_never_embed.cpp29 auto rec = builder.allocRunPos(font, count); in excercise_draw_pos_text()
H A Dtextblobshader.cpp65 run = &builder.allocRunPos(font, glyphCount, nullptr);
H A Dskbug_257.cpp50 auto rec = builder.allocRunPos(font, count); in exercise_draw_pos_text()
H A Dtextblob.cpp175 const SkTextBlobBuilder::RunBuffer& buf = builder.allocRunPos(font, count); in makeBlob()
H A Dtexteffects.cpp94 const SkTextBlobBuilder::RunBuffer& buf = blobBuilder.allocRunPos(font, fullRunLen); in MakeFancyBlob()
H A Dtypeface.cpp77 auto rec = builder.allocRunPos(font, glyphCount); in drawKernText()
/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.cpp284 const auto& blob_buffer = fBuilder.allocRunPos(rec.fFont, 1); in commitFragementedRun()
311 const auto& blob_buffer = fBuilder.allocRunPos(rec.fFont, rec.fGlyphCount); in commitConsolidatedRun()
/third_party/skia/include/core/
H A DSkTextBlob.h128 This is equivalent to using SkTextBlobBuilder and calling allocRunPos().
398 const RunBuffer& allocRunPos(const SkFont& font, int count,
/third_party/skia/experimental/sktext/src/
H A DPaint.cpp66 const auto& blobBuffer = builder.allocRunPos(font , SkToInt(glyphCount)); in onGlyphRun()
/third_party/skia/src/core/
H A DSkTextBlob.cpp541 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRunPos(const SkFont& font, int count, in allocRunPos() function in SkTextBlobBuilder
785 auto buffer = builder.allocRunPos(font, count); in MakeFromText()
799 auto buffer = builder.allocRunPos(font, count); in MakeFromPosText()
H A DSkGlyphRun.cpp149 buffer = builder.allocRunPos(run.font(), run.runSize(), nullptr); in makeBlob()
/third_party/skia/experimental/sktext/include/
H A DText.h265 const auto& blobBuffer = builder.allocRunPos(font, SkToInt(glyphCount));
/third_party/skia/modules/skparagraph/src/
H A DRun.cpp285 const auto& blobBuffer = builder.allocRunPos(fFont, SkToInt(size)); in scaleFontWithCompressionConfig()
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp997 buffer = &textBlobBuilder.allocRunPos(font, glyphCount);

Completed in 13 milliseconds