Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
H A DSampleQuadStroker.cpp723 const SkRect& rectPt = SkRect::MakeXYWH(x, y, 1, 1); variable
724 if (fWeightControl.contains(rectPt)) {
727 if (fRadiusControl.contains(rectPt)) {
731 if (fErrorControl.contains(rectPt)) {
735 if (fWidthControl.contains(rectPt)) {
738 if (fCubicButton.fBounds.contains(rectPt)) {
742 if (fConicButton.fBounds.contains(rectPt)) {
746 if (fQuadButton.fBounds.contains(rectPt)) {
750 if (fArcButton.fBounds.contains(rectPt)) {
754 if (fRRectButton.fBounds.contains(rectPt)) {
[all...]

Completed in 2 milliseconds