/third_party/skia/docs/examples/ |
H A D | TextBlobBuilder_allocRun.cpp | 11 const SkTextBlobBuilder::RunBuffer& run = builder.allocRun(font, 5, 20, 20); in REG_FIDDLE()
|
H A D | Canvas_drawTextBlob_2.cpp | 11 textBlobBuilder.allocRun(font, 1, 20, 100); in REG_FIDDLE()
|
H A D | TextBlobBuilder_make.cpp | 14 paint.textToGlyphs("x", 1, builder.allocRun(font, 1, 20, 20).glyphs); in REG_FIDDLE()
|
H A D | Canvas_drawTextBlob.cpp | 22 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY); in REG_FIDDLE()
|
H A D | TextBlob_uniqueID.cpp | 26 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY); in REG_FIDDLE()
|
H A D | TextBlob_bounds.cpp | 23 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY); in REG_FIDDLE()
|
H A D | TextBlob_getIntercepts.cpp | 14 textBlobBuilder.allocRun(font, len, textPos.fX, textPos.fY); in REG_FIDDLE()
|
/third_party/skia/tests/ |
H A D | TextBlobTest.cpp | 115 builder.allocRun(font, 16, 0, 0, &r1); in TestBounds() 139 builder.allocRun(font, 16, 0, 0, &r1); in TestBounds() 273 const SkTextBlobBuilder::RunBuffer& rb = builder.allocRun(font, count, offset.x(), in AddRun() 360 SkTextBlobBuilder::RunBuffer buffer = builder->allocRun(font, glyphCount, x, y); in add_run()
|
H A D | TextBlobCacheTest.cpp | 135 const SkTextBlobBuilder::RunBuffer& run = builder.allocRun(font, in text_blob_cache_inner() 250 const auto& runBuffer = builder.allocRun(font, glyphCount, 0, 0); in make_blob() 283 const auto& runBuffer = builder.allocRun(font, glyphCount, 0, 0);
|
H A D | SerializationTest.cpp | 849 const auto& run = builder.allocRun(font, glyph_count, 1.2f, 2.3f); in DEF_TEST() 850 // allocRun() allocates only the glyph buffer. in DEF_TEST()
|
/third_party/skia/gm/ |
H A D | textblobshader.cpp | 56 run = &builder.allocRun(font, glyphCount, 10, 10, nullptr);
|
H A D | textblob.cpp | 158 const SkTextBlobBuilder::RunBuffer& buf = builder.allocRun(font, count, in makeBlob()
|
H A D | texteffects.cpp | 67 const SkTextBlobBuilder::RunBuffer& buf = blobBuilder.allocRun(font, in MakeFancyBlob()
|
/third_party/skia/include/core/ |
H A D | SkTextBlob.h | 351 const RunBuffer& allocRun(const SkFont& font, int count, SkScalar x, SkScalar y,
|
/third_party/skia/tools/ |
H A D | ToolUtils.cpp | 207 auto run = builder->allocRun(font, count, x, y); in add_to_text_blob_w_len()
|
/third_party/skia/src/core/ |
H A D | SkTextBlob.cpp | 527 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRun(const SkFont& font, int count, in allocRun() function in SkTextBlobBuilder
|
/third_party/skia/fuzz/ |
H A D | FuzzCanvas.cpp | 985 buffer = &textBlobBuilder.allocRun(font, glyphCount, x, y);
|