Searched defs:fWeightControl (Results 1 - 2 of 2) sorted by relevance

/external/skia/samplecode/
H A DSampleQuadStroker.cpp107 SkRect fWeightControl; member in class:QuadStrokerView
222 fWeightControl.setXYWH(this->width() - 150, 30, 30, 400);
681 draw_control(canvas, fWeightControl, fWeight, 0, 5, "weight");
715 if (fWeightControl.contains(rectPt)) {
773 fWeight = MapScreenYtoValue(click->fICurr.fY, fWeightControl, 0, 5);
/external/skqp/samplecode/
H A DSampleQuadStroker.cpp107 SkRect fWeightControl; member in class:QuadStrokerView
222 fWeightControl.setXYWH(this->width() - 150, 30, 30, 400);
681 draw_control(canvas, fWeightControl, fWeight, 0, 5, "weight");
715 if (fWeightControl.contains(rectPt)) {
773 fWeight = MapScreenYtoValue(click->fICurr.fY, fWeightControl, 0, 5);

Completed in 142 milliseconds