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

/external/skia/samplecode/
H A DSampleQuadStroker.cpp117 StrokeTypeButton fConicButton; member in class:QuadStrokerView
176 fConicButton.fLabel = 'K';
177 fConicButton.fEnabled = false;
228 fConicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
535 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) {
589 if (fConicButton.fEnabled) {
680 if (fConicButton.fEnabled) {
694 draw_button(canvas, fConicButton);
733 if (fConicButton.fBounds.contains(rectPt)) {
734 fConicButton
[all...]
/external/skqp/samplecode/
H A DSampleQuadStroker.cpp117 StrokeTypeButton fConicButton; member in class:QuadStrokerView
176 fConicButton.fLabel = 'K';
177 fConicButton.fEnabled = false;
228 fConicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
535 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) {
589 if (fConicButton.fEnabled) {
680 if (fConicButton.fEnabled) {
694 draw_button(canvas, fConicButton);
733 if (fConicButton.fBounds.contains(rectPt)) {
734 fConicButton
[all...]

Completed in 143 milliseconds