Searched refs:make_color (Results 1 – 2 of 2) sorted by relevance
171 make_color (gint r, gint g, gint b) in make_color() function232 context->fg_color = make_color (r, g, b); in qttext_parse_tag()241 context->bg_color = make_color (r, g, b); in qttext_parse_tag()
103 static SkColor make_color(SkScalar s, SkScalar t) { in make_color() function175 colors[i*2 + 0] = make_color(s/fW, t/fH); in draw()176 colors[i*2 + 1] = make_color(s/fW, (t + dt)/fH); in draw()