Home
last modified time | relevance | path

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

/third_party/skia/docs/examples/
H A DTextBlobBuilder_allocRun.cpp11 const SkTextBlobBuilder::RunBuffer& run = builder.allocRun(font, 5, 20, 20); in REG_FIDDLE()
H A DCanvas_drawTextBlob_2.cpp11 textBlobBuilder.allocRun(font, 1, 20, 100); in REG_FIDDLE()
H A DTextBlobBuilder_make.cpp14 paint.textToGlyphs("x", 1, builder.allocRun(font, 1, 20, 20).glyphs); in REG_FIDDLE()
H A DCanvas_drawTextBlob.cpp22 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY); in REG_FIDDLE()
H A DTextBlob_uniqueID.cpp26 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY); in REG_FIDDLE()
H A DTextBlob_bounds.cpp23 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY); in REG_FIDDLE()
H A DTextBlob_getIntercepts.cpp14 textBlobBuilder.allocRun(font, len, textPos.fX, textPos.fY); in REG_FIDDLE()
/third_party/skia/tests/
H A DTextBlobTest.cpp115 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 DTextBlobCacheTest.cpp135 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 DSerializationTest.cpp849 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 Dtextblobshader.cpp56 run = &builder.allocRun(font, glyphCount, 10, 10, nullptr);
H A Dtextblob.cpp158 const SkTextBlobBuilder::RunBuffer& buf = builder.allocRun(font, count, in makeBlob()
H A Dtexteffects.cpp67 const SkTextBlobBuilder::RunBuffer& buf = blobBuilder.allocRun(font, in MakeFancyBlob()
/third_party/skia/include/core/
H A DSkTextBlob.h351 const RunBuffer& allocRun(const SkFont& font, int count, SkScalar x, SkScalar y,
/third_party/skia/tools/
H A DToolUtils.cpp207 auto run = builder->allocRun(font, count, x, y); in add_to_text_blob_w_len()
/third_party/skia/src/core/
H A DSkTextBlob.cpp527 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRun(const SkFont& font, int count, in allocRun() function in SkTextBlobBuilder
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp985 buffer = &textBlobBuilder.allocRun(font, glyphCount, x, y);

Completed in 12 milliseconds