Searched refs:allocRunTextPos (Results 1 – 3 of 3) sorted by relevance
/external/skia/include/core/ |
D | SkTextBlob.h | 218 const RunBuffer& allocRunTextPos(const SkPaint& font, int count, 223 return this->allocRunTextPos(font, count, 0, SkString(), bounds);
|
/external/skia/tools/ |
D | SkShaper_harfbuzz.cpp | 107 auto runBuffer = builder->allocRunTextPos( in shape()
|
/external/skia/src/core/ |
D | SkTextBlob.cpp | 406 buf = &blobBuilder.allocRunTextPos(font, glyphCount, textSize, SkString(), &bounds); in MakeFromBuffer() 763 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRunTextPos(const SkPaint& font, int cou… in allocRunTextPos() function in SkTextBlobBuilder
|