HomeSort by relevance Sort by last modified time
    Searched refs:allocRunTextPos (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkTextBlob.h 235 const RunBuffer& allocRunTextPos(const SkPaint& font, int count,
240 return this->allocRunTextPos(font, count, 0, SkString(), bounds);
  /external/skia/tools/
SkShaper_harfbuzz.cpp 107 auto runBuffer = builder->allocRunTextPos(
  /external/skia/src/core/
SkTextBlob.cpp 657 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRunTextPos(const SkPaint& font, int count,
793 buf = &blobBuilder.allocRunTextPos(font, glyphCount, textSize, SkString(), &bounds);

Completed in 128 milliseconds