Searched refs:allocInternal (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/src/core/ |
| D | SkTextBlob.cpp | 491 void SkTextBlobBuilder::allocInternal(const SkFont& font, in allocInternal() function in SkTextBlobBuilder 545 this->allocInternal(font, SkTextBlob::kDefault_Positioning, count, 0, {x, y}, bounds); in allocRun() 552 this->allocInternal(font, SkTextBlob::kHorizontal_Positioning, count, 0, {0, y}, bounds); in allocRunPosH() 558 this->allocInternal(font, SkTextBlob::kFull_Positioning, count, 0, {0, 0}, bounds); in allocRunPos() 564 this->allocInternal(font, SkTextBlob::kRSXform_Positioning, count, 0, {0, 0}, nullptr); in allocRunRSXform() 572 this->allocInternal(font, in allocRunText() 586 this->allocInternal(font, in allocRunTextPosH() 599 this->allocInternal(font, in allocRunTextPos() 611 this->allocInternal(font, in allocRunTextRSXform()
|
| /third_party/skia/include/core/ |
| D | SkTextBlob.h | 497 void allocInternal(const SkFont& font, SkTextBlob::GlyphPositioning positioning,
|