Home
last modified time | relevance | path

Searched refs:makeGlyphRunList (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/core/
DSkGlyphRun.cpp171 this->makeGlyphRunList(paint, nullptr, SkPoint::Make(0, 0)); in drawTextUTF8()
215 this->makeGlyphRunList(paint, &blob, origin); in drawTextBlob()
231 this->makeGlyphRunList(paint, &blob, origin); in drawTextBlob()
241 this->makeGlyphRunList(paint, nullptr, SkPoint::Make(0, 0)); in drawGlyphsWithPositions()
293 void SkGlyphRunBuilder::makeGlyphRunList( in makeGlyphRunList() function in SkGlyphRunBuilder
DSkGlyphRun.h142 void makeGlyphRunList(const SkPaint& paint, const SkTextBlob* blob, SkPoint origin);
/external/skia/src/core/
DSkGlyphRun.cpp208 return this->makeGlyphRunList(nullptr, bounds.makeOffset(origin), origin); in textToGlyphRunList()
267 return this->makeGlyphRunList(&blob, blob.bounds().makeOffset(origin), origin); in blobToGlyphRunList()
349 const SkGlyphRunList& SkGlyphRunBuilder::makeGlyphRunList( in makeGlyphRunList() function in SkGlyphRunBuilder
DSkGlyphRun.h151 const SkGlyphRunList& makeGlyphRunList(