Searched defs:SkSetFourByteTag (Results 1 – 2 of 2) sorted by relevance
65 static constexpr SkFourByteTag kMSL_Tag = SkSetFourByteTag('M', 'S', 'L', ' '); function66 static constexpr SkFourByteTag kSKSL_Tag = SkSetFourByteTag('S', 'K', 'S', 'L'); function
15 static inline constexpr SkFourByteTag SkSetFourByteTag(char a, char b, char c, char d) { in SkSetFourByteTag() function