Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkTextBlob.h235 const RunBuffer& allocRunTextPos(const SkPaint& font, int count,
240 return this->allocRunTextPos(font, count, 0, SkString(), bounds);
/external/skia/tools/
DSkShaper_harfbuzz.cpp107 auto runBuffer = builder->allocRunTextPos( in shape()
/external/skia/src/core/
DSkTextBlob.cpp657 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRunTextPos(const SkPaint& font, int cou… in allocRunTextPos() function in SkTextBlobBuilder
793 buf = &blobBuilder.allocRunTextPos(font, glyphCount, textSize, SkString(), &bounds); in MakeFromBuffer()