Home
last modified time | relevance | path

Searched refs:allocInternal (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkTextBlob.cpp554 void SkTextBlobBuilder::allocInternal(const SkPaint &font, in allocInternal() function in SkTextBlobBuilder
595 this->allocInternal(font, SkTextBlob::kDefault_Positioning, count, SkPoint::Make(x, y), bounds); in allocRun()
603 this->allocInternal(font, SkTextBlob::kHorizontal_Positioning, count, SkPoint::Make(0, y), in allocRunPosH()
611 this->allocInternal(font, SkTextBlob::kFull_Positioning, count, SkPoint::Make(0, 0), bounds); in allocRunPos()
/external/skia/include/core/
DSkTextBlob.h162 void allocInternal(const SkPaint& font, SkTextBlob::GlyphPositioning positioning,