/external/skia/src/core/ |
D | SkTextBlobPriv.h | 46 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);
|
D | SkTextBlob.cpp | 543 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/ |
D | SkTextBlobPriv.h | 46 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);
|
D | SkTextBlob.cpp | 543 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/ |
D | SkTextBlob.h | 372 int textByteCount, 376 int textByteCount, SkString lang, 379 int textByteCount, SkString lang, 382 int textByteCount, SkString lang,
|
/external/skqp/include/core/ |
D | SkTextBlob.h | 372 int textByteCount, 376 int textByteCount, SkString lang, 379 int textByteCount, SkString lang, 382 int textByteCount, SkString lang,
|