Searched refs:allocRunText (Results 1 – 3 of 3) sorted by relevance
/external/skia/include/core/ |
D | SkTextBlob.h | 164 const RunBuffer& allocRunText(const SkPaint& font, 173 return this->allocRunText(font, count, x, y, 0, SkString(), bounds);
|
/external/skia/src/core/ |
D | SkTextBlob.cpp | 398 buf = &blobBuilder.allocRunText(font, glyphCount, offset.x(), offset.y(), in MakeFromBuffer() 743 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRunText(const SkPaint& font, int count, in allocRunText() function in SkTextBlobBuilder
|
/external/skia/tests/ |
D | TextBlobTest.cpp | 361 auto run = textBlobBuilder.allocRunText( in DEF_TEST()
|