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

/external/skia/samplecode/
H A DSampleQuadStroker.cpp118 StrokeTypeButton fArcButton; member in class:QuadStrokerView
179 fArcButton.fLabel = 'A';
180 fArcButton.fEnabled = true;
232 fArcButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
537 } else if (fRRectButton.fEnabled || fCircleButton.fEnabled || fArcButton.fEnabled) {
605 if (fArcButton.fEnabled) {
648 if (fArcButton.fEnabled) {
683 if (fArcButton.fEnabled) {
695 draw_button(canvas, fArcButton);
742 if (fArcButton
[all...]

Completed in 181 milliseconds