Searched refs:fWeightControl (Results 1 – 1 of 1) sorted by relevance
/external/skia/samplecode/ |
D | SampleQuadStroker.cpp | 106 SkRect fWeightControl; member in QuadStrokerView 222 fWeightControl.setXYWH(this->width() - 150, 30, 30, 400); in onSizeChange() 682 draw_control(canvas, fWeightControl, fWeight, 0, 5, "weight"); in onDrawContent() 717 if (fWeightControl.contains(rectPt)) { in onFindClickHandler() 776 fWeight = MapScreenYtoValue(click->fICurr.fY, fWeightControl, 0, 5); in onClick()
|