Searched refs:textByteCount (Results 1 – 4 of 4) sorted by relevance
/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 | 1780 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()
|