Searched refs:makeGlyphRunList (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkGlyphRun.cpp | 172 this->makeGlyphRunList(paint, nullptr, SkPoint::Make(0, 0)); in drawTextUTF8() 194 this->makeGlyphRunList(paint, &blob, origin); in drawTextBlob() 208 this->makeGlyphRunList(paint, &blob, origin); in drawTextBlob() 232 this->makeGlyphRunList(paint, &blob, origin); in textBlobToGlyphRunListIgnoringRSXForm() 271 this->makeGlyphRunList(paint, nullptr, SkPoint::Make(0, 0)); in drawGlyphsWithPositions() 323 void SkGlyphRunBuilder::makeGlyphRunList( in makeGlyphRunList() function in SkGlyphRunBuilder
|
D | SkGlyphRun.h | 143 void makeGlyphRunList(const SkPaint& paint, const SkTextBlob* blob, SkPoint origin);
|
/third_party/skia/src/core/ |
D | SkGlyphRun.cpp | 207 return this->makeGlyphRunList(nullptr, bounds.makeOffset(origin), origin); in textToGlyphRunList() 266 return this->makeGlyphRunList(&blob, blob.bounds().makeOffset(origin), origin); in blobToGlyphRunList() 348 const SkGlyphRunList& SkGlyphRunBuilder::makeGlyphRunList( in makeGlyphRunList() function in SkGlyphRunBuilder
|
D | SkGlyphRun.h | 151 const SkGlyphRunList& makeGlyphRunList(
|