/third_party/flutter/skia/docs/examples/ |
D | TextBlobBuilder_allocRunPos.cpp | 11 const SkTextBlobBuilder::RunBuffer& run = builder.allocRunPos(font, 5);
|
/third_party/skia/docs/examples/ |
D | TextBlobBuilder_allocRunPos.cpp | 11 const SkTextBlobBuilder::RunBuffer& run = builder.allocRunPos(font, 5);
|
/third_party/flutter/engine/flutter/third_party/txt/benchmarks/ |
D | paint_record_benchmarks.cc | 36 builder.allocRunPos(font, 100); in BM_PaintRecordInit()
|
/third_party/flutter/skia/tests/ |
D | TextBlobTest.cpp | 129 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/ |
D | TextBlobTest.cpp | 129 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()
|
D | GrTextBlobTest.cpp | 83 const auto& runBuffer = builder.allocRunPos(font, 30, nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/gm/ |
D | pdf_never_embed.cpp | 29 auto rec = builder.allocRunPos(font, count); in excercise_draw_pos_text()
|
D | textblobshader.cpp | 65 run = &builder.allocRunPos(font, glyphCount, nullptr); in onOnceBeforeDraw()
|
D | skbug_257.cpp | 50 auto rec = builder.allocRunPos(font, count); in exercise_draw_pos_text()
|
D | textblob.cpp | 175 const SkTextBlobBuilder::RunBuffer& buf = builder.allocRunPos(font, count); in makeBlob()
|
D | texteffects.cpp | 94 const SkTextBlobBuilder::RunBuffer& buf = blobBuilder.allocRunPos(font, fullRunLen); in MakeFancyBlob()
|
/third_party/flutter/skia/gm/ |
D | pdf_never_embed.cpp | 29 auto rec = builder.allocRunPos(font, count); in excercise_draw_pos_text()
|
D | textblobshader.cpp | 65 run = &builder.allocRunPos(font, glyphCount, nullptr); in onOnceBeforeDraw()
|
D | textblob.cpp | 175 const SkTextBlobBuilder::RunBuffer& buf = builder.allocRunPos(font, count); in makeBlob()
|
D | skbug_257.cpp | 49 auto rec = builder.allocRunPos(font, count); in exercise_draw_pos_text()
|
D | textbloblooper.cpp | 66 const SkTextBlobBuilder::RunBuffer& run = builder->allocRunPos(font, glyphs.count()); in add_to_text_blob()
|
D | texteffects.cpp | 94 const SkTextBlobBuilder::RunBuffer& buf = blobBuilder.allocRunPos(font, fullRunLen); in MakeFancyBlob()
|
/third_party/flutter/skia/site/user/api/ |
D | SkTextBlobBuilder_Reference.md | 19 …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/ |
D | SkottieShaper.cpp | 256 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/ |
D | SkottieShaper.cpp | 284 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/ |
D | SkTextBlob.h | 347 const RunBuffer& allocRunPos(const SkFont& font, int count,
|
/third_party/skia/include/core/ |
D | SkTextBlob.h | 391 const RunBuffer& allocRunPos(const SkFont& font, int count,
|
/third_party/skia/experimental/sktext/src/ |
D | Paint.cpp | 66 const auto& blobBuffer = builder.allocRunPos(font , SkToInt(glyphCount)); in onGlyphRun()
|
/third_party/flutter/skia/src/core/ |
D | SkTextBlob.cpp | 529 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/ |
D | SkTextBlob.cpp | 541 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()
|