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

  /external/skia/include/core/
SkTextBlob.h 210 const RunBuffer& allocRunTextPosH(const SkPaint& font, int count, SkScalar y,
215 return this->allocRunTextPosH(font, count, y, 0, SkString(), bounds);
  /external/skia/tools/
SkShaper_primitive.cpp 48 builder->allocRunTextPosH(paint, glyphCount, point.y(), textBytes, SkString(), &bounds);
  /external/skia/src/core/
SkTextBlob.cpp 646 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRunTextPosH(const SkPaint& font, int count,
789 buf = &blobBuilder.allocRunTextPosH(font, glyphCount, offset.y(),

Completed in 57 milliseconds