HomeSort by relevance Sort by last modified time
    Searched refs:allocInternal (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkTextBlob.h 245 void allocInternal(const SkPaint& font, SkTextBlob::GlyphPositioning positioning,
  /external/skia/src/core/
SkTextBlob.cpp 597 void SkTextBlobBuilder::allocInternal(const SkPaint &font,
642 this->allocInternal(font, SkTextBlob::kDefault_Positioning, count, textByteCount, SkPoint::Make(x, y), bounds);
651 this->allocInternal(font, SkTextBlob::kHorizontal_Positioning, count, textByteCount, SkPoint::Make(0, y),
661 this->allocInternal(font, SkTextBlob::kFull_Positioning, count, textByteCount, SkPoint::Make(0, 0), bounds);

Completed in 186 milliseconds