Home
last modified time | relevance | path

Searched defs:utf8text (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/include/core/
DSkTextBlob.h271 char* utf8text; //!< reserved for future use member
/third_party/skia/include/core/
DSkTextBlob.h315 char* utf8text; //!< storage for text UTF-8 code units in run member
/third_party/skia/src/core/
DSkCanvas.cpp2324 const uint32_t* clusters, int textByteCount, const char* utf8text, in drawGlyphs()