Home
last modified time | relevance | path

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

12

/third_party/flutter/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/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/flutter/skia/tests/
DTextBlobTest.cpp115 builder.allocRun(font, 16, 0, 0, &r1); in TestBounds()
139 builder.allocRun(font, 16, 0, 0, &r1); in TestBounds()
279 const SkTextBlobBuilder::RunBuffer& rb = builder.allocRun(font, count, offset.x(), in AddRun()
367 SkTextBlobBuilder::RunBuffer buffer = builder->allocRun(font, glyphCount, x, y); in add_run()
DTextBlobCacheTest.cpp120 const SkTextBlobBuilder::RunBuffer& run = builder.allocRun(font, in text_blob_cache_inner()
/third_party/skia/tests/
DTextBlobCacheTest.cpp135 const SkTextBlobBuilder::RunBuffer& run = builder.allocRun(font, in text_blob_cache_inner()
238 const auto& runBuffer = builder.allocRun(font, glyphCount, 0, 0); in make_blob()
271 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()
/third_party/flutter/skia/site/user/api/
DSkTextBlobBuilder_Reference.md15 …Builder_RunBuffer'>RunBuffer</a>& <a href='#SkTextBlobBuilder_allocRun'>allocRun</a>(const <a href…
87 <a href='#SkTextBlobBuilder_allocRun'>allocRun</a> <a href='#SkTextBlobBuilder_allocRunPos'>allocRu…
175 …Builder_RunBuffer'>RunBuffer</a>& <a href='#SkTextBlobBuilder_allocRun'>allocRun</a>(const <a href…
274 …'#SkTextBlobBuilder_allocRunPos'>allocRunPos</a> <a href='#SkTextBlobBuilder_allocRun'>allocRun</a>
322 …SkTextBlobBuilder_allocRunPosH'>allocRunPosH</a> <a href='#SkTextBlobBuilder_allocRun'>allocRun</a>
/third_party/flutter/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()
/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()
/third_party/flutter/skia/include/core/
DSkTextBlob.h300 const RunBuffer& allocRun(const SkFont& font, int count, SkScalar x, SkScalar y,
/third_party/skia/include/core/
DSkTextBlob.h344 const RunBuffer& allocRun(const SkFont& font, int count, SkScalar x, SkScalar y,

12