Home
last modified time | relevance | path

Searched refs:allocRun (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/docs/examples/
DTextBlobBuilder_allocRun.cpp11 const SkTextBlobBuilder::RunBuffer& run = builder.allocRun(font, 5, 20, 20);
DCanvas_drawTextBlob_2.cpp11 textBlobBuilder.allocRun(font, 1, 20, 100); in draw()
DTextBlobBuilder_make.cpp14 paint.textToGlyphs("x", 1, builder.allocRun(font, 1, 20, 20).glyphs);
DCanvas_drawTextBlob.cpp22 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY);
DTextBlob_bounds.cpp23 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY);
DTextBlob_getIntercepts.cpp14 textBlobBuilder.allocRun(font, len, textPos.fX, textPos.fY);
DTextBlob_uniqueID.cpp26 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY);
/third_party/skia/tests/
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);
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()
DSerializationTest.cpp849 const auto& run = builder.allocRun(font, glyph_count, 1.2f, 2.3f); in DEF_TEST()
/third_party/skia/gm/
Dtextblobshader.cpp56 run = &builder.allocRun(font, glyphCount, 10, 10, nullptr); in onOnceBeforeDraw()
Dtextblob.cpp158 const SkTextBlobBuilder::RunBuffer& buf = builder.allocRun(font, count, in makeBlob()
Dtexteffects.cpp67 const SkTextBlobBuilder::RunBuffer& buf = blobBuilder.allocRun(font, in MakeFancyBlob()
/third_party/skia/include/core/
DSkTextBlob.h362 const RunBuffer& allocRun(const SkFont& font, int count, SkScalar x, SkScalar y,
/third_party/skia/tools/
DToolUtils.cpp207 auto run = builder->allocRun(font, count, x, y); in add_to_text_blob_w_len()
/third_party/skia/src/core/
DSkTextBlob.cpp542 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRun(const SkFont& font, int count, in allocRun() function in SkTextBlobBuilder
/third_party/skia/fuzz/
DFuzzCanvas.cpp985 buffer = &textBlobBuilder.allocRun(font, glyphCount, x, y); in make_fuzz_textblob()
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt4043 const RunBuffer& allocRun(const SkFont& font, int count, SkScalar x, SkScalar y, const SkRect* boun…