Home
last modified time | relevance | path

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

/external/skia/bench/
DTextBlobBench.cpp46 const SkTextBlobBuilder::RunBuffer& run = builder.allocRun(paint, glyphs.count(), 10, 10, in onDelayedSetup()
/external/skia/tests/
DTextBlobTest.cpp113 builder.allocRun(font, 16, 0, 0, &r1); in TestBounds()
137 builder.allocRun(font, 16, 0, 0, &r1); in TestBounds()
318 const SkTextBlobBuilder::RunBuffer& rb = builder.allocRun(font, count, offset.x(), in AddRun()
DTextBlobCacheTest.cpp121 const SkTextBlobBuilder::RunBuffer& run = builder.allocRun(paint, in text_blob_cache_inner()
/external/skia/include/core/
DSkTextBlob.h126 const RunBuffer& allocRun(const SkPaint& font, int count, SkScalar x, SkScalar y,
/external/skia/gm/
Dtextblobshader.cpp43 run = &builder.allocRun(p, glyphCount, 10, 10, nullptr); in onOnceBeforeDraw()
Dtextblob.cpp144 const SkTextBlobBuilder::RunBuffer& buf = builder.allocRun(font, count, in makeBlob()
/external/skia/src/core/
DSkTextBlob.cpp274 buf = &blobBuilder.allocRun(font, glyphCount, offset.x(), offset.y(), &bounds); in CreateFromBuffer()
592 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRun(const SkPaint& font, int count, in allocRun() function in SkTextBlobBuilder
/external/skia/src/utils/
DSkTextBox.cpp291 paint.textToGlyphs(text, length, fBuilder.allocRun(p, count, x, y).glyphs); in operator ()()
/external/skia/tools/
Dsk_tool_utils.cpp235 const SkTextBlobBuilder::RunBuffer& run = builder->allocRun(paint, glyphs.count(), x, y, in add_to_text_blob()
/external/skia/tools/json/
DSkJSONRenderer.cpp785 SkTextBlobBuilder::RunBuffer buffer = builder.allocRun(font, count, x, y); in processTextBlob()
/external/skia/tools/debugger/
DSkDrawCommand.cpp2594 SkTextBlobBuilder::RunBuffer buffer = builder.allocRun(font, count, x, y); in fromJSON()