Home
last modified time | relevance | path

Searched refs:ValidPsz (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/silgraphite/silgraphite-2.3.1/engine/include/graphite/
H A DGrCommon.h91 inline bool ValidPsz(const data16 *pszw) in ValidPsz() function
97 inline bool ValidPsz(const schar *pszs) in ValidPsz() function
H A DGrDebug.h149 #define AssertPsz(psz) Assert(ValidPsz(psz))
150 #define AssertPszN(psz) Assert(!(psz) || ValidPsz(psz))