Home
last modified time | relevance | path

Searched refs:allocRunText (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkTextBlob.h181 const RunBuffer& allocRunText(const SkPaint& font,
190 return this->allocRunText(font, count, x, y, 0, SkString(), bounds);
/external/skia/src/core/
DSkTextBlob.cpp637 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRunText(const SkPaint& font, int count, in allocRunText() function in SkTextBlobBuilder
785 buf = &blobBuilder.allocRunText(font, glyphCount, offset.x(), offset.y(), in MakeFromBuffer()
/external/skia/tests/
DTextBlobTest.cpp361 auto run = textBlobBuilder.allocRunText( in DEF_TEST()