/third_party/flutter/skia/src/core/ |
D | SkTextBlobPriv.h | 45 const SkFont& font, int count, SkScalar x, SkScalar y, int textByteCount, 47 return builder->allocRunText(font, count, x, y, textByteCount, lang, bounds); 50 const SkFont& font, int count, SkScalar y, int textByteCount, SkString lang, 52 return builder->allocRunTextPosH(font, count, y, textByteCount, lang, bounds); 55 const SkFont& font, int count, int textByteCount, SkString lang, 57 return builder->allocRunTextPos(font, count, textByteCount, lang, bounds);
|
D | SkTextBlob.cpp | 543 int textByteCount, in allocRunText() argument 549 textByteCount, in allocRunText() 557 int textByteCount, in allocRunTextPosH() argument 563 textByteCount, in allocRunTextPosH() 570 int textByteCount, in allocRunTextPos() argument 575 count, textByteCount, in allocRunTextPos() 582 int textByteCount, in allocRunRSXform() argument 588 textByteCount, in allocRunRSXform()
|
/third_party/flutter/skia/include/core/ |
D | SkTextBlob.h | 361 int textByteCount, 365 int textByteCount, SkString lang, 368 int textByteCount, SkString lang, 371 int textByteCount, SkString lang,
|
/third_party/skia/include/core/ |
D | SkTextBlob.h | 440 int textByteCount, const SkRect* bounds = nullptr); 464 const RunBuffer& allocRunTextPosH(const SkFont& font, int count, SkScalar y, int textByteCount, 488 const RunBuffer& allocRunTextPos(const SkFont& font, int count, int textByteCount, 492 const RunBuffer& allocRunTextRSXform(const SkFont& font, int count, int textByteCount,
|
D | SkCanvas.h | 1777 const uint32_t clusters[], int textByteCount, const char utf8text[],
|
/third_party/skia/src/core/ |
D | SkTextBlob.cpp | 570 int textByteCount, in allocRunText() argument 575 textByteCount, in allocRunText() 584 int textByteCount, in allocRunTextPosH() argument 589 textByteCount, in allocRunTextPosH() 597 int textByteCount, in allocRunTextPos() argument 601 count, textByteCount, in allocRunTextPos() 609 int textByteCount, in allocRunTextRSXform() argument 614 textByteCount, in allocRunTextRSXform()
|
D | SkCanvas.cpp | 2324 const uint32_t* clusters, int textByteCount, const char* utf8text, in drawGlyphs() argument 2332 SkMakeSpan(utf8text, textByteCount), in drawGlyphs()
|