Searched refs:makeGlyphRunList (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/core/ |
D | SkGlyphRun.cpp | 171 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
|
D | SkGlyphRun.h | 142 void makeGlyphRunList(const SkPaint& paint, const SkTextBlob* blob, SkPoint origin);
|
/external/skia/src/core/ |
D | SkGlyphRun.cpp | 208 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
|
D | SkGlyphRun.h | 151 const SkGlyphRunList& makeGlyphRunList(
|