Searched defs:textByteCount (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkTextBlob.cpp679 int textByteCount,
682 this->allocInternal(font, SkTextBlob::kDefault_Positioning, count, textByteCount, SkPoint::Make(x, y), bounds);
688 int textByteCount,
691 this->allocInternal(font, SkTextBlob::kHorizontal_Positioning, count, textByteCount, SkPoint::Make(0, y),
698 int textByteCount,
701 this->allocInternal(font, SkTextBlob::kFull_Positioning, count, textByteCount, SkPoint::Make(0, 0), bounds);
677 allocRunText(const SkPaint& font, int count, SkScalar x, SkScalar y, int textByteCount, SkString lang, const SkRect* bounds) argument
686 allocRunTextPosH(const SkPaint& font, int count, SkScalar y, int textByteCount, SkString lang, const SkRect* bounds) argument
697 allocRunTextPos(const SkPaint& font, int count, int textByteCount, SkString lang, const SkRect *bounds) argument
/external/skqp/src/core/
H A DSkTextBlob.cpp679 int textByteCount,
682 this->allocInternal(font, SkTextBlob::kDefault_Positioning, count, textByteCount, SkPoint::Make(x, y), bounds);
688 int textByteCount,
691 this->allocInternal(font, SkTextBlob::kHorizontal_Positioning, count, textByteCount, SkPoint::Make(0, y),
698 int textByteCount,
701 this->allocInternal(font, SkTextBlob::kFull_Positioning, count, textByteCount, SkPoint::Make(0, 0), bounds);
677 allocRunText(const SkPaint& font, int count, SkScalar x, SkScalar y, int textByteCount, SkString lang, const SkRect* bounds) argument
686 allocRunTextPosH(const SkPaint& font, int count, SkScalar y, int textByteCount, SkString lang, const SkRect* bounds) argument
697 allocRunTextPos(const SkPaint& font, int count, int textByteCount, SkString lang, const SkRect *bounds) argument

Completed in 250 milliseconds