Home
last modified time | relevance | path

Searched refs:allocRunPos (Results 1 – 25 of 37) sorted by relevance

12

/third_party/flutter/skia/docs/examples/
DTextBlobBuilder_allocRunPos.cpp11 const SkTextBlobBuilder::RunBuffer& run = builder.allocRunPos(font, 5);
/third_party/skia/docs/examples/
DTextBlobBuilder_allocRunPos.cpp11 const SkTextBlobBuilder::RunBuffer& run = builder.allocRunPos(font, 5);
/third_party/flutter/engine/flutter/third_party/txt/benchmarks/
Dpaint_record_benchmarks.cc36 builder.allocRunPos(font, 100); in BM_PaintRecordInit()
/third_party/flutter/skia/tests/
DTextBlobTest.cpp129 builder.allocRunPos(font, 16, &r1); in TestBounds()
141 builder.allocRunPos(font, 16, &r3); in TestBounds()
163 const SkTextBlobBuilder::RunBuffer& buffer = builder.allocRunPos(font, glyphCount); in TestBounds()
294 const SkTextBlobBuilder::RunBuffer& rb = builder.allocRunPos(font, count, bounds); in AddRun()
/third_party/skia/tests/
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()
DGrTextBlobTest.cpp83 const auto& runBuffer = builder.allocRunPos(font, 30, nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/gm/
Dpdf_never_embed.cpp29 auto rec = builder.allocRunPos(font, count); in excercise_draw_pos_text()
Dtextblobshader.cpp65 run = &builder.allocRunPos(font, glyphCount, nullptr); in onOnceBeforeDraw()
Dskbug_257.cpp50 auto rec = builder.allocRunPos(font, count); in exercise_draw_pos_text()
Dtextblob.cpp175 const SkTextBlobBuilder::RunBuffer& buf = builder.allocRunPos(font, count); in makeBlob()
Dtexteffects.cpp94 const SkTextBlobBuilder::RunBuffer& buf = blobBuilder.allocRunPos(font, fullRunLen); in MakeFancyBlob()
/third_party/flutter/skia/gm/
Dpdf_never_embed.cpp29 auto rec = builder.allocRunPos(font, count); in excercise_draw_pos_text()
Dtextblobshader.cpp65 run = &builder.allocRunPos(font, glyphCount, nullptr); in onOnceBeforeDraw()
Dtextblob.cpp175 const SkTextBlobBuilder::RunBuffer& buf = builder.allocRunPos(font, count); in makeBlob()
Dskbug_257.cpp49 auto rec = builder.allocRunPos(font, count); in exercise_draw_pos_text()
Dtextbloblooper.cpp66 const SkTextBlobBuilder::RunBuffer& run = builder->allocRunPos(font, glyphs.count()); in add_to_text_blob()
Dtexteffects.cpp94 const SkTextBlobBuilder::RunBuffer& buf = blobBuilder.allocRunPos(font, fullRunLen); in MakeFancyBlob()
/third_party/flutter/skia/site/user/api/
DSkTextBlobBuilder_Reference.md19 …der_RunBuffer'>RunBuffer</a>& <a href='#SkTextBlobBuilder_allocRunPos'>allocRunPos</a>(const <a hr…
87 …uilder_allocRun'>allocRun</a> <a href='#SkTextBlobBuilder_allocRunPos'>allocRunPos</a> <a href='#S…
222 …BlobBuilder_allocRunPosH'>allocRunPosH</a> <a href='#SkTextBlobBuilder_allocRunPos'>allocRunPos</a>
274 <a href='#SkTextBlobBuilder_allocRunPos'>allocRunPos</a> <a href='#SkTextBlobBuilder_allocRun'>allo…
281 …der_RunBuffer'>RunBuffer</a>& <a href='#SkTextBlobBuilder_allocRunPos'>allocRunPos</a>(const <a hr…
/third_party/flutter/skia/modules/skottie/src/text/
DSkottieShaper.cpp256 const auto& blob_buffer = fBuilder.allocRunPos(rec.fFont, 1); in commitFragementedRun()
278 const auto& blob_buffer = fBuilder.allocRunPos(rec.fFont, rec.fGlyphCount); in commitConsolidatedRun()
/third_party/skia/modules/skottie/src/text/
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/flutter/skia/include/core/
DSkTextBlob.h347 const RunBuffer& allocRunPos(const SkFont& font, int count,
/third_party/skia/include/core/
DSkTextBlob.h391 const RunBuffer& allocRunPos(const SkFont& font, int count,
/third_party/skia/experimental/sktext/src/
DPaint.cpp66 const auto& blobBuffer = builder.allocRunPos(font , SkToInt(glyphCount)); in onGlyphRun()
/third_party/flutter/skia/src/core/
DSkTextBlob.cpp529 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRunPos(const SkFont& font, int count, in allocRunPos() function in SkTextBlobBuilder
776 auto buffer = builder.allocRunPos(font, count); in MakeFromText()
787 auto buffer = builder.allocRunPos(font, count); in MakeFromPosText()
/third_party/skia/src/core/
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()

12