Home
last modified time | relevance | path

Searched refs:SH_UINT (Results 1 – 3 of 3) sorted by relevance

/dports/editors/yudit/yudit-3.0.7/swidget/
H A DSTextView.h33 typedef SBinHashtable<SS_UINT> SH_UINT; typedef
155 unsigned int wrapAndPosition (unsigned int line, SH_UINT* cache);
H A DSTextView.cpp1307 SH_UINT hint; in wrapAndPosition()
1333 SH_UINT cache; in wrapAndPosition()
1385 STextView::wrapAndPosition (unsigned int line, SH_UINT* cache) in wrapAndPosition()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/
H A Dshaders.h102 #define SH_UINT(val) sh_const_uint(sh, "const", val) macro