Lines Matching +defs:b +defs:el
198 #define NSVG_RGB(r, g, b) (((unsigned int)r) | ((unsigned int)g << 8) | ((unsigned int)b << 16)) argument
228 static NSVG_INLINE float nsvg__minf(float a, float b) { return a < b ? a : b; } in nsvg__minf()
229 static NSVG_INLINE float nsvg__maxf(float a, float b) { return a > b ? a : b; } in nsvg__maxf()
251 void (*startelCb)(void* ud, const char* el, const char** attr), in nsvg__parseElement()
252 void (*endelCb)(void* ud, const char* el), in nsvg__parseElement()
327 void (*startelCb)(void* ud, const char* el, const char** attr), in nsvg__parseXML()
328 void (*endelCb)(void* ud, const char* el), in nsvg__parseXML()
575 double roots[2], a, b, c, b2ac, t, v; in nsvg__curveBounds() local
1224 unsigned int c = 0, r = 0, g = 0, b = 0; in nsvg__parseColorHex() local
1245 int r = -1, g = -1, b = -1; in nsvg__parseColorRGB() local
2680 static void nsvg__startElement(void* ud, const char* el, const char** attr) in nsvg__startElement()
2744 static void nsvg__endElement(void* ud, const char* el) in nsvg__endElement()