Home
last modified time | relevance | path

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

/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.h1780 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()