HomeSort by relevance Sort by last modified time
    Searched refs:bVar (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointRadialGradient.cpp 595 // bVar is the varying; otherwise compute it
596 SkString bVar;
598 bVar = fFSVaryingName;
600 bVar = "b";
602 bVar.c_str(), p2.c_str(), fsCoords, p3.c_str());
624 rootName.c_str(), bVar.c_str(), bVar.c_str(),
628 t.printf("(-%s + %s * %s) * %s", bVar.c_str(), p5.c_str(),
632 t.printf("-%s / %s", cName.c_str(), bVar.c_str());
SkTwoPointConicalGradient.cpp 561 // bVar is the varying; otherwise compute it
562 SkString bVar;
564 bVar = fFSVaryingName;
566 bVar = "b";
568 bVar.c_str(), p2.c_str(), fsCoords,
590 bVar.c_str(), bVar.c_str(), ac4Name.c_str());
598 " * sqrt(%s));\n", qName.c_str(), bVar.c_str(),
599 bVar.c_str(), dName.c_str());
645 cName.c_str(), bVar.c_str())
    [all...]
  /external/skia/src/effects/gradients/
SkTwoPointRadialGradient.cpp 595 // bVar is the varying; otherwise compute it
596 SkString bVar;
598 bVar = fFSVaryingName;
600 bVar = "b";
602 bVar.c_str(), p2.c_str(), fsCoords, p3.c_str());
624 rootName.c_str(), bVar.c_str(), bVar.c_str(),
628 t.printf("(-%s + %s * %s) * %s", bVar.c_str(), p5.c_str(),
632 t.printf("-%s / %s", cName.c_str(), bVar.c_str());
SkTwoPointConicalGradient.cpp 561 // bVar is the varying; otherwise compute it
562 SkString bVar;
564 bVar = fFSVaryingName;
566 bVar = "b";
568 bVar.c_str(), p2.c_str(), fsCoords,
590 bVar.c_str(), bVar.c_str(), ac4Name.c_str());
598 " * sqrt(%s));\n", qName.c_str(), bVar.c_str(),
599 bVar.c_str(), dName.c_str());
645 cName.c_str(), bVar.c_str())
    [all...]

Completed in 58 milliseconds