Searched refs:MapScreenYtoValue (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/samplecode/ |
H A D | SampleQuadStroker.cpp | 771 static SkScalar MapScreenYtoValue(SkScalar y, const SkRect& control, SkScalar min, in MapScreenYtoValue() function in QuadStrokerView 782 fWeight = MapScreenYtoValue(click->fCurr.fY, fWeightControl, 0, 5); 784 fRadius = MapScreenYtoValue(click->fCurr.fY, fRadiusControl, 0, 500); 788 gDebugStrokerError = std::max(FLT_EPSILON, MapScreenYtoValue(click->fCurr.fY, 794 fWidth = std::max(FLT_EPSILON, MapScreenYtoValue(click->fCurr.fY, fWidthControl,
|
Completed in 2 milliseconds