Searched defs:SkUnicodeText (Results 1 – 1 of 1) sorted by relevance
69 struct SkUnicodeText { struct70 uint16_t* text;71 int len;75 int size() const { return len; } in size()