Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTextBlob.cpp514 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/
DSkTextBlob.h189 void allocInternal(const SkPaint& font, SkTextBlob::GlyphPositioning positioning,