Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkTextBlobPriv.h45 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);
DSkTextBlob.cpp543 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/
DSkTextBlob.h361 int textByteCount,
365 int textByteCount, SkString lang,
368 int textByteCount, SkString lang,
371 int textByteCount, SkString lang,
/third_party/skia/include/core/
DSkTextBlob.h440 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,
DSkCanvas.h1777 const uint32_t clusters[], int textByteCount, const char utf8text[],
/third_party/skia/src/core/
DSkTextBlob.cpp570 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()
DSkCanvas.cpp2324 const uint32_t* clusters, int textByteCount, const char* utf8text, in drawGlyphs() argument
2332 SkMakeSpan(utf8text, textByteCount), in drawGlyphs()