Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/goom/
Dtentacle3d.c292 int colorlow; in tentacle_update() local
322 colorlow = fx_data->col; in tentacle_update()
325 lightencolor (&colorlow, (fx_data->lig / 3.0f) + 0.67f); in tentacle_update()
347 grid3d_draw (goomInfo, fx_data->grille[tmp], color, colorlow, dist, buf, in tentacle_update()
Dsurf3d.c69 grid3d_draw (PluginInfo * plug, grid3d * g, int color, int colorlow, in grid3d_draw() argument
89 plug->methods.draw_line (buf, v2x.x, v2x.y, v2.x, v2.y, colorlow, W, H); in grid3d_draw()
Dsurf3d.h53 void grid3d_draw (PluginInfo *plug, grid3d *g, int color, int colorlow, int dist, Pixel *buf, Pixel…