Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkTextBlob.h210 const RunBuffer& allocRunTextPosH(const SkPaint& font, int count, SkScalar y,
215 return this->allocRunTextPosH(font, count, y, 0, SkString(), bounds);
/external/skia/tools/
DSkShaper_primitive.cpp48 builder->allocRunTextPosH(paint, glyphCount, point.y(), textBytes, SkString(), &bounds); in shape()
/external/skia/src/core/
DSkTextBlob.cpp646 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRunTextPosH(const SkPaint& font, int co… in allocRunTextPosH() function in SkTextBlobBuilder
789 buf = &blobBuilder.allocRunTextPosH(font, glyphCount, offset.y(), in MakeFromBuffer()