Home | History | Annotate | Download | only in effects

Lines Matching refs:mod289_4_funcName

800     SkString mod289_4_funcName;
804 "return x - floor(x * C.xxxx) * C.yyyy;", &mod289_4_funcName);
809 "return %s(((x * C.xxxx) + C.yyyy) * x);", mod289_4_funcName.c_str());