Home
last modified time | relevance | path

Searched refs:textByteCount (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkTextBlobPriv.h46 const SkFont& font, int count, SkScalar x, SkScalar y, int textByteCount,
48 return builder->allocRunText(font, count, x, y, textByteCount, lang, bounds);
51 const SkFont& font, int count, SkScalar y, int textByteCount, SkString lang,
53 return builder->allocRunTextPosH(font, count, y, textByteCount, lang, bounds);
56 const SkFont& font, int count, int textByteCount, SkString lang,
58 return builder->allocRunTextPos(font, count, textByteCount, lang, bounds);
DSkTextBlob.cpp543 int textByteCount, in allocRunText() argument
546 …this->allocInternal(font, SkTextBlob::kDefault_Positioning, count, textByteCount, SkPoint::Make(x,… in allocRunText()
552 int textByteCount, in allocRunTextPosH() argument
555 …this->allocInternal(font, SkTextBlob::kHorizontal_Positioning, count, textByteCount, SkPoint::Make… in allocRunTextPosH()
561 int textByteCount, in allocRunTextPos() argument
564 …this->allocInternal(font, SkTextBlob::kFull_Positioning, count, textByteCount, SkPoint::Make(0, 0)… in allocRunTextPos()
569 int textByteCount, in allocRunRSXform() argument
572 this->allocInternal(font, SkTextBlob::kRSXform_Positioning, count, textByteCount, in allocRunRSXform()
/external/skqp/src/core/
DSkTextBlobPriv.h46 const SkFont& font, int count, SkScalar x, SkScalar y, int textByteCount,
48 return builder->allocRunText(font, count, x, y, textByteCount, lang, bounds);
51 const SkFont& font, int count, SkScalar y, int textByteCount, SkString lang,
53 return builder->allocRunTextPosH(font, count, y, textByteCount, lang, bounds);
56 const SkFont& font, int count, int textByteCount, SkString lang,
58 return builder->allocRunTextPos(font, count, textByteCount, lang, bounds);
DSkTextBlob.cpp543 int textByteCount, in allocRunText() argument
546 …this->allocInternal(font, SkTextBlob::kDefault_Positioning, count, textByteCount, SkPoint::Make(x,… in allocRunText()
552 int textByteCount, in allocRunTextPosH() argument
555 …this->allocInternal(font, SkTextBlob::kHorizontal_Positioning, count, textByteCount, SkPoint::Make… in allocRunTextPosH()
561 int textByteCount, in allocRunTextPos() argument
564 …this->allocInternal(font, SkTextBlob::kFull_Positioning, count, textByteCount, SkPoint::Make(0, 0)… in allocRunTextPos()
569 int textByteCount, in allocRunRSXform() argument
572 this->allocInternal(font, SkTextBlob::kRSXform_Positioning, count, textByteCount, in allocRunRSXform()
/external/skia/include/core/
DSkTextBlob.h372 int textByteCount,
376 int textByteCount, SkString lang,
379 int textByteCount, SkString lang,
382 int textByteCount, SkString lang,
/external/skqp/include/core/
DSkTextBlob.h372 int textByteCount,
376 int textByteCount, SkString lang,
379 int textByteCount, SkString lang,
382 int textByteCount, SkString lang,