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

/external/skia/samplecode/
H A DSampleQuadStroker.cpp225 int buttonOffset = 450; variable
226 fCubicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
227 buttonOffset += 50;
228 fConicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
229 buttonOffset += 50;
230 fQuadButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
231 buttonOffset += 50;
232 fArcButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
233 buttonOffset += 50;
234 fRRectButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 3
[all...]

Completed in 104 milliseconds