Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h209 #define NSVG_INLINE inline macro
211 #define NSVG_INLINE macro
214 #define NSVG_INLINE inline macro
233 static NSVG_INLINE float nsvg__minf(float a, float b) { return a < b ? a : b; } in nsvg__minf()
234 static NSVG_INLINE float nsvg__maxf(float a, float b) { return a > b ? a : b; } in nsvg__maxf()