Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DOverlayWidgets.cpp45 constexpr size_t kMaxTextLength = 256; variable
139 void GetTextString(const std::string &src, uint8_t textOut[kMaxTextLength]) in GetTextString()