Searched refs:allocInternal (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkTextBlob.cpp | 514 void SkTextBlobBuilder::allocInternal(const SkPaint &font, in allocInternal() function in SkTextBlobBuilder 555 this->allocInternal(font, SkTextBlob::kDefault_Positioning, count, SkPoint::Make(x, y), bounds); in allocRun() 563 this->allocInternal(font, SkTextBlob::kHorizontal_Positioning, count, SkPoint::Make(0, y), in allocRunPosH() 571 this->allocInternal(font, SkTextBlob::kFull_Positioning, count, SkPoint::Make(0, 0), bounds); in allocRunPos()
|
/external/skia/include/core/ |
D | SkTextBlob.h | 189 void allocInternal(const SkPaint& font, SkTextBlob::GlyphPositioning positioning,
|