Home
last modified time | relevance | path

Searched refs:allocRunPosH (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/docs/examples/
DTextBlobBuilder_allocRunPosH.cpp11 const SkTextBlobBuilder::RunBuffer& run = builder.allocRunPosH(font, 5, 20);
/third_party/skia/gm/
Dskbug_5321.cpp35 auto rec = builder.allocRunPosH(font, glyph_count, y);
Dtextblobshader.cpp59 run = &builder.allocRunPosH(font, glyphCount, 80, nullptr); in onOnceBeforeDraw()
Dscaledemoji.cpp31 const auto& buffer = builder.allocRunPosH(font, glyphCount, 0); in make_hpos_test_blob_utf8()
Dskbug_257.cpp62 auto rec = builder.allocRunPosH(font, count, 0); in exercise_draw_pos_text_h()
Dtextblob.cpp164 const SkTextBlobBuilder::RunBuffer& buf = builder.allocRunPosH(font, count, in makeBlob()
Dtexteffects.cpp80 const SkTextBlobBuilder::RunBuffer& buf = blobBuilder.allocRunPosH(font, in MakeFancyBlob()
/third_party/skia/tests/
DGlyphRunTest.cpp31 const auto& runBuffer = blobBuilder.allocRunPosH(font, count, runNum);
DTextBlobTest.cpp122 builder.allocRunPosH(font, 16, 0, &r1); in TestBounds()
140 builder.allocRunPosH(font, 16, 0, &r2); in TestBounds()
280 const SkTextBlobBuilder::RunBuffer& rb = builder.allocRunPosH(font, count, offset.y(), in AddRun()
DSkRemoteGlyphCacheTest.cpp131 const auto& runBuffer = builder.allocRunPosH(font, glyphCount, 0, &bounds); in buildTextBlob()
518 const auto& runBuffer = builder.allocRunPosH(font, runSize, 10, &bounds); in make_blob_causing_fallback()
611 const auto& runBuffer = builder.allocRunPosH(font, SK_ARRAY_COUNT(glyphs), 100, &bounds);
DGrTextBlobTest.cpp54 const auto& runBuffer = builder.allocRunPosH(font, 30, 0, nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/bench/
DTextBlobBench.cpp45 fBuilder.allocRunPosH(fFont, fGlyphs.count(), 10, nullptr); in makeBlob()
/third_party/skia/include/core/
DSkTextBlob.h386 const RunBuffer& allocRunPosH(const SkFont& font, int count, SkScalar y,
/third_party/skia/src/core/
DSkTextBlob.cpp549 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRunPosH(const SkFont& font, int count, in allocRunPosH() function in SkTextBlobBuilder
828 auto buffer = builder.allocRunPosH(font, count, constY); in MakeFromPosTextH()
/third_party/skia/fuzz/
DFuzzCanvas.cpp991 buffer = &textBlobBuilder.allocRunPosH(font, glyphCount, y); in make_fuzz_textblob()
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt4051 const RunBuffer& allocRunPosH(const SkFont& font, int count, SkScalar y, const SkRect* bounds = nul…