Searched refs:allocRunPosH (Results 1 – 16 of 16) sorted by relevance
| /third_party/skia/docs/examples/ |
| D | TextBlobBuilder_allocRunPosH.cpp | 11 const SkTextBlobBuilder::RunBuffer& run = builder.allocRunPosH(font, 5, 20);
|
| /third_party/skia/gm/ |
| D | skbug_5321.cpp | 35 auto rec = builder.allocRunPosH(font, glyph_count, y);
|
| D | textblobshader.cpp | 59 run = &builder.allocRunPosH(font, glyphCount, 80, nullptr); in onOnceBeforeDraw()
|
| D | scaledemoji.cpp | 31 const auto& buffer = builder.allocRunPosH(font, glyphCount, 0); in make_hpos_test_blob_utf8()
|
| D | skbug_257.cpp | 62 auto rec = builder.allocRunPosH(font, count, 0); in exercise_draw_pos_text_h()
|
| D | textblob.cpp | 164 const SkTextBlobBuilder::RunBuffer& buf = builder.allocRunPosH(font, count, in makeBlob()
|
| D | texteffects.cpp | 80 const SkTextBlobBuilder::RunBuffer& buf = blobBuilder.allocRunPosH(font, in MakeFancyBlob()
|
| /third_party/skia/tests/ |
| D | GlyphRunTest.cpp | 31 const auto& runBuffer = blobBuilder.allocRunPosH(font, count, runNum);
|
| D | TextBlobTest.cpp | 122 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()
|
| D | SkRemoteGlyphCacheTest.cpp | 131 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);
|
| D | GrTextBlobTest.cpp | 54 const auto& runBuffer = builder.allocRunPosH(font, 30, 0, nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
| /third_party/skia/bench/ |
| D | TextBlobBench.cpp | 45 fBuilder.allocRunPosH(fFont, fGlyphs.count(), 10, nullptr); in makeBlob()
|
| /third_party/skia/include/core/ |
| D | SkTextBlob.h | 386 const RunBuffer& allocRunPosH(const SkFont& font, int count, SkScalar y,
|
| /third_party/skia/src/core/ |
| D | SkTextBlob.cpp | 549 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/ |
| D | FuzzCanvas.cpp | 991 buffer = &textBlobBuilder.allocRunPosH(font, glyphCount, y); in make_fuzz_textblob()
|
| /third_party/skia/tools/fiddle/ |
| D | documumentation_examples_map.txt | 4051 const RunBuffer& allocRunPosH(const SkFont& font, int count, SkScalar y, const SkRect* bounds = nul…
|