Home | History | Annotate | Download | only in libtests

Lines Matching refs:isRGB

162 isRGB(int fixed_linear)
175 return isRGB(component);
1648 out->r = isRGB(in->r);
1658 out->b = isRGB(in->b);
1663 out->g = isRGB(in->g);
1672 out->b = isRGB(in->b);
1821 out->r = out->g = out->b = isRGB(in->g);
1848 out->r = isRGB(in->r);
1849 out->g = isRGB(in->g);
1850 out->b = isRGB(in->b);