Searched refs:allocRunTextPosH (Results 1 – 3 of 3) sorted by relevance
/external/skia/include/core/ |
D | 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/ |
D | SkShaper_primitive.cpp | 48 builder->allocRunTextPosH(paint, glyphCount, point.y(), textBytes, SkString(), &bounds); in shape()
|
/external/skia/src/core/ |
D | SkTextBlob.cpp | 646 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()
|