Searched refs:smallS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathUtils.cpp769 SkScalar smallS = 0.f; local
788 smallS = ls;
791 smallS = ms;
796 if (smallS > 0.f && smallS < 1.f) {
797 chop_ts[chop_count++] = smallS;
819 if (smallS < 0.f) {
827 if (smallS < 0.f && largeS > 1.f) {
/external/skia/src/gpu/
H A DGrPathUtils.cpp769 SkScalar smallS = 0.f; local
788 smallS = ls;
791 smallS = ms;
796 if (smallS > 0.f && smallS < 1.f) {
797 chop_ts[chop_count++] = smallS;
819 if (smallS < 0.f) {
827 if (smallS < 0.f && largeS > 1.f) {

Completed in 173 milliseconds