Searched refs:allocInternal (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkTextBlob.cpp | 476 void SkTextBlobBuilder::allocInternal(const SkFont& font, in allocInternal() function in SkTextBlobBuilder 530 this->allocInternal(font, SkTextBlob::kDefault_Positioning, count, 0, {x, y}, bounds); in allocRun() 537 this->allocInternal(font, SkTextBlob::kHorizontal_Positioning, count, 0, {0, y}, bounds); in allocRunPosH() 543 this->allocInternal(font, SkTextBlob::kFull_Positioning, count, 0, {0, 0}, bounds); in allocRunPos() 549 this->allocInternal(font, SkTextBlob::kRSXform_Positioning, count, 0, {0, 0}, nullptr); in allocRunRSXform() 557 this->allocInternal(font, in allocRunText() 571 this->allocInternal(font, in allocRunTextPosH() 584 this->allocInternal(font, in allocRunTextPos() 596 this->allocInternal(font, in allocRunTextRSXform()
|
/third_party/skia/include/core/ |
H A D | SkTextBlob.h | 486 void allocInternal(const SkFont& font, SkTextBlob::GlyphPositioning positioning,
|
Completed in 4 milliseconds