Home | History | Annotate | Download | only in vega

Lines Matching defs:bias

55    VGfloat bias;
169 VGfloat scale, VGfloat bias,
180 data[0] = data[0] * scale + bias;
186 struct path * path_create(VGPathDatatype dt, VGfloat scale, VGfloat bias,
199 path->bias = bias;
261 if (!floatsEqual(p->scale, 1.f) || !floatsEqual(p->bias, 0.f)) {
266 p->scale, p->bias, p->datatype);
644 return p->bias;
667 p->scale, p->bias, p->datatype);